Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved Ringtoets demo project to separate demo project folder Related to Issue [WTI-242]

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

Former-commit-id: 9a4ff3e3c05604ac5c0b5bf45743237d07ebd490

    • -123
    • +0
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -65
    • +0
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 97 more files in changeset.
Moved MapRibbon, OpenMapViewCommand and corresponding tests to ringtoets demo project. Related to Issue [WTI-242]

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

Former-commit-id: 2277f8223154e3a3218186c54eeafc5d27fbf2fa

    • -0
    • +66
    ./OpenMapViewCommandTest.cs
  1. … 22 more files in changeset.
Turned Command into ICommand Related to Issue [WTI-183]

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

Former-commit-id: 3095bb8d3992a062fac62eee59e7d67b2a47f86a

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -1
    • +1
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 24 more files in changeset.
Got rid of ICommand Related to Issue [WTI-183]

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

Former-commit-id: 434d5ec3f6aa3523e4442cdb13b48a4cf5eff35e

    • -1
    • +0
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -1
    • +0
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 10 more files in changeset.
Turned IGuiCommand into GuiCommand Related to Issue [WTI-183]

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

Former-commit-id: 61bd18c7b7851ece553be061c3c3c11fb7337c27

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -1
    • +1
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 16 more files in changeset.
* Refactored away PipingCalculationTreeFolder because it had become a weaker copy of PipingCalculationGroup. ** Refactored PipingCalculationGroup such that it can have an uneditable name. *** Updated reltated node presenter and properties to deal with this. *** IPipingCalculationItem no longer demands a setter on the name.

Related to Issue [WTI-174]

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

Former-commit-id: 21c8d6c64537850a3ae439dbf01543fe5519128f

    • -2
    • +2
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 24 more files in changeset.
Improved directory structure of Core.Common.Base Related to Issue [WTI-182]

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

Former-commit-id: 3168464f228a91b97925135b16969764661aa8a3

    • -0
    • +2
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -0
    • +2
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 76 more files in changeset.
Moved ActivityRunner from ApplicationCore to RingtoetsGui Related to Issue [WTI-182]

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

Former-commit-id: 4edb60158b866118f3b049dbdc469decc7adb71e

    • -3
    • +3
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -3
    • +3
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 20 more files in changeset.
* Introduced PipingCalculationGroup, to allow the user to define piping calculation groups. ** Introduced IPipingCalculationItem as element type for PipingFailureMechanism.Calculations in order to have that collection contain both PipingCalculation and PipingCalculationFolder instances. *** Implemented extension methods to recursively retrieve all PipingCalculation instances when dealing with IPipingCalculationItem. Related to Issue [WTI-174]

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

Former-commit-id: 11e18847b0a473d25991a1d027fcd90e41d7adbf

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 16 more files in changeset.
Moved Project property from ApplicationCore to RingtoetsGui => Will continue work on Project during cleanup of Core.Common.Gui Related to Issue [WTI-182]

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

Former-commit-id: 6f8ad70188101c123c376d9341c8cfed57f2ad56

    • -6
    • +4
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -5
    • +5
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 18 more files in changeset.
* Renamed PipingCalculationData to PipingCalculation and updated all related classes. Related to Issue [WTI-171]

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

Former-commit-id: 832c14db09804a09c42e01c6be26655c33056494

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 47 more files in changeset.
Renamed RingtoetsApplication to ApplicationCore Related to Issue [WTI-182]

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

Former-commit-id: 16dccce50c5f956b7326d809d40246880edcb4d2

    • -2
    • +2
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -2
    • +2
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 47 more files in changeset.
* Renamed PipingInputParameters to PipingInput and updated related classes Related to Issue [WTI-171]

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

Former-commit-id: 919c34edf01a5390998942f98819c19bc45d9753

    • -3
    • +3
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 48 more files in changeset.
Removed IApplication Related to Issue [WTI-182]

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

Former-commit-id: 7a78211e896795b7f1be48d9f56774f885f259bd

    • -7
    • +8
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -13
    • +11
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 23 more files in changeset.
* Removed Ringtoets.Piping.Calculation.Piping ** Moved files in that namespace up 1 'directory' Related to Issue [WTI-171]

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

Former-commit-id: bfd2705550971b51914f4ad3aab1a0e978d606ff

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 38 more files in changeset.
* Refactored PipingData such that calculation input properties have been moved to a new class: PipingInputParameters * PipingInputParameters have been made available in the project tree through the PipingInputParametersContext ** Properties for input parameters have been refactored, impacting TypeConverters and UIEditors. ** Presentation class was required in order to allow user to select a SurfaceLine or SoilProfile from all available instances in the parent PipingFailureMechanism. Related to Issue [WTI-171]

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

Former-commit-id: a3b330e5b37f626212dcf5a1ab73f3c666be73bf

    • -25
    • +31
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 46 more files in changeset.
* Renamed PipingData to PipingCalculationData. ** Also extended it with Comments and CalculationReport properties. * Extended PipingCalculationInputsNodePresenter to take new properties into account. Related to Issue [WTI-171]

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

Former-commit-id: f917873c23cbde22bc004003aebd5b821015d599

    • -1
    • +1
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
  1. … 33 more files in changeset.
* Implemented review suggestions of WTI-Review-148: * Refactored unit test * Improved test names * Fixed bug in test. Related to Issue [WTI-166]

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

Former-commit-id: 948a139d6957d050dba4377bf52bec2c346bccf5

    • -3
    • +5
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -3
    • +5
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 2 more files in changeset.
* Created new demo dune assessment section button. Related to Issue [WTI-166]

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

Former-commit-id: e6308b99432d926ea442cc5a17f7afd27f0ebe94

    • -115
    • +0
    ./AddNewDemoAssessmentSectionCommandTest.cs
    • -0
    • +115
    ./AddNewDemoDikeAssessmentSectionCommandTest.cs
    • -0
    • +64
    ./AddNewDemoDuneAssessmentSectionCommandTest.cs
  1. … 9 more files in changeset.
* Mayor refactoring targeting: ** reusable code from Piping projects, moving them to Ringtoets.Common.Forms. ** Assessment Section related code has been moved from piping projects to Ringtoets.Integration projects. Related to Issue [WTI-165]

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

Former-commit-id: 7a37a1476f86cd82f6c846414b27c07a7ec7c411

    • -2
    • +3
    ./AddNewDemoAssessmentSectionCommandTest.cs
  1. … 69 more files in changeset.
* Took renaming of WtiProject to AssessmentSection into account Related to Issue [WTI-139]

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

Former-commit-id: b4a8348278f0fe914d175c14402a9e5efcb1303e

    • -0
    • +114
    ./AddNewDemoAssessmentSectionCommandTest.cs
    • -114
    • +0
    ./AddNewDemoProjectCommandTest.cs
  1. … 5 more files in changeset.
* Fully implemented 'Add Demo project' button to ribbon in separate Demo tab. This will create a project that is configured to calculate piping without errors. Related to Issue [WTI-139]

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

Former-commit-id: b24c8ac6403d1774c86ac0275f4f7c534471bb30

  1. … 6 more files in changeset.
* Fixed compilation failure. * (Some WIP code) Related to Issue [WTI-139]

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

Former-commit-id: f7f137ad9411506cd1257acb76fc5168575a6da3

    • -0
    • +67
    ./AddNewDemoProjectCommandTest.cs
  1. … 8 more files in changeset.