Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved test names to reflect the caller function name better

Related to Issue [DSB-495]

    • -6
    • +6
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
Updated D-SoilModel installer using the latest about_box & banner graphics, copying the UI layout files from RingToets

Related to Issue [DSB-576]

    • -0
    • +125
    ./Deltares.DSoilModel.Setup/Installer UI/VerifyReadyDlgDeltares.wxs
    • -0
    • +30
    ./Deltares.DSoilModel.Setup/Installer UI/OutOfDiskDlgDeltares.wxs
    • binary
    ./Deltares.DSoilModel.Setup/Banner.jpg
    • -0
    • +33
    ./Deltares.DSoilModel.Setup/Installer UI/ExitDialogDeltares.wxs
    • -0
    • +28
    ./Deltares.DSoilModel.Setup/Installer UI/CancelDlgDeltares.wxs
    • -0
    • +44
    ./Deltares.DSoilModel.Setup/Localization_nl-NL.wxl
    • -0
    • +34
    ./Deltares.DSoilModel.Setup/Installer UI/WixUIVariables.wxl
    • -0
    • +34
    ./Deltares.DSoilModel.Setup/Installer UI/FatalErrorDeltares.wxs
    • -0
    • +51
    ./Deltares.DSoilModel.Setup/Installer UI/wixUI_Deltares.wxs
    • -0
    • +45
    ./Deltares.DSoilModel.Setup/Installer UI/ErrorDlgDeltares.wxs
    • -0
    • +34
    ./Deltares.DSoilModel.Setup/Installer UI/UserExitDeltares.wxs
    • -0
    • +36
    ./Deltares.DSoilModel.Setup/Installer UI/FilesInUseDeltares.wxs
    • -0
    • +25
    ./Deltares.DSoilModel.Setup/Installer UI/InvalidDirDlgDeltares.wxs
  1. … 20 more files in changeset.
Removed NuGet bindings for SqLite and added interop DLL to DSoilModel.Data, as requested by Tom

Related to Issue [DSB-558]

    • -4
    • +0
    ./Deltares.DSoilModel.Data/packages.config
    • -12
    • +4
    ./Deltares.DSoilModel.Data/Deltares.DSoilModel.Data.csproj
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]

    • -1
    • +3
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
Unit test added to test importation of MDB file.

Related to Issue [DSB-573]

    • -0
    • +58
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/MSoilBase.mdb
+ implemented CanDeleteLogic for the CPTs. Tests included.

+ minor refactoring

Related to Issue [DSB-495]

    • -8
    • +71
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
    • -16
    • +48
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
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]

    • -18
    • +3
    ./Deltares.DSoilModel.Forms/DSoilModelSegmentGeometryEditor.cs
minor code refactoring expecting yet more CanDelete-functions

Related to Issue [DSB-495]

    • -23
    • +31
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
implemented CanDeleteLogic for the soils. Tests included.

Related to Issue [DSB-495]

    • -2
    • +19
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
    • -1
    • +65
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
very pragmatic solution because there there is no handler for the end of the delete operation

Related to Issue [DSB-495]

    • -0
    • +5
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
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]

    • -0
    • +28
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
    • -0
    • +2
    ./Deltares.DSoilModel.Forms/Translations.xml
Removed version number from installer filename, so we don't forget to update it.

Related to Issue [DSB-562]

    • -1
    • +1
    ./Deltares.DSoilModel.Setup/Deltares.DSoilModel.Setup.wixproj
Updated D-SoilModel to version 16.1.3.* after internal DSL release

Related to Issue [MDNLIB-805]

    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/Groot Salland.gdb
    • -1
    • +1
    ./Deltares.DSoilModel.Application/Properties/AssemblyInfo.cs.svn
    • -1
    • +1
    ./Deltares.DSoilModel.Setup/Product.wxs
  1. … 7 more files in changeset.
improved mainForm.IsMainFormLoaded handling.

Related to Issue [DSB-519]

    • -8
    • +5
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
one more attempt to stop the plugin tests from failing.

Related to Issue [DSB-519]

    • -5
    • +14
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
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]

    • -3
    • +7
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
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]

    • -1
    • +6
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
Removed th old splash screen as it is no longer neccesary

Related to Issue [DSB-434]

    • binary
    ./Deltares.DSoilModel.Application/Resources/GenericProgressScreen.jpg
    • -11
    • +1
    ./Deltares.DSoilModel.Application/Properties/Resources.Designer.cs
    • -4
    • +0
    ./Deltares.DSoilModel.Application/Properties/Resources.resx
