Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
disabled Dam-import

Related to Issue [DSB-408]

    • -0
    • +2
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
added some improvements following reviewer comments

Related to Issue [DSB-438]

    • -9
    • +6
    ./Deltares.DSoilModel.Data.Tests/DSoilModelTransformerTests.cs
    • -8
    • +19
    ./Deltares.DSoilModel.Data/DSoilModelTransformer.cs
+ wrote TestStochasticPropertiesUncoupled() which really tests if some particular properties are uncoupled

+ fixed minor bug

Related to Issue [DSB-438]

    • -1
    • +1
    ./Deltares.DSoilModel.Data/DSoilModelTransformer.cs
    • -0
    • +21
    ./Deltares.DSoilModel.Data.Tests/DSoilModelTransformerTests.cs
+ improved DSoilModelTransformerTests

+ DSoilModelTransformer takes exceptional case with PreConsolidationStress into account

+ StressValueStochast name reverted back to StressStochast

Related to Issue [DSB-438]

    • -3
    • +3
    ./Deltares.DSoilModel.Tests/DSoilModelContextTest.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
    • -3
    • +3
    ./Deltares.DSoilModel.Data.Tests/DSoilModelTransformerTests.cs
    • -2
    • +27
    ./Deltares.DSoilModel.Data/DSoilModelTransformer.cs
+ Added test project fpr DSoilModel.Data

+ DSoilModelTransformer that supports Soil and PreConsolidationStress uncouples deterministic and stochastic properties from each other

Related to Issue [DSB-438]

    • -0
    • +36
    ./Deltares.DSoilModel.Data.Tests/Properties/AssemblyInfo.cs
    • -0
    • +4
    ./Deltares.DSoilModel.Data.Tests/packages.config
    • -4
    • +30
    ./Deltares.DSoilModel.Data/DSoilModelTransformer.cs
    • -0
    • +71
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
    • -0
    • +52
    ./Deltares.DSoilModel.Data.Tests/DSoilModelTransformerTests.cs
  1. ./Deltares.DSoilModel.Data.Tests/Properties
following DSL changes (rev 514): StressStochast renamed to StressValueStochast

Related to Issue [DSB-438]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
    • -3
    • +3
    ./Deltares.DSoilModel.Tests/DSoilModelContextTest.cs
Made sure Add point button is only available when appropriate.

Related to Issue [DSB-419]

    • -3
    • +3
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
LogManager.Messages has to be cleared manually, because this process is not automated in DSL-MainFrom

Related to Issue [DSB-392]

    • -0
    • +7
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
DSoilModel is Dutch only and there is no way to change it.

Related to Issue [DSB-460]

    • -0
    • +8
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
Removed unintended and "illegal" emptyy line at start.

Related to Issue [DSB-441]

    • -2
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
use of hoogtegeometrie, bodemsegment.

Related to Issue [DSB-441]

    • -26
    • +28
    ./Deltares.DSoilModel.Forms/Translations.xml
cosmetic code improvements

Related to Issue [DSB-445]

    • -3
    • +5
    ./Deltares.DSoilModel.Forms/BoringLookupControl.cs
    • -2
    • +5
    ./Deltares.DSoilModel.Forms/CPTLookupControl.cs
added translation for SpecificMechanismPointLocationControl

Related to Issue [DSB-445]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
    • -1
    • +2
    ./Deltares.DSoilModel.Forms/SpecificMechanismPointLocationControl.cs
added translation for Boring Lookup

Related to Issue [DSB-445]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
    • -1
    • +1
    ./Deltares.DSoilModel.Forms/BoringLookupControl.cs
added translation for CPT Lookup

Related to Issue [DSB-445]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms/CPTLookupControl.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
Updated unit test attribute to move them out of "Work in progress" build, not issue related
    • -2
    • +0
    ./Deltares.DSoilModel.Tests/SosSoilLayer1DTest.cs
    • -3
    • +0
    ./Deltares.DSoilModel.Tests/DSoilModelIOTest.cs
Fixed failing test, data path

Related to Issue [DSB-159]

    • -1
    • +1
    ./Deltares.DSoilModel.Tests/SosSoilLayer1DTest.cs
  1. … 1 more file in changeset.
Some small code improvements due to review.

Related to Issue [DSB-220]

    • -12
    • +14
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
Removed obsolete user column filters, updated unit tests

Related to Issue [DSB-197]

    • -264
    • +4
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
    • -288
    • +19
    ./Deltares.DSoilModel.Tests/DSoilModelContextTest.cs
Added new usercolumnfilters for Macrostability BasisModule and Pipimg Ringtoets

Related to Issue [DSB-197]

    • -26
    • +2
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
    • -4
    • +34
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
Show "Koppel aan dichtsbijzijnde segment" only if there are segments in the project for the currently selected mechanism

Related to Issue [DSB-220]

    • -1
    • +2
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
When selection is cleared, cancel ongoing segment split operation

Related to Issue [DSB-409]

    • -0
    • +7
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
Fixed transformer so that it works properly also when Stochasts are not visible, added unit test

Related to Issue [DSB-409]

    • -14
    • +13
    ./Deltares.DSoilModel.Data/DSoilModelTransformer.cs
    • -0
    • +76
    ./Deltares.DSoilModel.Tests/DSoilModelTransformerTest.cs
Adapted the CreateNew2DProfileFromSoilProfile2DAndSurfaceLine2 method to the last adaptation to the DSL and removed the now obsolete Todo.

Related to Issue [MACUI-21]

    • -10
    • +3
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
Implemnted CreateNew2DProfileFromSoilProfile2DAndSurfaceLine2, using the new GeotechnicsUtilities class.

Related to Issue [MACUI-21]

    • -2
    • +19
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
Moved logic from mapeditor to project and added an integration test for this functionality

Related to Issue [DSB-220]

    • -1
    • +121
    ./Deltares.DSoilModel.Data/DSoilModelProject.cs
    • -112
    • +2
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
    • -13
    • +90
    ./Deltares.DSoilModel.Tests/DSoilModelProjectTest.cs
  1. … 2 more files in changeset.
Resharper code cleanup, plugin & mapeditor

Related to Issue [DSB-220]

    • -66
    • +73
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
    • -329
    • +301
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
Added menu item in Edit menu, also for split segment operation for consistency

Related to Issue [DSB-220]

    • -0
    • +2
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
    • -13
    • +24
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
Implemented allocation of Cpt's & borings to segments

Related to Issue [DSB-220]

    • -2
    • +2
    ./Deltares.DSoilModel.Forms/Translations.xml
    • -17
    • +152
    ./Deltares.DSoilModel.Forms/DSoilModelMapEditor.cs
Added a component to the wix installer to remove old .Layout files that are not compatible with DSL 16.*

Related to Issue [DSB-405]

    • -0
    • +14
    ./Deltares.DSoilModel.Setup/Product.wxs