GrassCoverErosionInwardsDikeProfileSelectionDialog.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -59
    • +0
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 15714 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 6095 more files in changeset.
Updated license headers in GrassCoverErosionInwards. Related to Issue [WTI-1242]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: eb636507fd7f18395790d17f7a5e52f30c995d59

Former-commit-id: d6b93c3b13317249e4b2894ff5f373eb7d6184d6

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 169 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7760 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 284 more files in changeset.
Review related changes

Paired with tangerma

Related to Issue [WTI-581]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5930 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 54075dc7365c2227c36e125b77d07034ed810883

Former-commit-id: 72ff48d60a70ab04964d901e0c260f28132c1ec4

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 8 more files in changeset.
Improvements after review. Related to Issue [WTI-581]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5850 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9b24b21173a47633d4cb6f1c64897f84eccc61a8

Former-commit-id: 85ed3373c365f144a93ae30aa966067651acf72d

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 4 more files in changeset.
Removed obsolete backing files for SelectionDialog. Text is now set in constructor from project's resource files instead. Related to Issue [WTI-581]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5788 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 048ce28ff856f0fa0d6f9a73584f268364d05815

Former-commit-id: 47c9fd54ae028af271526a5bbff4e12d2290edfa

    • -2
    • +2
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 20 more files in changeset.
- Updated GrassCoverErosionInwardsDikeProfileSelectionDialog.cs to use SelectionDialogBase Related to Issue [WTI-733]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5264 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b2ae1b9c6befb7ff3e40b052a1c5cd589c437497

Former-commit-id: 19dfd49b1c2deea114472adb562c0dbdcbd412ba

    • -35
    • +13
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 18 more files in changeset.
Renamed GuiTestHelper.cs to PluginTestHelper.cs to better match its purpose and to prevent name collision. Added aliasses for Ringtoets.Common.Forms resources. Related to Issue [WTI-746]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5042 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 892483c63a47a4fc32f420ff756c73639adf6212

Former-commit-id: 4e4de303f6d384789d4b975aba493e9d5106dce9

    • -2
    • +2
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 86 more files in changeset.
Moved DikeProfile and related classes to Ringtoets.Common for reuse in "Voorlanden" issues of stonecover, geco and asphalt. Related to Issue [WTI-783]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4967 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8eb17eff35dc159eb5e04c62f91123b02e15a75e

Former-commit-id: b7c8201f1911e228b5beba7f00cfbbd2a743ff24

    • -1
    • +1
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 96 more files in changeset.
- Implemented dike profile line in GrassCoverErosionInwardsInputView. - Refactored set dike geometry - Added new general ChartDataFactory Related to Issue [WTI-652]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3820 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 308fd591800c8a50df80d805ff37a2e24bb5fff7

Former-commit-id: 322d00b1d59a5aca1e20a9965da846b70312bc6f

    • -1
    • +22
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 26 more files in changeset.
Fixed test names Added GrassCoverErosionInwardsDikeProfileSelectionDialog and its GrassCoverErosionInwardsDikeProfileSelectionView. Related to Issue [WTI-634]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3754 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 285e875e99cdbd9915dc6e3443ad2fa1610a3b00

Former-commit-id: e385eb8db215e09ff41cf59bd314371194340389

    • -0
    • +60
    ./GrassCoverErosionInwardsDikeProfileSelectionDialog.cs
  1. … 28 more files in changeset.