DeltaShell

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -180
    • +0
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -682
    • +0
    ./DeltaShell.Core/DeltaShellApplication.cs
    • -33
    • +0
    ./DeltaShell.Core/DeltaShellApplicationSettings.cs
    • -55
    • +0
    ./DeltaShell.Core/DeltaShellUserDataFolderConverter.cs
    • -18
    • +0
    ./DeltaShell.Core/ForceLocalAddinFileSystemExtension.cs
    • -67
    • +0
    ./DeltaShell.Core/MonoAddinsConsoleLogger.cs
    • -155
    • +0
    ./DeltaShell.Core/PluginConfigurationLoader.cs
    • -138
    • +0
    ./DeltaShell.Core/PluginManager.cs
    • -165
    • +0
    ./DeltaShell.Core/RunningActivityLogAppender.cs
  1. … 4825 more files in changeset.
removed timer from ProgressDialog. It's not needed at all due auto refresh between DataGridView and its DataSource. Related to Issue [WTI-105]

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

Former-commit-id: 8b1d80eaabbcfa2e54e9ba70c4f29b4ce21f8bfc

* Introduced PipingCalculationActivity in order to run a piping calculation asynchronously from the UI thread and to be able to provide progress notification. * Fixed threading exception when consuming all newly added logmessage a new message has been added. ConcurrentQueue implementation fixes this. * Moved test-data creation methods related to PipingData to new testhelper: PipingDataFactory. Related to Issue [WTI-103]

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

Former-commit-id: c738c8656d483259c90a5ca4973799f605f442ce

  1. … 10 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -180
    • +0
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -682
    • +0
    ./DeltaShell.Core/DeltaShellApplication.cs
    • -33
    • +0
    ./DeltaShell.Core/DeltaShellApplicationSettings.cs
    • -55
    • +0
    ./DeltaShell.Core/DeltaShellUserDataFolderConverter.cs
    • -18
    • +0
    ./DeltaShell.Core/ForceLocalAddinFileSystemExtension.cs
    • -67
    • +0
    ./DeltaShell.Core/MonoAddinsConsoleLogger.cs
    • -155
    • +0
    ./DeltaShell.Core/PluginConfigurationLoader.cs
    • -138
    • +0
    ./DeltaShell.Core/PluginManager.cs
    • -165
    • +0
    ./DeltaShell.Core/RunningActivityLogAppender.cs
  1. … 3994 more files in changeset.
implemented thread-safe lazy updating for messages window. Observer had to go. Related to Issue [WTI-75]

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

Former-commit-id: 1171ed9e4b6e407254639164845b6542fc838e4c

Reopened because it turned out the XML output paths are redundant (at the moment). - get rid of all XML output paths in both "Debug" and "Release". Related to Issue [WTI-78]

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

Former-commit-id: e3ed250700b70f46821c1ee5a175d47d144639bf

    • -2
    • +2
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -2
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -2
    • +1
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 17 more files in changeset.
removing timer as the main view updating mechanism led to several unused/irrelevant functions removal. also had to remove TreeViewUpdateOnManyPropertyChangesShouldBeFast() test, due to incompatibility with current implementation of the treeView Related to Issue [WTI-75]

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

Former-commit-id: db9bddd2d3bd1db91ab97a4404b80a152899fa20

    • -10
    • +0
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorer.cs
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs
    • -11
    • +1
    ./DeltaShell.Plugins.ProjectExplorer/ProjectTreeView.cs
  1. … 3 more files in changeset.
removed RU localization file Related to Issue [WTI-6]

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

Former-commit-id: 4c592cfcb8cbe775999a104fbbd016b73ff8321a

    • -3
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -123
    • +0
    ./DeltaShell.Plugins.ProjectExplorer/Properties/Resources.ru-RU.resx
* Renamed Wti projects to Ringtoets.Piping ** Updated namespaces accordingly. Related to Issue [WTI-92]

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

Former-commit-id: ceefaef62620eac7b0aebf2ea321431ee122b337

    • -8
    • +8
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 135 more files in changeset.
* Moved Wti.IO (and related test project) from [src/test]/Plugins/Wti/Wti.IO to src/Plugins/Ringtoets/Piping/[src/test]/Ringtoets.Piping.IO Related to Issue [WTI-92]

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

Former-commit-id: 3beb74da80dc0fa54ccdf0af21e4f467150baf3e

    • -1
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 59 more files in changeset.
removed timer form MessageWindow Related to Issue [WTI-75]

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

Former-commit-id: 3095b7e4349880a413b3d3de6656f7c12de23e28

Moved Wti.Data (and related test projects) from [src/test]/Plugins/Wti/Wti.Data to src/Plugins/Ringtoets/Piping/[src/test]/Wti.Data Related to Issue [WTI-92]

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

Former-commit-id: a98daa1851dccd7a7fef1b72aba0aaff3d4201d0

    • -2
    • +2
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 65 more files in changeset.
- Removed unused reference in MainWindow.xaml.cs and DelftShellApplicationTest.cs - Fixed tests that were failing after WTI-88 Related to Issue [WTI-88]

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

