Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Changes after review Related to Issue [WTI-284]

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

Former-commit-id: 392e01d96ae5025777e40d28882d0e447e921805

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -32
    • +0
    ./Application.Ringtoets.Storage/Exceptions/InvalidFileException.cs
    • -1
    • +9
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 9 more files in changeset.
- Renamed *Converter* to *Converters* Related to Issue [WTI-291]

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

Former-commit-id: c7e2e0939707141d3ba09819687604692fa817ce

    • -1
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -79
    • +0
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +79
    ./Application.Ringtoets.Storage/Converters/ProjectEntityConverter.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 1 more file in changeset.
# Added feature to create a new Ringtoets project file ## Apply database structure by executing the script *DatabaseStructure.sql* using an SqLiteConnection ## Saving the current project to the Ringtoets project file by using an EntityConnection Related to Issue [WTI-286]

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

Former-commit-id: cde3f4ac99331c19e5724ee43a2e0636d4acb29c

    • -5
    • +5
    ./Application.Ringtoets.Storage/App.config
    • -0
    • +18
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +45
    ./Application.Ringtoets.Storage/Builders/FileWriterErrorMessageBuilder.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +16
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntitiesPartial.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs
    • -0
    • +33
    ./Application.Ringtoets.Storage/Exceptions/UpdateDatabaseException.cs
    • -0
    • +111
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -0
    • +133
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • -0
    • +56
    ./Application.Ringtoets.Storage/RingtoetsDatabaseCreator.cs
    • -3
    • +22
    ./Application.Ringtoets.Storage/SqLiteStorageConnection.cs
    • -45
    • +33
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +37
    ./Application.Ringtoets.Storage/StorageToFile.cs
  1. … 10 more files in changeset.
Cleanup Added tests for ProjectEntity and Exceptions Related to Issue [WTI-284]

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

Former-commit-id: dd252ec55e008d8bda6529e3b777fc70e084b17b

    • -11
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -72
    • +0
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -123
    • +0
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • -5
    • +0
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 5 more files in changeset.
changes implemented after review WTI-Review-246 - Extended teste coverage Related to Issue [WTI-291]

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

Former-commit-id: f2501965746e7ceafc70fd22ada5bf2fa4ca9100

    • -1
    • +1
    ./Application.Ringtoets.Storage/App.config
    • -24
    • +25
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -17
    • +27
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +26
    ./Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/DbContext/ProjectEntity.cs
    • -0
    • +31
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -0
    • +636
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt
    • -0
    • +10
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -0
    • +9
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.cs
    • -0
    • +105
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -0
    • +13
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +733
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.tt
    • -0
    • +15
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntitiesPartial.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/DbContext/Version.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs
  1. … 10 more files in changeset.
Begin of map implementation. - Added the GuiPlugin. - Added the Ribbon and all necessary links to resources. Related to Issue [WTI-242]

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

Former-commit-id: 558618386180dd4297f7b227e54452104aa40eb0

    • -0
    • +4
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 7 more files in changeset.
Added Core.Components.Charting project.

Related to Issue [WTI-272]

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

Former-commit-id: 3772743ac84bf712b1225cf2cd149eb079e05c17

    • -74
    • +85
    ./Application.Ringtoets.Setup/License.rtf
  1. … 4 more files in changeset.
* Added version to database * Added test-data for ringtoets databases * Moved FileUtils to Core.Common.Utils * Renamed Core.Common.Utils.Properties/Resource to Core.Common.Utils.Properties/Resources

Related to Issue [WTI-284]

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

Former-commit-id: 99e0a481b8b4a6abc91210fd23b345e3e4749f1b

    • -1
    • +7
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +2
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • -0
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -2
    • +32
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -0
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -3
    • +15
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/Version.cs
  1. … 41 more files in changeset.
new license file

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

Former-commit-id: bac8975220f5c077292a254535146cb76e77b53d

    • -151
    • +169
    ./Application.Ringtoets.Setup/License.rtf
