Ringtoets.Piping.Forms

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -35
    • +0
    ./Extensions/ContextMenuStripExtensions.cs
    • -129
    • +0
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -151
    • +0
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
    • -223
    • +0
    ./NodePresenters/PipingNodePresenterBase.cs
    • -92
    • +0
    ./NodePresenters/PipingOutputNodePresenter.cs
    • -141
    • +0
    ./NodePresenters/PipingSoilProfileCollectionNodePresenter.cs
    • -15
    • +0
    ./NodePresenters/PipingSoilProfileNodePresenter.cs
    • -134
    • +0
    ./NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs
    • -20
    • +0
    ./NodePresenters/PipingSurfaceLineNodePresenter.cs
    • -139
    • +0
    ./NodePresenters/WtiProjectNodePresenter.cs
    • -61
    • +0
    ./PresentationObjects/PipingCalculationInputs.cs
    • -1016
    • +0
    ./Properties/Resources.Designer.cs
  1. … 4825 more files in changeset.
Merged all changes from trunk to branch (rev 460 - 499) => Merge just for the merge-info; individual merges will be performed on an per revision basis Related to Issue [WTI-24 WTI-25 WTI-27 WTI-70 WTI-75 WTI-92 WTI-103 WTI-105 WTI-107]

Related to Issue [WTI-92]

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

Former-commit-id: a2d0cbc575cfa65746ead6e7e63d1442c3dff231

    • -15
    • +0
    ./NodePresenters/PipingSoilProfileNodePresenter.cs
    • -50
    • +0
    ./PropertyClasses/PipingSoilProfileProperties.cs
    • -64
    • +0
    ./UITypeEditors/PipingCalculationInputsSoilProfileSelectionEditor.cs
  1. … 14 more files in changeset.
* Refactored PipingContextMenuStrip, removed it and pushed logic into consuming node presenter. * Added icons to menu items. Related to Issue [WTI-103]

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

Former-commit-id: 5bf6186fa986c2600bc27ae8abf117b7066ed569

    • -1
    • +4
    ./Extensions/ContextMenuStripExtensions.cs
    • -14
    • +18
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -60
    • +0
    ./NodePresenters/PipingContextMenuStrip.cs
    • -9
    • +10
    ./NodePresenters/WtiProjectNodePresenter.cs
    • binary
    ./Resources/PlayHS.png
  1. … 5 more files in changeset.
* Improved documentation of Activity, PipingFailureMechanismNodePresenter and PipingCalculationActivity Related to Issue [WTI-103]

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

Former-commit-id: 896c23277471f38b7e9ed160280731edd3da9ccb

    • -1
    • +1
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -0
    • +4
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
  1. … 2 more files in changeset.
* Cleaned PipingCalculationService, removing methods made superfluous with PipingCalculationActivity. * Refactored calculating all piping calculations for a PipingFailureMechanism, by queuing multiple PipingCalculationActivity. Related to Issue [WTI-103]

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

Former-commit-id: c7e0c6ccd22f2818d00126550745d0874f15a55a

    • -4
    • +14
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
  1. … 8 more files in changeset.
Added validation for required soil profile selection. Added SoilProfile as Piping calculation input. Use SoilProfile in a piping calculation. Ordered layers when creating the PipingProfile. Added IsAquifer property, but is not yet read from database. Updated testinputs to contain valid soil profile and surface line combinations.

Related to Issue [WTI-27]

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

Former-commit-id: 9cea96141f5b18f766ec2da9da8ef0f44cea6ae4

    • -1
    • +2
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
  1. … 22 more files in changeset.
* Introduced PipingCalculationActivity in order to run a piping calculation asynchronously from the UI thread and to be able to provide progress notification. * Fixed threading exception when consuming all newly added logmessage a new message has been added. ConcurrentQueue implementation fixes this. * Moved test-data creation methods related to PipingData to new testhelper: PipingDataFactory. Related to Issue [WTI-103]

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

Former-commit-id: c738c8656d483259c90a5ca4973799f605f442ce

    • -2
    • +7
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
  1. … 10 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -32
    • +0
    ./Extensions/ContextMenuStripExtensions.cs
    • -118
    • +0
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -60
    • +0
    ./NodePresenters/PipingContextMenuStrip.cs
    • -123
    • +0
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
    • -223
    • +0
    ./NodePresenters/PipingNodePresenterBase.cs
    • -92
    • +0
    ./NodePresenters/PipingOutputNodePresenter.cs
    • -134
    • +0
    ./NodePresenters/PipingSoilProfileCollectionNodePresenter.cs
    • -134
    • +0
    ./NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs
    • -20
    • +0
    ./NodePresenters/PipingSurfaceLineNodePresenter.cs
    • -138
    • +0
    ./NodePresenters/WtiProjectNodePresenter.cs
    • -54
    • +0
    ./PresentationObjects/PipingCalculationInputs.cs
    • -870
    • +0
    ./Properties/Resources.Designer.cs
    • -380
    • +0
    ./PropertyClasses/PipingCalculationInputsProperties.cs
  1. … 3994 more files in changeset.
Prevent exception on failing import. Added SoilProfile selection combobox to PipingCalculationInputs Related to Issue [WTI-27]

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

Former-commit-id: 3cb552cec55fce4e169587de3601c2d264de5b6f

    • -1
    • +8
    ./PresentationObjects/PipingCalculationInputs.cs
    • -0
    • +25
    ./PropertyClasses/PipingCalculationInputsProperties.cs
    • -0
    • +64
    ./UITypeEditors/PipingCalculationInputsSoilProfileSelectionEditor.cs
  1. … 4 more files in changeset.
