Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update or add license header 2018

Related to Issue [MWDAM-992]

    • -1
    • +1
    ./SchematizationFactor/SchematizationFactorData.cs
    • -1
    • +1
    ./Specifications/InBetweenRangeSpecification.cs
    • -1
    • +1
    ./Importers/LocationShapeFileImporterDotSpatial.cs
    • -1
    • +1
    ./DtoAssembler/CollectionRequirementsNotSatisfiedException.cs
    • -1
    • +1
    ./Importers/ModelFactorCsvIdentifiers.cs
    • -1
    • +1
    ./IO/FailureMechanismeParamatersMStabXmlHandler.cs
  1. … 433 more files in changeset.
Improved error message when importing new project

Merged revision(s) 863 from dam classic/trunk/src/Dam/Data:

Related to Issue [MWDAM-1125]

Renamed DefaultShearStrengthModel to UseDefaultShearStrengthModel according to review.

Related to Issue [MWDAM-1099]

    • -2
    • +2
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -2
    • +2
    ./DamEngineIo/FillDamUiFromXmlInput.cs
Adapt to review

Related to Issue [MWDAM-1092]

    • -0
    • +9
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -11
    • +10
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Fix unit tests

Related to Issue [MWDAM-1092]

    • -21
    • +24
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 1 more file in changeset.
Reformat code

Related to Issue [MWDAM-1092]

    • -1
    • +1
    ./DamEngineIo/FillXmlOutputFromDamUi.cs
    • -9
    • +9
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -7
    • +7
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
Fix reading old files (object reference not found)

Related to Issue [MWDAM-1092]

Corrected name and comments as advised by reviewer.

Related to Issue [MWDAM-1115]

    • -5
    • +5
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
Implement design options in writing XML data from DAM UI to in DAM Engine

Related to Issue [MWDAM-1092]

    • -0
    • +25
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +37
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 2 more files in changeset.
Added test as requested by reviewer.

Related to Issue [MWDAM-1098]

    • -72
    • +75
    ./DamEngineIo/FillDamUiFromXmlInput.cs
Further simplified use of redesignedSurfaceLine as only one can exists per result anyway. So now only one (in global and local form)is used instead of one for piping and one for stability (with their local and global forms).

Related to Issue [MWDAM-1115]

    • -4
    • +4
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
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.