* Updated log messages * removed log messages when closing a project (consulted with PO) * Added field value "Description" to Ringtoets.rt Related to Issue [WTI-284]

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

Former-commit-id: e2e54363145fc733e9c45c890bbfda405bfa41b4

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
  1. … 6 more files in changeset.
- Implemented feature to open a Project - Implemented feature to build new SQLite connection string - Had to implement method SaveProject to test check if the connection string works properly (will be further implemented in WTI-286 and WTI-285) - Added a few tests for storage Related to Issue [WTI-284]

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

Former-commit-id: a4ef1ff3db9d0bf68c8c468200fedf1955d634ae

    • -1
    • +15
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +7
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/FileNotFoundException.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/InvalidFileException.cs
    • -0
    • +72
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -0
    • +123
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -0
    • +32
    ./Application.Ringtoets.Storage/SqLiteStorageConnection.cs
    • -9
    • +92
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 14 more files in changeset.
Added DotSpatial projects in - Core.Components - Core.Components.Test - Core.Plugins - Core.Plugins.Test Related to Issue [WTI-240]

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

Former-commit-id: 2f2f83b1119e03e4f306e15a6852107d311fe1f7

    • -44
    • +46
    ./Application.Ringtoets.Setup/License.rtf
  1. … 12 more files in changeset.
- Added comments - Changed database extension to rt - Added tests Related to Issue [WTI-291]

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

Former-commit-id: c755e44a5b1b213a4c771cc4eff7c735d5893f90

    • -1
    • +1
    ./Application.Ringtoets.Storage/App.config
    • -3
    • +2
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +66
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -2
    • +15
    ./Application.Ringtoets.Storage/IRingtoetsDBContext.cs
    • -11
    • +0
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/ProjectEntity.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.sqlite
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -4
    • +4
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -27
    • +9
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 5 more files in changeset.
Updated License.rtf Related to Issue [WTI-264]

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

Former-commit-id: 100717f6166ea5db74d2e7a50e913b3c3ee3b482

    • -38
    • +40
    ./Application.Ringtoets.Setup/License.rtf
Added *.dll* to project name in License.rtf Related to Issue [WTI-264]

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

Former-commit-id: 500bc9b46a5ab331c01de8dea37c87f7658c276b

    • -45
    • +46
    ./Application.Ringtoets.Setup/License.rtf
Introduced Core.Components.OxyPlot.Forms, so that model and view is separated. Extracted NodePresenter classes from LegendTreeView. Ensured minimum size of a plot, so that no exception should occur if the containing form becomes too small. ChartingGuiPlugin no longer gets loaded.

Related to Issue [WTI-272]

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

Former-commit-id: 71594203a15b54554bf9cbaa93f507167a4eb2f3

  1. … 30 more files in changeset.
New interface for storage requirement(s) First implementation of SaveProject Related to Issue [WTI-291]

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

Former-commit-id: b68c5763bd987d2b68067d4bf04cc69a447d1440

    • -1
    • +1
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -2
    • +20
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 3 more files in changeset.
# Moved Ringtoets.sqlite to Application.Ringtoets.Storage # Added DbContext for ProjectEntity # Added class to load Project Related to Issue [WTI-291]

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

Former-commit-id: 5c0771ed42e0707791f13761a8288ca075a9e99c

    • -2
    • +5
    ./Application.Ringtoets.Storage/App.config
    • -4
    • +52
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +9
    ./Application.Ringtoets.Storage/IRingtoetsDBContext.cs
    • -0
    • +11
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/ProjectEntity.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.sqlite
    • -0
    • +31
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -0
    • +636
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -0
    • +10
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Designer.cs
    • -0
    • +9
    ./Application.Ringtoets.Storage/RingtoetsDBContext.cs
    • -0
    • +75
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -0
    • +12
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -0
    • +733
    ./Application.Ringtoets.Storage/RingtoetsDBContext.tt
    • -0
    • +36
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +20
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 7 more files in changeset.
# Set correct SQL connection string # first implementation of Ringtoets.sqlite Related to Issue [WTI-281]

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

