RingtoetsDemoProjectRibbon.xaml.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added view to demo project. Related to Issue [WTI-1330]

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

Former-commit-id: 395ca6bed432d985f0f3f91110746a3ee26b1c8d

Former-commit-id: 6e4198e2d7ddb2748e9306b846ea8fc19a5d377a

  1. … 20 more files in changeset.
Updated license headers in demo. Related to Issue [WTI-1242]

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

Former-commit-id: 3b8764c556b08da5dbc576bddb2bfdf304b334e7

Former-commit-id: 779af80f82d54b696da45f81523a34217c066fbc

  1. … 21 more files in changeset.
* Extended IReferenceLineReplaceHandler with DoPostReplacementUpdates to allow for actions to be resolved after the replacement of the ReferenceLine took place. ** Main reason behind this architectural choice, is allowing for UI updates from non-UI threads. ** ReferenceLineImporter makes use of this new method in the DoPostImportUpdates method. * ReferenceLineReplaceHandler now keeps track of deleted objects and closes views for those objects in the DoPostReplacementUpdates method. ** Introduced ClearResults class for this purpose. ** Updated DataSynchronisationService methods related to replacing the ReferenceLine and now keep track of both changed objects as well as removed objects. * Cleanup in some commands to use IViewCommands. Related to Issue [WTI-1034]

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

Former-commit-id: 239f69a11ed199f938d5dd31e76f60772ad40072

Former-commit-id: 9cb0286bb78c272cc2d2cb43b703d0fc9ad386f3

  1. … 56 more files in changeset.
* Defined new demo button to add a AssessmentSection with fake artificially imported hydraulic boundary locations. Related to Issue [WTI-1012]

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

Former-commit-id: 4b1c4d75fe97331bc8d36722954e1f21eb08da4a

Former-commit-id: 287abf61dc8a1ef246fdeb64d60bebaf98e25c60

  1. … 11 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

    • -1
    • +22
    ./RingtoetsDemoProjectRibbon.xaml.cs
  1. … 310 more files in changeset.
Removing redundant code Related to Issue [WTI-737]

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

Former-commit-id: 3ad979f863041c200668e35f66dfc38d6628d5a2

Former-commit-id: 8007423c2200ae76000c22f867c807aca09448c5

  1. … 37 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 8e40ae01ad414c8db7cb7da2efe756dff66139da

Former-commit-id: a51215a3a84afdeb1836c566e67f58cea5d094e3

  1. … 12 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

    • -11
    • +1
    ./RingtoetsDemoProjectRibbon.xaml.cs
  1. … 111 more files in changeset.
Merged revision(s) from branches/DockingManager

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

Former-commit-id: a659ece93f5e2cda3b606e643c0541f9f8387c55

Former-commit-id: c3e38b068f67783b6246763950eb44f4da63ff21

  1. … 122 more files in changeset.
Renamed IDocumentViewController to IViewController Related to Issue [WTI-675]

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

Former-commit-id: b1e86596939db58e6091eb5d9f40c5b7b146ba01

Former-commit-id: 464ca0f2e9b2394f383d5cf1535251ea1292dc69

  1. … 22 more files in changeset.
* Renamed DikeAssessmentSection to AssessmentSection and updated related classes, properties and fields accordingly Related to Issue [WTI-407]

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

Former-commit-id: 3a970242148801595d10b74d0ee4d58e998701c2

Former-commit-id: e951eb2c491cb5e0541a599b3aa71caed7952715

  1. … 78 more files in changeset.
* Deleted DuneAssessmentSection class, and related code. Related to Issue [WTI-407]

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

Former-commit-id: 6476106fa3295a9541d488ca658623393fab32f1

Former-commit-id: 73f9768c101421f97f11f4de6571202ad3295ba1

  1. … 12 more files in changeset.
Always load OxyPlotGuiPlugin. Moved OpenChartViewButton to Demo ribbon. Reviewed by kleijn

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

Former-commit-id: 3b11679ac700e97904a0a31743bf3c0023d7b489

  1. … 23 more files in changeset.
* Applied interface segregation to commands that depends in IGui, reducing coupling to IGui interface. Related to Issue [WTI-185]

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

Former-commit-id: ac90d4871a93717c36c9bb2216d67e3cf3cf3ed1

  1. … 15 more files in changeset.
Merged MapRibbon into RingtoestDemoProjectRibbon. Changed name in Demo.Ringtoets.Test AssemblyInfo. Related to Issue [WTI-242]

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

Former-commit-id: 5e91b2733f9b89244e860192b50410bd474914cb

    • -6
    • +10
    ./RingtoetsDemoProjectRibbon.xaml.cs
  1. … 13 more files in changeset.
Added DemoDotSpatialGuiPlugin and refactored demo project folder structure. Related to Issue [WTI-242]

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

Former-commit-id: 859121021b2743ee547a6532f5b903c3f9cbebf1

    • -0
    • +59
    ./RingtoetsDemoProjectRibbon.xaml.cs
  1. … 18 more files in changeset.