Former-commit-id: 2488be266aa52f3dbba0ac2c9cce0aaf7bc3b4d5

  1. … 2 more files in changeset.
* Moved Piping.Service source and test project around

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

Former-commit-id: af45cc306dec978a88df49d2aa20d6c9451ab647

    • -1
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 24 more files in changeset.
File should not have been removed in WTi-98 Related to Issue [WTI-98]

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

Former-commit-id: 95f58bd47ac0a99a0e0d7c6ff7f44f324c892b87

    • -0
    • +1
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +55
    ./DeltaShell.Core/DeltaShellUserDataFolderConverter.cs
* Renamed Wti.Service.csproj to Ringtoets.Piping.Service.csproj ** Also updated namespace

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

Former-commit-id: 554d9e833373ea0aad8a57c8a8ebfe261256d100

    • -2
    • +2
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 13 more files in changeset.
Moved Wti.Service from src/Plugins/Wti/Wti.Service to src/Plugins/Ringtoets/Piping/Wti.Service

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

Former-commit-id: c08bee781558a706208b18bb95b9cdbc5101f4ca

    • -1
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 19 more files in changeset.
- StackOverFlow solved Related to Issue [WTI-88]

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

Former-commit-id: 3d2b1089b355942fc0e93b8d8e058e2b1ca694e6

    • -2
    • +0
    ./DeltaShell.Core/DeltaShellApplication.cs
Removed SharpMapGIS HibernateMappings Related to Issue [WTI-70]

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

Former-commit-id: aaba93f13f29b73fdc256b8a9894d5e6a92c4055

    • -21
    • +0
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 4 more files in changeset.
Removed: - Feature of Temporarily saving a project - Feature to check if a project changed (will be implemented in a different location) Related to Issue [WTI-88]

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

Former-commit-id: 5bd33f29b18e469502f7d3d930e093febaba3ef3

    • -3
    • +0
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -204
    • +12
    ./DeltaShell.Core/DeltaShellApplication.cs
    • -108
    • +0
    ./DeltaShell.Core/InMemoryProjectRepository.cs
    • -22
    • +0
    ./DeltaShell.Core/ProjectRepositoryFactory.cs
    • -122
    • +3
    ./DeltaShell.Gui/GuiCommandHandler.cs
    • -10
    • +1
    ./DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs
    • -20
    • +0
    ./DeltaShell.Plugins.CommonTools/CommonToolsDataAccessListener.cs
    • -1
    • +0
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
  1. … 26 more files in changeset.
removed the last mentioning of snk

Related to Issue [WTI-62]

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

Former-commit-id: 64fffb55dd7a09e8c814f0b62903ab646fc56638

    • -2
    • +0
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
removed MONO-Addin dependency form DeltaShell.Plugins.CommonTools

Related to Issue [WTI-69]

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

Former-commit-id: b5bc00cf6882a59e5bad980529d1c2cf085c077f

    • -2
    • +0
    ./DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs
    • -5
    • +2
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -4
    • +1
    ./DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs
reverted changes from rev 378 Related to Issue [WTI-69]

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

Former-commit-id: 45c75dce3d72c3a95a65b1d0d15de544316861c0

    • -0
    • +3
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -1
    • +4
    ./DeltaShell.Plugins.SharpMapGis.Gui/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Gui/SharpMapGisGuiPlugin.cs
    • -0
    • +3
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
    • -1
    • +4
    ./DeltaShell.Plugins.SharpMapGis/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./DeltaShell.Plugins.SharpMapGis/SharpMapGisApplicationPlugin.cs
removed MONO-Addin dependency form SharpMap friends Related to Issue [WTI-69]

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

Former-commit-id: 981096cf45f94ac8912b61240a7e1764073a04c4

    • -3
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -4
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Gui/Properties/AssemblyInfo.cs
    • -2
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Gui/SharpMapGisGuiPlugin.cs
    • -3
    • +0
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
    • -4
    • +1
    ./DeltaShell.Plugins.SharpMapGis/Properties/AssemblyInfo.cs
    • -2
    • +0
    ./DeltaShell.Plugins.SharpMapGis/SharpMapGisApplicationPlugin.cs
removed MONO directives from the code Related to Issue [WTI-69]

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

Former-commit-id: 730176550a5529ae085fccf11101fbdadcb3b5b8

  1. … 3 more files in changeset.
Final cleanups Related to Issue [WTI-56]

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

Former-commit-id: 56700d5f96378f0afbb7177703dea965670f50a2

Applied some final PropertyGridView improvements Related to Issue [WTI-56]

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

Former-commit-id: 9c0b019f98ad0aa5f7b450714d48ff1bc990239e

  1. … 1 more file in changeset.
removed warning over unused...

Related to Issue [WTI-57]

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

Former-commit-id: 25b0a4665d0e585f35295d8f58f4da5d0605621a

returned back null as value on exception Related to Issue [WTI-56]

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

Former-commit-id: 9354171b69120a1fa4d13a3901818ec2412190a3

removed unreachable code Related to Issue [WTI-56]

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

Former-commit-id: 4527cf7be334b7312578a8dcd669f688597dc3fd