Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Start of expanding soil layer with material information. Made parsing culture invariant. Related to Issue [WTI-27]

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

Former-commit-id: ffa1fad55cf55d7b66b9a3ba26bb534128cdbb16

    • -0
    • +180
    /test/Plugins/Wti/Wti.IO.Test/PipingSoilLayerReaderTest.cs
Moved PropertyGridView to separate folder in project Related to Issue [WTI-56]

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

Former-commit-id: 7eb46bd4afe11a756fc939922928e5eb5dab6e72

review related changes. yet more cleaner. Related to Issue [WTI-56]

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

Former-commit-id: 7ed14843747dcadbd193c8424f6d16bcfc49d132

* Refactored PipingSurfaceLinesCsvReader such that some code parts can be reused. * PipingSurfaceLinesCsvImporter now handles critical read errors when reading lines for surface lines. Related to Issue [WTI-20]

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

Former-commit-id: cb98e967e35e653273e6b4aa5faf33ba842aa6d7

Added TODO to specify target area of the related issues Related to Issue [WTI-90]

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

Former-commit-id: aa5bc49d34132eb27094f31878b4278c952668b4

removed Mono, DevEx and WindowsFormsIntegration project dependencies

Related to Issue [WTI-56]

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

Former-commit-id: 23d93bf4e9eee82149279a9b46bd83febe7b7c4f

Added missing test data file. Related to Issue [WTI-27]

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

Former-commit-id: 7086799c4dc1a441d3d11636874ad7187b9ff089

* Some reordering in PipingSurfaceLinesCsvReaderTest. * Removed forwarding exception to logger, to prevent message duplication.

Related to Issue [WTI-20]

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

Former-commit-id: 74411a7b7da17651958e14fe9415246a6c0224be

Able to read 2D soil layers from the database by parsing its GeometrySurface value (from database). Split PipingSoilProfileReader (database part) and PipingSoilLayerReader (XML part). Extended Point3D with equality operators so they can be used in HashSet. Exposed Wti.IO internal classes to Wti.IO.Test so they can be tested. Related to Issue [WTI-27]

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

Former-commit-id: 4ecda004877acff1cc6fbad6a0a9059b4987872e

    • -7
    • +5
    /src/Plugins/Wti/Wti.Data/PipingSoilLayer.cs
    • -0
    • +38
    /src/Plugins/Wti/Wti.Data/Point3D.cs
    • -0
    • +159
    /src/Plugins/Wti/Wti.IO/PipingSoilLayerReader.cs
    • -0
    • +146
    /src/Plugins/Wti/Wti.IO/PipingSoilProfileReader.cs
    • -0
    • +117
    /test/Plugins/Wti/Wti.IO.Test/PipingSoilProfileReaderTest.cs
* PipingSurfaceLinesCsvReader.GetLineCount throws exceptions when file has invalid header * Extended testcoverage for PipingSurfaceLineCsvImporter for these error cases Related to Issue [WTI-20]

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

Former-commit-id: 0d664432440741f6e99e9542a1840838ed2f748e

Removed interfaces, adapters and tests: - IMenuItem.cs - IMenuItemCollection.cs - MenuItemContextMenuStripAdapter.cs - MenuItemToolStripMenuItemAdapter.cs - MenuItemContextMenuStripAdapterTest.cs

Related to Issue [WTI-83]

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

Former-commit-id: f01c6fa423d17765872ab3746f9dff4b26ef94fe

  1. … 22 more files in changeset.
* Small refactoring to reduce code duplication Related to Issue [WTI-20]

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

Former-commit-id: d6408aabb188ea83aa5d76e8f9a50644e271bee4

* Defined CriticalFileReadException * Aggregate multiple exceptions on PipingSurfaceLinesCsvReader.GetSurfaceLinesCount() into CriticalFileReadException. * PipingSurfaceLinesCsvImporter handles thrown CriticalFileReadException when retrieving the number of available surfacelines. Related to Issue [WTI-20]

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

Former-commit-id: bb3c7a8ab6be59dce5269171bc5732fbff4a484b

Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: e17a764c5e6f987bbc04045a1841f3b5eade78ab

Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: 3c32f156264459825a3e8d1a19233f2c691f9043

  1. … 8 more files in changeset.
Removed unused classes/methods

Related to Issue [WTI-70]

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

Former-commit-id: cc112cfaa9e34f7b23b3b99844fe3b4f58302725

Updated namespace paths Related to Issue [WTI-70]

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

Former-commit-id: 3c51eb61378341d35c5c096d385e77f2e2804773

    • -0
    • +1
    /src/Common/SharpMap/Layers/GroupLayer.cs
    • -0
    • +1
    /src/Common/SharpMap/Layers/LabelLayer.cs
  1. … 5 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: f70ea454acb7623bbeb97487917a60f18e9cd5a7

    • -11
    • +0
    /src/Common/SharpMap/Rendering/RenderExceptions.cs
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: 1c8f3b7ad4a0b26694e0b68748be036a727c030a

  1. … 17 more files in changeset.
update onzekerheden in tab Modelinvoer

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

Former-commit-id: a88a9d3cf7efa27403712fca68f69c6c527984bc

* Removed advertised state for installed product Related to Issue [WTI-10]

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

Former-commit-id: b73c72feb6b4dd84120531026ba94c6df5f9d69f

* Defined additional error conditions in PipingSurfaceLinesCsvReader related to the filepath. * Handling error conditions related to filepath by PipingSurfaceLinesCsvImporter. Related to Issue [WTI-20]

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

Former-commit-id: 5bc55c39065829e300450e236d90e0cad7287de2

Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: adfc61bff27b553c256ca3753334e60da1ea01d0

  1. … 3 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: c08e2d0e77d4f74e9d7fb1b58a9970671fdf7d93

Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: 6f8cadaa39980694253d1cef4e332a39ce4fee8a

    • -1
    • +0
    /src/Common/SharpMap/Layers/GroupLayer.cs
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: b52d1792fb2e9215b0038c4cd772f915cd91511a

Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: be272b008abd9d45aab2873aef38c88e5b3a0dc9

  1. … 6 more files in changeset.
Added PipingSoilLayer for containing soil layer information. Started working on the PipingSoilProfilesReader, responsible for reading DSoilModel database files into PipingSoilProfile objects. Added SQLite libraries through package manager and added ref to SQLite.Interop.dll to the Wti.IO project (requirement for SqLite lib to work)

Related to Issue [WTI-27]

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

Former-commit-id: a5e8492afe2b71434cbb1170e05a371d821f9b03

  1. … 26 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: f4949ce666d2687c5c34a133569cbe3c53ddefdb

  1. … 18 more files in changeset.
* Implemented cancel and progress notification to PipingSurfaceLineCsvImporter Related to Issue [WTI-20]

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

Former-commit-id: faad0ad16d1090bab64b683cfe74ef5f42e07d06

    • -0
    • +4
    /src/Plugins/Wti/Wti.Plugin/Wti.Plugin.csproj