PipingCalculationsView.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename related changes Related to Issue [WTI-1289]

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

Former-commit-id: 92048a8ec9e185731a056949d5bf655f39519647

Former-commit-id: 0d1dafb90d09cff5e7ba9fb7f05d721ba389008c

  1. … 72 more files in changeset.
Renamed RingtoetsPipingSurfaceLine to PipingSurfaceLine Related to Issue [WTI-1289]

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

Former-commit-id: 44625899e5ec1f895255bb80a4681e2e7e024bc5

Former-commit-id: a96b95d95796b665ec69d9f16e94467d265dabc0

  1. … 113 more files in changeset.
Removed IView from ISelectionProvider interface so ISelectionProvider can be a control. Related to Issue [WTI-1306]

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

Former-commit-id: 5619a19ace7d3295789690059cfe7e27fdb71f1e

Former-commit-id: e321dda53af828cab2659538f43888737fea80ff

  1. … 9 more files in changeset.
Fixed tests failing due to merge:

Merged revision(s) 10302-10450 from branches/1300:

........

Introduced PerformWithoutChangingActiveContent method in AvalonDockViewHost

........

Removed "selection guards" from legend views

........

Removed "selection guards" from other selection providers

........

Changed selection provider logic in GuiCore

........

Slightly improved AvalonDockViewHost

........

Reverted some changes

........

Ensured chart legend view is updated after opening chart view

........

Ensured map legend view is updated after opening map view

........

Improved ChartPlugin and MapPlugin when it comes to removing outdated legend content

........

Applied additional fix when it comes to selection mechanism

........

Improved GuiCore logic so that only selection coming from document views is unsubscribed when activating a view that is no selection provider

........

Related to Issue [WTI-1300]

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

Former-commit-id: 0ac33adb63ea6da940791e1e00b3a101f6712ac4

Former-commit-id: 4fe18782ffdaf4ebbdc4b43e7d3f20cf2f88e183

  1. … 18 more files in changeset.
Reverted some changes

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

Former-commit-id: 799640e67d65ac7a2181bdc1456a2978e9292c55

Former-commit-id: fa2c121086f8f45c52b536f812f72ec19f403058

  1. … 4 more files in changeset.
Removed suspend logic from views contain data grid view controls => Logic seems to be redundant?

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

Former-commit-id: 3b88ba7af44ba4aa23922405302bac8e1fba97d1

Former-commit-id: 0954c31068a3ab5d75567477982d55f0dd10c268

  1. … 4 more files in changeset.
Removed prefill logic from PipingCalculationsView and MacroStabilityInwardsCalculationsView => Logic seems to be redundant?

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

Former-commit-id: 06d65c5423da659ae375ac79c1f26644b454d782

Former-commit-id: 20f5c56d3e044b8a070c15aa1b680668c8493935

  1. … 1 more file in changeset.
Updated data model such that only interfaces of HydraulicBoundaryLocation are used

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1303%20with%20IHydraulicBoundaryLocation@10393 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 510970323f90fee3fd374da7747633bbaa353c5a

Former-commit-id: e49b00fbf98884ee9efb5c3facbb4cc100be8abb

  1. … 37 more files in changeset.
Removed "selection guards" from other selection providers

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

Former-commit-id: c2ca3037c49b2a17f807f6e95d48938bfb596640

Former-commit-id: 9682b5d756f9e49c7ac7c241f3936cf914f91f5e

  1. … 4 more files in changeset.
Updated license headers in Piping. Related to Issue [WTI-1242]

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

Former-commit-id: fda79840b5ca2b26234f71f990a231a69cefce05

Former-commit-id: 22decd2346491fae07602843fbe9b8931260bcc6

  1. … 394 more files in changeset.
Cleaned up edited files of last commit. Related to Issue [WTI-1242]

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

Former-commit-id: fc5e752e538e1f995ae775a9f40791ee2455ae62

Former-commit-id: 5e27c42800cb79dfa3f2978089742fa28c6bd700

  1. … 72 more files in changeset.
Removed implementation of GetMemberName from TypeUtils for we can now use nameof operator of C# 6.0. Related to Issue [WTI-1242]

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

Former-commit-id: 996cc01173768b9787336f8eb638e2baf721353f

Former-commit-id: f5a543233c72cb519f4cc8580fc289facf67c9bc

  1. … 77 more files in changeset.
Corrected Visual Studio Code Analysis issues. For more details, see issue comments Related to Issue [WTI-1242]

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

Former-commit-id: 029caf889615600ae63bfeaa1f87db6399b9c875

Former-commit-id: a794c1d278f4010beaa6275d6287c7840a124a0a

  1. … 8 more files in changeset.
Code cleanup: Ringtoets.GrassCoverErosionInwards Ringtoets.Piping

Related to Issue [WTI-1242]

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

Former-commit-id: 6b066ee60035964ef40e9bcb01857d32effd227f

Former-commit-id: b973d6385ff4b8d55ee6f8eb6c35c02c5a8bf8ca

  1. … 183 more files in changeset.
Incorporated comments tester: - Reverted rev 8750 - Implemented RecursiveObserver suffices for the goal to be achieved, also results in a "more logical approach" -- Instead of notifying the collection, notify the surface line observers instead when only a surface line has changed - Added the newly introduced observers to the Dispose call

Related to Issue [WTI-1075]

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

Former-commit-id: 22eb1ad4a9ea4a485e680e7ecc84c263ec5c938f

Former-commit-id: 856d65f2e9dfaadb07212cd972b0b9bba593d094

  1. … 6 more files in changeset.