Added issue references to failing "work in progress" tests

Related to Issue [MDNLIB-797,DSB-535]

    • -1
    • +1
    ./Deltares.DSoilModel.Data.Tests/SosSoilLayer1DTest.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/CptControlTests.cs
Updated NuGet config for SqLite and removed interop dll's from application project. This should solve any conflicts with the x86 interop folder during builds.

Related to Issue [DSB-558]

    • -0
    • +4
    ./Deltares.DSoilModel.Data/packages.config
    • -12
    • +0
    ./Deltares.DSoilModel.Application/Deltares.DSoilModel.Application.csproj
    • -0
    • +12
    ./Deltares.DSoilModel.Data/Deltares.DSoilModel.Data.csproj
    • -4
    • +0
    ./Deltares.DSoilModel.Application/packages.config
    • binary
    ./Deltares.DSoilModel.Application/x86/SQLite.Interop.dll
    • binary
    ./Deltares.DSoilModel.Application/x64/SQLite.Interop.dll
Restore progress bar picture

Related to Issue [WIUI-434]

    • binary
    ./Deltares.DSoilModel.Application/Resources/GenericProgressScreen.jpg
Enabled the application to find and use the right icon.

Related to Issue [DSB-557]

    • -0
    • +19
    ./Deltares.DSoilModel.Forms/DSoilModelPlugin.cs
    • binary
    ./Deltares.DSoilModel.Forms/D-SoilModel.ico
    • -2
    • +2
    ./Deltares.DSoilModel.Forms/Deltares.DSoilModel.Forms.csproj
    • binary
    ./Deltares.DSoilModel.Forms/Resources/D-SoilModel.ico
    • -2
    • +2
    ./Deltares.DSoilModel.Application/Deltares.DSoilModel.Application.csproj
Add the splash screen from WTI as for the other applications.

Note: also solves issue DSB-437, as the code changes and resources are in the same place (and the changes are minimal)

Related to Issue [DSB-434]

    • -11
    • +1
    ./Deltares.DSoilModel.Application/Properties/Resources.Designer.cs
    • -3
    • +8
    ./Deltares.DSoilModel.Application/Program.cs
    • binary
    ./Deltares.DSoilModel.Application/Resources/GenericProgressScreen.jpg
    • binary
    ./Deltares.DSoilModel.Application/Resources/DSoilModel_splash_screen.png
    • -2
    • +2
    ./Deltares.DSoilModel.Application/Deltares.DSoilModel.Application.csproj
    • binary
    ./Deltares.DSoilModel.Application/Resources/GenericSplashScreen.jpg
    • -3
    • +0
    ./Deltares.DSoilModel.Application/Properties/Resources.resx
    • binary
    ./Deltares.DSoilModel.Application/Resources/DSoilModel_about.png
Changed default stochast for D70 to have a shift of 0, as requested by PO, updated unit test(s) related to these defaults

Related to Issue [DSB-537]

    • -0
    • +1
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
    • -6
    • +5
    ./Deltares.DSoilModel.Data.Tests/DSoilModelProjectTest.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Data/DSoilModelProject.cs
    • binary
    ./Deltares.DSoilModel.Data.Tests/TestFiles/DefaultSoils.mdb
actually this is revert of the 400 rev as another try to check if re-release of DSL could have helped

Related to Issue [MACUI-57]

    • -4
    • +0
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
setting existing tests as WorkInProgress in order to put these on hold and let the DSoilModel stay healthy.

Related to Issue [MACUI-57]

    • -0
    • +4
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
reverting previous changes to analyze the differences.

Related to Issue [MACUI-57]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
investigating failed build: excluding DSoilModelPluginTests, because i suspect some initialization issues and/or memory-leaks.

Related to Issue [MACUI-57]

    • -1
    • +0
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Added unit tests for Soil property defaults being set after importing 1D profiles or materials.mdb, fixed failing test, committed too quickly...

Related to Issue [DSB-537]

    • -9
    • +3
    ./Deltares.DSoilModel.Data.Tests/DSoilModelProjectTest.cs
Added disposing of mainform and dynamicpropertycontrol as this caused other tests in segment editor to fail. Improved segment editor tests while finding the cause of the failing tests.

Related to Issue [DSB-519]

    • -12
    • +4
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs
    • -22
    • +26
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelSegmentGeometryEditorTests.cs