Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 2824, adjusted dune location reader: - Results should be cached by the reader already before setting the results onto the failure mechanism

WTI-1574

Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Exposed ClearDuneLocationData() in order to clear all dune location (and associated calculations) when necessary.

WTI-1574

Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Made the DuneLocations property an IObservableEnumerable --> modifications should not be possible from outside the SetDuneLocations() method to prevent the calculations from getting out of sync with the locations

WTI-1574

  1. … 4 more files in changeset.
Added mininum width. WTI-1684

Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Changed functionality: function sets the locations as well to keep the calculations and locations synchronised.

WTI-1574

Connected view to factory. WTI-1684

Improved calculator stub. WTI-1684

Incorporated comments review 2824: - Renamed DuneLocationOutput to DuneLocationCalculationOutput -- Adjusted CreateExtension file names -- Updated function and parameter names where necessary.

WTI-1574

  1. … 29 more files in changeset.
Update xmldoc to fix warnings in technical documentation build Paired with dennistang

Final cleanup: - Added asserts for the autoscroll minsize for controls that explicitly set values

Paired with ~carloslubbers.

WTI-1682

Cleanup: - Cleaned up tests. -- Added observer check for the activity, calculation should be notified when a calculation is finished.

WTI-1575

Fixed test. WTI-1683

Cleanup: - Fixed XMLDoc

WTI-1575

Cleanup: - Renamed LocationViewBase to CalculationsViewBase

WTI-1575

Implemented calculator method. WTI-1683

Merge branch 'master' into DuneLocations

Cleanup: - Adjusted treenode presentation behaviour for the calculations contexts to display the category boundary name defined within the context presentation object.

WTI-1575

Cleanup: - Moved shared resources between grass cover erosion outwards and dune erosion plugins to Ringtoets.Common.Plugin.

WTI-1575

Cleanup: - Cleaned up DuneErosionFailureMechanismExtensionsTest

WTI-1575

Adjusting individual dune location calculation contexts: - Simplified tree node context menu behaviour and tests, because the child objects are not displayed when there are no dune locations: -- ForeColor behaviour is irrelevant -- Removed validation logic

WTI-1575

Add assert to failure mechanism result view WTI-1682

Adjusting individual dune location calculation contexts: - Added presentation logic: view names should be a function of the category boundary names that the contexts contain

WTI-1575

Introduced DuneLocationsCalculationsGroupContext to represent a treenode folder to group the collections of DuneLocationCalculations in the FailureMechanism: - Added missing treenode info tests -- Added presentation logic: childnodes should only be visible if there are any dune locations present, otherwise they should be hidden

WTI-1575

Add minimum autoscroll size to the assembly result total view WTI-1682

Created factory for creating assembly result. WTI-1683

Introduced DuneLocationsCalculationsGroupContext to represent a treenode folder to group the collections of DuneLocationCalculations in the FailureMechanism: - Wired it in the plugin -- Note: temporary values are used to fix compilation errors for the individual child nodes

WTI-1575

Introduced DuneLocationsCalculationsGroupContext to represent a treenode folder to group the collections of DuneLocationCalculations in the FailureMechanism.

WTI-1575

Changed constructor arguments for the DuneLocationCalculationsContext: - Fixed compiling errors for the associated export, view info, tree node info tests

WTI-1575

Changed constructor arguments for the DuneLocationCalculationsContext: - Added Func<double> to enable dynamic resolving the norm and a category boundary name to provide the norms and treenode info names for a wrapped dune location calculation collection

WTI-1575

Changed constructor arguments for the DuneLocationCalculationView: - Added Func<double> to enable dynamic resolving the norm in the view when a dune location is being calculated.

WTI-1575