DeltaShell.Gui

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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

    • -7
    • +6
    ./Forms/MessageWindow/MessageWindow.cs
  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

    • -183
    • +0
    ./Forms/HelpAboutBox.Designer.cs
    • -1125
    • +0
    ./Forms/MainWindow/MainWindow.Designer.cs
    • -1330
    • +0
    ./Forms/MainWindow/MainWindow.cs
    • -228
    • +0
    ./Forms/MainWindow/MainWindow.nl-NL.resx
    • -3895
    • +0
    ./Forms/MainWindow/MainWindow.resx
  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

    • -19
    • +25
    ./Forms/MessageWindow/MessageWindow.cs
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

  1. … 22 more files in changeset.
* 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

  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. … 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

    • -115
    • +102
    ./Forms/MessageWindow/MessageWindow.cs
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

  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. … 24 more files in changeset.
* 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

  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. … 19 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

    • -12
    • +35
    ./Forms/MainWindow/MainWindow.xaml.cs
  1. … 34 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

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

removed snk files. Related to Issue [WTI-62]

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

Former-commit-id: 5c2818c6f89a29ea1e1a0272dd6b7d41efb7b65b

  1. … 26 more files in changeset.
Review related changes Related to Issue [WTI-56]

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

Former-commit-id: 9cfe8c0c90ffe43150e24da1c340cbb13b3c4e73

Improved PropertyGridView => Property objects are shown again => The description area of the PropertyGridView is now no longer auto-resizing Related to Issue [WTI-56]

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

Former-commit-id: 9a20d874281906fe09d104e9cab49d56da8d5cef

extracted PropertyResolver out of PropertyGridView fixed unit tests to fit PropertyResolver. Related to Issue [WTI-56]

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

Former-commit-id: 5207bba6003c3569a3e9d13868059cef0c0dc1a7

    • -0
    • +108
    ./Forms/PropertyGridView/PropertyResolver.cs
  1. … 3 more files in changeset.
Got rid of DelftDialogResult Related to Issue [WTI-70]

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

Former-commit-id: 53f0ad572f63aa422a33dddf069ffe7a0c7dbb97

  1. … 6 more files in changeset.
Cleaned up DelftTools.Controls Related to Issue [WTI-70]

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

Former-commit-id: 438d4726731aeb946f55f8dddabdc6c7b6d6efd7

  1. … 6 more files in changeset.
recommitting prev fix without local unfinished changes Related to Issue [WTI-56]

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

Former-commit-id: 547e86dc2f8b17d7bbd52187e0150b9939143519

fixing failing tests

Related to Issue [WTI-56]

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

Former-commit-id: 247c73102f0daef137951071f34ef08c7a2964cc

Moved PropertyGridView to separate folder in project Related to Issue [WTI-56]

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

Former-commit-id: 7eb46bd4afe11a756fc939922928e5eb5dab6e72

    • -0
    • +321
    ./Forms/PropertyGridView/PropertyGridView.cs
  1. … 1 more file in changeset.
review related changes. yet more cleaner. Related to Issue [WTI-56]

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

Former-commit-id: 7ed14843747dcadbd193c8424f6d16bcfc49d132