Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added tests for AssertContextMenuStripContainsItem in TestHelper. Extended AssertContextMenuStripContainsItem with possibility to supply an expected enabled state. Disabled menu items in FailureMechanismNodePresenter's and PlaceholderWithReadonlyNameNodePresenter's context menu which have no functionality yet. Reordered ProjectTreeView's ContextMenu to match the one of FailureMechanismNodePresenter. Related to Issue [WTI-172]

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

Former-commit-id: 007130d4ecff38c1168dd5ddf1b0be02d5cbc557

    • -4
    • +4
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 7 more files in changeset.
Added functionality for showing Properties of selected node through context menu. Related to Issue [WTI-172]

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

Former-commit-id: e5ca59c6a26f928609f9377de31c0cd10a00102e

    • -2
    • +19
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 3 more files in changeset.
Renamed and added shortcuts for context menu items. Related to Issue [WTI-172]

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

Former-commit-id: 2d73b831958c7dfb579ad17805f5a0536f1e1e43

    • -6
    • +6
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 6 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

    • -2
    • +47
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 23 more files in changeset.
* Renamed PipingData to PipingCalculationData. ** Also extended it with Comments and CalculationReport properties. * Extended PipingCalculationInputsNodePresenter to take new properties into account. Related to Issue [WTI-171]

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

Former-commit-id: f917873c23cbde22bc004003aebd5b821015d599

  1. … 33 more files in changeset.
* Moved Input and Output placeholders from Ringtoets.Integration.Data to Ringtoets.Common.Placeholder. * Refactored PipingFailureMechanism to be more consistent with FailureMechanismPlaceholder. Related to Issue [WTI-171]

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

Former-commit-id: eafe6701157632bd2c42d2b8fe2edd27ea377be1

    • -1
    • +0
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 16 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

    • -45
    • +0
    ./CategoryTreeFolderNodePresenter.cs
  1. … 26 more files in changeset.
* Extended FailureMechanismPlaceholder with placeholder input and output data. ** Created CategoryTreeFolder to group certain data-objects in project tree. Related to Issue [WTI-175]

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

Former-commit-id: 12081c6e28790880cb80b5d405ba559624e6ffa5

    • -0
    • +45
    ./CategoryTreeFolderNodePresenter.cs
    • -0
    • +40
    ./FailureMechanismNodePresenter.cs
    • -8
    • +3
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 20 more files in changeset.
* Introduced base-class for assessment sections ** Generalization is used by both DikeAssessmentSection and DuneAssessmentSection ** Generalized DikeAssessmentSectionNodePresenter and DikeAssessmentSectionProperties to work with AssessmentSectionBase instances. Related to Issue [WTI-166]

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

Former-commit-id: fa05a05e89ac130ea293c2282d5d70c00abaf650

    • -0
    • +66
    ./AssessmentSectionBaseNodePresenter.cs
    • -72
    • +0
    ./DikeAssessmentSectionNodePresenter.cs
  1. … 38 more files in changeset.
* Implemented the full node tree for child data of DikeAssessmentSection. * Introduced test utility method to compare images. Related to Issue [WTI-165]

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

Former-commit-id: 0f2dff03da7967bb831e913da7ae23a241d88c90

    • -4
    • +13
    ./DikeAssessmentSectionNodePresenter.cs
    • -0
    • +38
    ./PlaceholderWithReadonlyNameNodePresenter.cs
  1. … 26 more files in changeset.
* Refactored DikeAssessmentSectionNodePresenter to inherit from RingtoetsNodePresenterBase. Related to Issue [WTI-165]

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

Former-commit-id: ca7f5171e6af2624330784c241c5461bc95521af

    • -64
    • +16
    ./DikeAssessmentSectionNodePresenter.cs
  1. … 3 more files in changeset.
* Renamed node presenter and object properties object for DikeAssessmentSection to be more consistent. * Some Resource related refactoring. * Fixed Ribbon provision for Ringtoets.Integration.Plugins. Related to Issue [WTI-165]

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

Former-commit-id: 8df602be88cb957cf65e0d508a4365175173da64

    • -112
    • +0
    ./AssessmentSectionNodePresenter.cs
    • -0
    • +111
    ./DikeAssessmentSectionNodePresenter.cs
  1. … 23 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

    • -0
    • +112
    ./AssessmentSectionNodePresenter.cs
  1. … 69 more files in changeset.