Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Introduced common implementation for TreeNodeInfo related to IFailureMechanism implementations. ** DefaultFailureMechanismTreeNodeInfo is reused among all currently available failure mechanisms. ** DefaultFailureMechanismTreeNodeInfo holds implementation for failure mechanisms that have been deemed irrelevant. ** Moved FailureMechanismIcon from Ringtoets.Integration.Forms to Ringtoets.Common.Forms. Related to Issue [WTI-428]

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

Former-commit-id: 445ee4fd71062c927fe88ea3cea15f213cd0a36b

Former-commit-id: bc687d6bd4de4b323b97b72ef0aba35fd457f67c

    • binary
    ./control_equalizer_blue.png
  1. … 29 more files in changeset.
* Updates icons for FailureMechanismContribution and FailureMechanismSectionResult UI elements.

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

Former-commit-id: 12839cbf2970f5cce5c42f16641f9ef1a947af26

Former-commit-id: 3d486cf1b79fd7dcf350f373d196f1adb864615c

    • binary
    ./chart-pie-separate.png
  1. … 8 more files in changeset.
Fixes after review. Related to Issue [WTI-431]

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

Former-commit-id: c8e58326c8cb31b59e2e252c28043dbbdca45236

Former-commit-id: 5f176959fe6f4dbc4b0bf8050f7ff6e03f9c73b6

    • binary
    ./blue-document--pencil.png
  1. … 17 more files in changeset.
- Implemented new object, context and view for piping assessment result - Moved icon for input/output to Ringtoets.Common.Forms. Related to Issue [WTI-422]

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

Former-commit-id: 6f1455e3c9d6bfcb5b481636d7d80a02fac2000d

Former-commit-id: 655a735b5ec486d850b82588036bf732438b7158

    • binary
    ./blue-document-list.png
  1. … 27 more files in changeset.
- Implemented reference line crossing check for surface line importer. - Replaced demo data. - Moved reference line importer and context to Ringtoets.Common Related to Issue [WTI-433]

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

Former-commit-id: ff78e52e105acdddcaf22766477cf5c4d46a63a7

Former-commit-id: fd5e07f126f0677ab3bb233aefd33e90778be18f

    • binary
    ./chart_single_line.png
  1. … 56 more files in changeset.
* Iteration 2 on Sections.png Related to Issue [WTI-365]

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

Former-commit-id: 65fd26fec02b0b7e1cc4095a89ea6ba91cf12ccb

Former-commit-id: 8469d4a49c7f1789f4a306789c90d0636273985b

* Removed 'SectionDivisions' placeholders from FailureMechanisms * Introduced FailureMechanismSectionsContext. * FailureMechanismSectionsContext is used as child tree-node-info of FailureMechanismContexts. Related to Issue [WTI-365]

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

Former-commit-id: b568c94e9d0c8b445e28930b56b49c135ac1bbda

Former-commit-id: 5b9837fa4e11dd1f1aea4a723820c3e275828c11

  1. … 20 more files in changeset.
Added context menu for HydraulicBoundary. Implemented file selection. Related to Issue [WTI-326]

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

Former-commit-id: 710e7e8b23a9799a7b91defc9f883928bbf53979

Former-commit-id: 3e4de0a25e948ea7c157ee6fd600458710647409

    • binary
    ./database--exclamation.png
  1. … 9 more files in changeset.
Made calculate (all) and validate (all) generic and put them in ringtoets common Resources. Made reference to these resources from piping where applicable. Added Validate all icon (tickAll.png). Related to Issue [WTI-172]

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

Former-commit-id: 60f7543ffa5be496b43957235d5a946474c0b68f

  1. … 15 more files in changeset.
Added possibility to add an item to the ContextMenu which opens a view, through the ContextMenuBuilder. Related to Issue [WTI-172]

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

Former-commit-id: 23f1e30cd649bd1977eed68cf8e7c9e05b1e2d97

  1. … 13 more files in changeset.
Introduced ContextMenuBuilder in stead of the ContextMenuFactory. Builder is responsible for calling ContextMenuItemFactory methods to configure a ContextMenu. Can be used to construct a menu using items which require the gui context, to add custom items and to add separators. Removed ITreeNode parameter of GetChildNodeObjects (only based on data)Moved resources from the Ringtoets.Common.Forms to Core.Common.Gui Removed unused methods in ContextMenuStripExtensions Added expand all and collapse all items to the ContextMenuItemFactory. Moved ContextMenuBuilder and ContextMenuItemFactory to sub folder. Related to Issue [WTI-172]

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

Former-commit-id: 9eefacfdd318334fb06e17b8a94422bee07e4674

  1. … 57 more files in changeset.
Added context menu's for input, output and failure mechanism placeholders. Moved resources where they became more generally used. Related to Issue [WTI-172]

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

Former-commit-id: 46b2147c303ee1f1b3472ee245a0723f13d7b74e

    • binary
    ./arrow-stop-090.png
    • binary
    ./arrow-stop-270.png
  1. … 16 more files in changeset.
* Implemented review suggestions of WTI-Review-146: ** Removed obsolete icon ** Improved inline docs ** Removed obsolete configurations from projects ** Fixed text resources that were incorrect. Related to Issue [WTI-165]

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

Former-commit-id: f7466b69907e7d1a97912b247415b7ac3149aa40

  1. … 10 more files in changeset.
* Moved CategoryTreeFolder related code and resources from Ringtoets.Integration.Forms to Ringtoets.Common.Forms. Related to Issue [WTI-171]

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

Former-commit-id: 668d43af4213849e4f122a8ee909282769fb1c18

  1. … 25 more files in changeset.
* Mayor refactoring targeting: ** reusable code from Piping projects, moving them to Ringtoets.Common.Forms. ** Assessment Section related code has been moved from piping projects to Ringtoets.Integration projects. Related to Issue [WTI-165]

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

Former-commit-id: 7a37a1476f86cd82f6c846414b27c07a7ec7c411

  1. … 69 more files in changeset.