Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added code to read the stability design parameters from the engine output and to add these to the UI-data. Although there is a unit test for this, the real testing can only take place once the whole "train" (UI-Engine-kernel) is in place.

Related to Issue [MWDAM-1115]

    • -3
    • +38
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Made sure that properties which depend on the surface line now use the proper surface lines. This is: where possible the correct GLOBAL redesigned surface line (all parts of coordinates should be returned in the same global reference system). Note that for this case "Current" properties are meant to be original properties based on the original surface line rather than the redesigned surface line.

Related to Issue [MWDAM-1115]

Made sure SoilProfile is set too on filling CsvExportData. Made sure the results are properly displayed in the UI (by properly clearing old results, making sure new results are properly propagated to table and property window). Cleaned up CsvExportData a bit. For piping, the results now seem to be ok.

Related to Issue [MWDAM-1035]

    • -1
    • +20
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
    • -3
    • +7
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 1 more file in changeset.
Added soil parameters to UI

Related to Issue [MWDAM-1099]

    • -0
    • +11
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +14
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 2 more files in changeset.
Replaced null propagation (?.) by explicit test on null as this seems not supported by VS 2012.

Related to Issue [MWDAM-1098]

    • -3
    • +3
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -1
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
Implemented the parameters for this option in the UI.

Related to Issue [MWDAM-1098]

    • -0
    • +145
    ./DamEngineIo/ConversionHelper.cs
    • -0
    • +84
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +51
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 2 more files in changeset.
Improved unit tests

Related to Issue [MWDAM-1094]

    • -15
    • +16
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
    • -0
    • +34
    ./DamEngineIo/FillXmlOutputFromDamUi.cs
  1. … 2 more files in changeset.
Implement passing calculationmessages in Dam UI

Related to Issue [MWDAM-1094]

    • -2
    • +18
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Implemented the parameters for this option in the UI.

Related to Issue [MWDAM-1084]

    • -3
    • +25
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +14
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -4
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Adapted to review

Related to Issue [MWDAM-1083]

    • -1
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Adapted to review

- Added comment headers

Related to Issue [MWDAM-1091]

  1. … 2 more files in changeset.
Removed all nwo related code , tests and test files.

Related to Issue [MWDAM-1096]

    • -317
    • +0
    ./NonWaterRetainingObjectInSurfaceLine.cs
    • -11
    • +0
    ./DataPlugins/DataPluginImporter.cs
  1. … 29 more files in changeset.
Change code to be VS2012 compliant

Related to Issue [MWDAM-1075]

    • -1
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -2
    • +2
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 2 more files in changeset.
Fixed to review: Add extra validations

Related to Issue [MWDAM-1075]

    • -0
    • +14
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -0
    • +10
    ./DamEngineIo/FillDamUiFromXmlInput.cs
Fixed to review: comment headers updated

Related to Issue [MWDAM-1079]

Made sure CalculationResult is read only.

Related to Issue [MWDAM-1035]

Increased performance by disabling events. Made sure results are set for scenario as well so they can be shown in the UI.

Related to Issue [MWDAM-1035]

    • -2
    • +12
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
Removed obsolete data.

Related to Issue [MWDAM-1035]

Only transfer selected locations throught the interface to the Dam Engine

Related to Issue [MWDAM-1051]

    • -4
    • +9
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Added check on redesigned surface line actually being available; extended the test to include piping design results.

Related to Issue [MWDAM-1035]

    • -2
    • +5
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 1 more file in changeset.
Add Id to design scenarios

Related to Issue [MWDAM-1083]

    • -0
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Add name property to Location, because we need it for identifying results

Related to Issue [MWDAM-1051]

    • -0
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -0
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Use correct Layer Id in serialization

Related to Issue [MWDAM-1076]

    • -1
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -1
    • +1
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Add analysis parameters to Dam data model and XML serializing

Related to Issue [MWDAM-1091]

    • -2
    • +30
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -1
    • +27
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Refactored

Related to Issue [MWDAM-1091]

Add soil weight parameters to serialization

Related to Issue [MWDAM-1034]

    • -0
    • +6
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -0
    • +3
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Assign segments to locations in serializing/deserializing

Related to Issue [MWDAM-1079]

    • -0
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -2
    • +7
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 2 more files in changeset.
Use surfacelines with local coordinates

Related to Issue [MWDAM-1075]

    • -8
    • +7
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -3
    • +24
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Started on adding output to UI. Reason to check in now is to fix failing build caused by release of DamEngine for Issue [MWDAM-1028]. The code is adapted fo that too.

Related to Issue [MWDAM-1035]

    • -0
    • +139
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 3 more files in changeset.
Adapted code to release of engine for this issue.

Related to Issue [MWDAM-1079]

    • -3
    • +3
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -5
    • +5
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -20
    • +20
    ./DamEngineIo/ConversionHelper.cs
  1. … 1 more file in changeset.