* Introduced NamingHelper as DelftTool.Utils.NamingHelper is obsolete. * Adding new piping calculations will now have a uniquely generated name upon adding to the collection. Related to Issue [WTI-24]

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

Former-commit-id: deea5ef66ba1515f15dbc2d04d99a6f80f84add0

    • -0
    • +34
    ./Helpers/NamingHelper.cs
    • -6
    • +11
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
  1. … 3 more files in changeset.
Added node presenter and properties control for SoilProfile Related to Issue [WTI-27]

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

Former-commit-id: ab1c247a5e08fe62d552805c2aeb76bf9698106d

    • -4
    • +11
    ./NodePresenters/PipingSoilProfileCollectionNodePresenter.cs
    • -0
    • +15
    ./NodePresenters/PipingSoilProfileNodePresenter.cs
    • -0
    • +50
    ./PropertyClasses/PipingSoilProfileProperties.cs
  1. … 9 more files in changeset.
* Extended PipingData with name property. * Allow user to rename a PipingData instance through node presenter and object properties. Related to Issue [WTI-25]

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

Former-commit-id: f42ab9ef0d5f0c9e1496426d6b8fdd5f50290546

    • -4
    • +6
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -0
    • +16
    ./PropertyClasses/PipingCalculationInputsProperties.cs
  1. … 4 more files in changeset.
* Extended context menu for node of PipingFailureMechanism to validate and calculate all piping calculations. * Extended PipingCalculationService with calculate all method. Related to Issue [WTI-24]

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

Former-commit-id: 71df57bb7183300bf6385aef45f13966c9f68c72

    • -0
    • +8
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
    • binary
    ./Resources/PlayAll.png
  1. … 3 more files in changeset.
* Extended PipingFailureMechanism such that it can contain multiple calculations (PipingData instances) * Added context menu to PipingFailureMechanismNodePresenter to add additional piping calculations. Related to Issue [WTI-23]

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

Former-commit-id: 27b9eacc1859c0762ecf1cf0b8a52b6994940e1e

    • -4
    • +14
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
  1. … 3 more files in changeset.
Reopened because it turned out the XML output paths are redundant (at the moment). - get rid of all XML output paths in both "Debug" and "Release". Related to Issue [WTI-78]

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

Former-commit-id: e3ed250700b70f46821c1ee5a175d47d144639bf

  1. … 22 more files in changeset.
* Renamed Wti projects to Ringtoets.Piping ** Updated namespaces accordingly. Related to Issue [WTI-92]

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

Former-commit-id: ceefaef62620eac7b0aebf2ea321431ee122b337

    • -1
    • +1
    ./Extensions/ContextMenuStripExtensions.cs
    • -4
    • +4
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -3
    • +5
    ./NodePresenters/PipingContextMenuStrip.cs
    • -4
    • +6
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
    • -1
    • +1
    ./NodePresenters/PipingNodePresenterBase.cs
    • -3
    • +5
    ./NodePresenters/PipingOutputNodePresenter.cs
    • -4
    • +6
    ./NodePresenters/PipingSoilProfileCollectionNodePresenter.cs
    • -4
    • +6
    ./NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs
    • -3
    • +4
    ./NodePresenters/PipingSurfaceLineNodePresenter.cs
    • -3
    • +5
    ./NodePresenters/WtiProjectNodePresenter.cs
    • -3
    • +3
    ./PresentationObjects/PipingCalculationInputs.cs
    • -5
    • +6
    ./PropertyClasses/PipingCalculationInputsProperties.cs
    • -3
    • +5
    ./PropertyClasses/PipingOutputProperties.cs
  1. … 121 more files in changeset.
* Moved Wti.Forms (and related test project) from [src/test]/Plugins/Wti/Wti.Forms to src/Plugins/Ringtoets/Piping/[src/test]/Ringtoets.Piping.Forms Related to Issue [WTI-92]

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

Former-commit-id: 1a10e20a7615772f22aa4b3b2eebf4e73a8f236e

    • -0
    • +32
    ./Extensions/ContextMenuStripExtensions.cs
    • -0
    • +118
    ./NodePresenters/PipingCalculationInputsNodePresenter.cs
    • -0
    • +58
    ./NodePresenters/PipingContextMenuStrip.cs
    • -0
    • +111
    ./NodePresenters/PipingFailureMechanismNodePresenter.cs
    • -0
    • +223
    ./NodePresenters/PipingNodePresenterBase.cs
    • -0
    • +90
    ./NodePresenters/PipingOutputNodePresenter.cs
    • -0
    • +132
    ./NodePresenters/PipingSoilProfileCollectionNodePresenter.cs
    • -0
    • +132
    ./NodePresenters/PipingSurfaceLineCollectionNodePresenter.cs
    • -0
    • +19
    ./NodePresenters/PipingSurfaceLineNodePresenter.cs
    • -0
    • +136
    ./NodePresenters/WtiProjectNodePresenter.cs
    • -0
    • +54
    ./PresentationObjects/PipingCalculationInputs.cs
    • -0
    • +8
    ./Properties/AssemblyInfo.cs
    • -0
    • +870
    ./Properties/Resources.Designer.cs
    • -0
    • +388
    ./Properties/Resources.resx
    • -0
    • +379
    ./PropertyClasses/PipingCalculationInputsProperties.cs
  1. … 78 more files in changeset.