Former-commit-id: 6aab1621c4c7ccca2e722ada38c5075b5e7e639e

    • -1
    • +2
    ./Application.Ringtoets.Storage/App.config
  1. … 1 more file in changeset.
# Removed redundant reference to Application.Ringtoets. # Removed redundant system references. # Removed superfluous reference to *Microsoft.Common.props*. Related to Issue [WTI-264]

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

Former-commit-id: 56608741b91fdd2cd138e2322bd1cbd5a90fda1a

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
  1. … 2 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

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

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 70 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

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

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 70 more files in changeset.
* Move HtmlPageView to Core.Common.Controls * Got rid of Core.Common.Controls.Swf Related to Issue [WTI-184]

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

Former-commit-id: 9b7beb2b9ac23c23e5feedd5491e2828af0dcbae

    • -5
    • +0
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 26 more files in changeset.
Added latest version of SQLite and Entity Framework to project Application.Ringtoets.Storage Related to Issue [WTI-281]

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

Former-commit-id: b63837a2b7fdf4c52058a2cacb285d3faad1e41b

    • -0
    • +20
    ./Application.Ringtoets.Storage/App.config
    • -0
    • +26
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +7
    ./Application.Ringtoets.Storage/packages.config
  1. … 103 more files in changeset.
Added project Application.Ringtoets.Storage Added project Application.Ringtoets.Storage.Test Related to Issue [WTI-264]

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

Former-commit-id: 3da139fc071754d2e010600abd324a0a9a0bc458

    • -70
    • +77
    ./Application.Ringtoets.Setup/License.rtf
    • -0
    • +65
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +6
    ./Application.Ringtoets.Storage/Properties/AssemblyInfo.cs
  1. … 4 more files in changeset.
# Created Ringtoets, src, and test folders in Application # Moved Application.Ringtoets* projects to src folder Related to Issue [WTI-264]

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

Former-commit-id: bb141210dccde83c794a43c928095efa9b3d88f3

    • -0
    • +116
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
    • binary
    ./Application.Ringtoets.Setup/Banner_493x77.bmp
    • -0
    • +4
    ./Application.Ringtoets.Setup/GenerateVariables.wxi.svn
    • -0
    • +46
    ./Application.Ringtoets.Setup/Installer UI/BrowseDlgDeltares.wxs
    • -0
    • +28
    ./Application.Ringtoets.Setup/Installer UI/CancelDlgDeltares.wxs
    • -0
    • +69
    ./Application.Ringtoets.Setup/Installer UI/CustomizeDlgDeltares.wxs
    • -0
    • +30
    ./Application.Ringtoets.Setup/Installer UI/DiskCostDlgDeltares.wxs
    • -0
    • +45
    ./Application.Ringtoets.Setup/Installer UI/ErrorDlgDeltares.wxs
    • -0
    • +33
    ./Application.Ringtoets.Setup/Installer UI/ExitDialogDeltares.wxs
    • -0
    • +37
    ./Application.Ringtoets.Setup/Installer UI/FatalErrorDeltares.wxs
    • -0
    • +36
    ./Application.Ringtoets.Setup/Installer UI/FilesInUseDeltares.wxs
    • -0
    • +41
    ./Application.Ringtoets.Setup/Installer UI/LicenseAgreementDlgDeltares.wxs
    • -0
    • +60
    ./Application.Ringtoets.Setup/Installer UI/MaintenanceTypeDlgDeltares.wxs
    • -0
    • +35
    ./Application.Ringtoets.Setup/Installer UI/MaintenanceWelcomeDlg.wxs
    • -0
    • +43
    ./Application.Ringtoets.Setup/Installer UI/MsiRMFilesInUseDeltares.wxs
  1. … 65 more files in changeset.