D-SoilModel

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
implemented CanDelete logic for the SoilProfile 1D & 2D. Though there is TODO, because SoilProfile has no IName interface (yet, i think).

Related to Issue [DSB-495]

correct picture for figure D1

Related to Issue [DSB-569]

    • binary
    /doc/DSoilModel - Functional design.docx
Moved the check on the strength model to an earlier step to ensure consistency. This may result in an extra message if two soils have similar names, but that is probably acceptable. Also renamed the method by which the strength model is checked - more to the point.

Related to Issue [DSB-555]

Files needed to perform the test scripts

Related to Issue [DSB-580]

    • -0
    • +25
    /test/DSoilModel-TestDocumenten/Files/MSoilBase.mds
    • binary
    /test/DSoilModel-TestDocumenten/Files/MSoilBase.mdb
Show a proper warning if a material is imported that refers to a strength model that is not supported.

Note:

The code refers to a new strength model - CuCalculatedYield - which is defined in DSL.

Related to Issue [DSB-555]

implemented CanDeleteLogic for the Borings. Tests included.

Related to Issue [DSB-495]

improved test names to reflect the caller function name better

Related to Issue [DSB-495]

Updated D-SoilModel installer using the latest about_box & banner graphics, copying the UI layout files from RingToets

Related to Issue [DSB-576]

    • binary
    /src/Deltares.DSoilModel.Setup/Banner.jpg
  1. /src/Deltares.DSoilModel.Setup/Installer UI
  2. … 20 more files in changeset.
Update context picture in TD

Related to Issue [DSB-544]

    • binary
    /doc/DSoilModel - Technical design.docx
    • binary
    /doc/Work/Figures/componentssoftwareDSoilModel.pptx
Removed NuGet bindings for SqLite and added interop DLL to DSoilModel.Data, as requested by Tom

Related to Issue [DSB-558]

Disabled "MasterViewMode" on tables for CPT and Borings, it contains errors in the translation and provides a raw data view which is not a requirement.

Related to Issue [DSB-568]

Unit test added to test importation of MDB file.

Related to Issue [DSB-573]

added non-functional requirements and description of functional requirements after meeting with Bianca Hardeman.

Related to Issue [DSB-577]

    • binary
    /doc/DSoilModel - Functional design.docx
+ implemented CanDeleteLogic for the CPTs. Tests included.

+ minor refactoring

Related to Issue [DSB-495]

Start new release of Technical Design (1.4)

Related to Issue [DSB-544]

    • binary
    /doc/DSoilModel - Technical design.docx
Changed the data binding for Split Segment button, apparently a button is not properly translated when bound to a property, but it is when bound to a method.

Related to Issue [DSB-565]

comment from mail added

Related to Issue [DSB-544]

with comment of Bianca Hardeman

Related to Issue [DSB-544]

minor code refactoring expecting yet more CanDelete-functions

Related to Issue [DSB-495]

implemented CanDeleteLogic for the soils. Tests included.

Related to Issue [DSB-495]

added new document

Related to Issue [DSB-544]

    • binary
    /doc/DSoilModel_repliek_RWS.xlsx
very pragmatic solution because there there is no handler for the end of the delete operation

Related to Issue [DSB-495]

CanDelete handler added. Although this is ugly, but messages are added to "Log" during the logic flow, because GridViewControl handles deletion by itself and there is no other feedback from it.

Related to Issue [DSB-495]

corrected figure D1

Related to Issue [DSB-569]

    • binary
    /doc/DSoilModel - Functional design.docx
Removed version number from installer filename, so we don't forget to update it.

Related to Issue [DSB-562]

Updated D-SoilModel to version 16.1.3.* after internal DSL release

Related to Issue [MDNLIB-805]

    • binary
    /lib/Deltares/Deltares.Stability.dll
    • binary
    /lib/Deltares/Deltares.DeltaModel.dll
    • binary
    /lib/Deltares/Deltares.Geotechnics.WaternetCreator.dll
    • binary
    /lib/Deltares/Deltares.DeltaModel.pdb
improved mainForm.IsMainFormLoaded handling.

Related to Issue [DSB-519]

one more attempt to stop the plugin tests from failing.

Related to Issue [DSB-519]

As the added DoEvents() do help to make the Test succeed on slow machine, added a few comments explaining why

Related to Issue [DSB-519]

Inserted a few DoEvents() statements to see how this affects the plugin unit tests that are failing only on TeamCity ?

Related to Issue [DSB-519]