Incorporated comments tester: - Added RecursiveObserver to observe changes from the surfacelines and update the datagridview accordingly Related to Issue [WTI-1075]

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

Former-commit-id: 69de9e29acdd0e6d41b774464081308cab7c992e

Former-commit-id: 14cf97a13399a4d4af08ca52913428fe41bd1c2d

  1. … 1 more file in changeset.
Added DataUpdateHelper which can be used to update data imported by the DataImportHelper. Added Dr6_updated which has a removed stochastic soil model, removed stochastic soil profile and modified stochastic soil profile probability. PipingCalculationsView now refreshes when the stochastic soil profile is notified. It is notfied by returning it as an affected object from the StochasticSoilModelUpdateDataStrategy.

Related to Issue [WTI-1070]

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

Former-commit-id: b5c75047671015c14f57e9b330a2ba5bb2031c40

Former-commit-id: c4f326bfe300d5a5c3ed3e1e4e1e1b16bd41721d

  1. … 11 more files in changeset.
Removed obsolete parameters from the IObservablePropertyChangeHandler interface. Related to Issue [WTI-1128]

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

Former-commit-id: 36607386075ba1f0f322b962bffc3843d1828d34

Former-commit-id: 5a4c6058b6e1e30b4348a22e62c65f242240d53a

  1. … 41 more files in changeset.
Made CalculationInputPropertyChangeHandler independent of Calculation and ICalculation, but rather of an IObservable. Other specific information is contained in the CalculationInputPropertyChangeHandler implementation. Related to Issue [WTI-1128]

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

Former-commit-id: 5fc75460af45d1b1aac175c98ed48c1c95700135

Former-commit-id: ee7d2540dccf25a17c077d6f09d26e85991f84ac

  1. … 72 more files in changeset.
cleanup

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

Former-commit-id: a8286d1c4be609c6ed997dfc4502d8a1e627ca3b

Former-commit-id: 110764c02b488b3bdb006c3af0e0502bc1186452

Removed type parameter on interface level of ICalculationInputPropertyChangeHandler and added to SetPropertyValueAfterConfirmation. Related to Issue [WTI-1129]

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

Former-commit-id: ab8cef28acdcd4f04b9d8f211f61c2c0a3196ce6

Former-commit-id: d82aeff1cae3dc45b14fb3ce25516e27a2770a25

  1. … 37 more files in changeset.
Implemented handler in PipingCalculationsView and PipingCalculationRow. Related to Issue [WTI-1053]

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

Former-commit-id: 5985d435ce7adafaf8f09f050a474469d882c194

Former-commit-id: 5babb2b8a7595a7c5a945490cf95a6325f5311f4

  1. … 9 more files in changeset.
Added handler to PipingCalculationsView Related to Issue [WTI-1053]

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

Former-commit-id: 575c5edce6e8413381d7399b11315f61dd72003d

Former-commit-id: 7b30a16352963bc4142e393c34c1003d89a4ae56

  1. … 3 more files in changeset.
- Updated the PipingCalculationsView to use CurrentCellChangedHandler iso CellClick - Set Selection to newly opened view Related to Issue [WTI-823]

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

Former-commit-id: 5c16851a341a639bf1bf50216a25279cf035974a

Former-commit-id: 2620a034fb34298e7dd660f34b75477fb4423a5b

  1. … 3 more files in changeset.
Updated PipingCalculationRow and PipingCalculationView to not turn to the error state when the 'UseAssessmentLevelManualInput' is used paired with tang_ds Related to Issue [WTI-1020]

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

Former-commit-id: 876823751b1398bb84f38f8b379d95a63e1be58d

Former-commit-id: 1fb1b41305eba2355753421d755d4123d99ed612

  1. … 3 more files in changeset.
Review related changes: - Moved SelectableHydraulicBoundaryLocation to namespace PresentationObjects, as it is no UITypeEditor - Created helper for creating a list of sorted SelectableHydraulicBoundaryLocations - Updated source locations where the newly created helper could be used - Cleanup Related to Issue [WTI-1020]

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

Former-commit-id: fa84a93db43bbaeeb48b9c124479178478fb32d2

Former-commit-id: 9d9389215807a4217795bfd8850ea1a615a2059b

  1. … 25 more files in changeset.
Review related changes: - Typos - Updated heritage implementation of observers in test - Updated heritage names Related to Issue [WTI-1020]

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

Former-commit-id: 4876611c3eb1dbf6685fc272ed725b19182b9707

Former-commit-id: 37cfe0862aea99fd091d5da1a70f048506d9c774

  1. … 3 more files in changeset.
Updated PipingCalculationsView such that it displays SelectableHydraulicBoundaryLocations, similar to the property grid. Related to Issue [WTI-1020]

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

Former-commit-id: 300bc376b05fe15d5f26afd4b15675a828109241

Former-commit-id: 2729ec988fc88df172f79a601028c42bf1154557

  1. … 3 more files in changeset.
Re-ordered methods in PipingCalculationsView.cs using regions Related to Issue [WTI-1020]

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

Former-commit-id: c23013135d9a19da064280ca4170c2e53d2f7b54

Former-commit-id: 312d4bd6c726c25bedf438d3c5e7db46b9e29a4b

Disable hydraulic boundary location grid cell in PipingCalculationsView when using manual assessment level. Related to Issue [WTI-1014]

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

Former-commit-id: 81ec59898996ee842359b491be547c0417d539ae

Former-commit-id: 8934864a89c78cbf89c55ddaa2b9f814741d8269

  1. … 1 more file in changeset.