Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented correct GetHashCode for WrappedObjectContextBase Related to Issue [WTI-543]

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

Former-commit-id: afc67f8df8125971c36379279fe93037371e9f52

Former-commit-id: 9a8ea9a370e6d14139aceb57e2f3c5fb3913e7de

    • -1
    • +7
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 1 more file in changeset.
Use CellEndEdit event to remove error message instead of cell validating event. Related to Issue [WTI-482]

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

Former-commit-id: 1cb70d6a0250a4563775bb4ba6090a12936c839b

Former-commit-id: bbb73603cfe4b5110a727aee96bf8b53305b77b0

Improved WrappedObjectContextBase => Comparison between different derivatives is now correct Related to Issue [WTI-543]

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

Former-commit-id: 644fa51f1190dbaa4d0368fab51f646fff22cd8c

Former-commit-id: 5d33c6c3982c81d63ddff54fb1c1fa39e629b786

    • -5
    • +5
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 1 more file in changeset.
Fixed validation problems in DataGridViewControl. Related to Issue [WTI-482]

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

Former-commit-id: 00fd7cb4e646c125adf2de22787cef76d73e0c50

Former-commit-id: 22e9741043dfdc8eca4c2f03142182cde4bb1a3a

  1. … 6 more files in changeset.
Implemented more readable (and better maintainable) way of returning contexts for each failure mechanism by implementing and using FailureMechanismContextAssociation instances which defines transformations per FailureMechanism to a FailureMechanismContext instance. Added GetMemberName for methods in TypeUtils. Moved Name property of FailureMechanismResultRow implementations to the FailureMechanismResultRow (base) class. Renamed directories (and thus namespaces) to prevent possible naming conflicts. Made parts of code more readable. Improved doc. Related to Issue [WTI-510]

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

Former-commit-id: edec08193cc1b21df028e473f6667a16b73d1568

Former-commit-id: 8b2c23d212760c612069ec6d6baf6aab55c4e1dc

  1. … 260 more files in changeset.
Introduced WrappedObjectContextBase Related to Issue [WTI-543]

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

Former-commit-id: 9e9abb632f506e3fb5a55dff355b4034d8e5b502

Former-commit-id: af287dc7212455210da9840b6d1a62e4646e16cf

    • -54
    • +6
    ./PresentationObjects/ObservableWrappedObjectContextBase.cs
    • -0
    • +88
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 4 more files in changeset.
Renamed WrappedObjectContextBase to ObservableWrappedObjectContextBase Related to Issue [WTI-543]

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

Former-commit-id: 581543425c22282417629f7d00f988692c8cadf7

Former-commit-id: 46fe454d2829107aa82dc54a90a265758c182303

    • -0
    • +109
    ./PresentationObjects/ObservableWrappedObjectContextBase.cs
    • -109
    • +0
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 11 more files in changeset.
* Fixed for WTI-Review-578: ** Editorial fixes in XML docs ** Removed space to make sure code conforms to coding conventions. Related to Issue [WTI-482]

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

Former-commit-id: 70760937fb194f9e5511530cc57e14b66f9fb477

Former-commit-id: 58c6232092490489fd96cbc1f1e27e1083728a71

  1. … 2 more files in changeset.
Changes after review. Related to Issue [WTI-482]

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

Former-commit-id: 4c0e6e9d4d212e7af30b50dc9841453d0970cff1

Former-commit-id: a485c7b4c9bf2f495e8bfd403233d902bf9b9486

    • -12
    • +35
    ./DataGrid/DataGridViewControl.cs
  1. … 8 more files in changeset.
Introduced DoubleBufferedDataGridView and used that in DataGridViewControl. Related to Issue [WTI-482]

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

Former-commit-id: b12a002b47bd6da94eb7308c76c11802b6f4ba0b

Former-commit-id: f8d60835d7b383321b5823838afef8c72cbe097b

    • -2
    • +3
    ./DataGrid/DataGridViewControl.Designer.cs
    • -0
    • +42
    ./DataGrid/DoubleBufferedDataGridView.cs
  1. … 3 more files in changeset.
Implemented RichTextBoxControl on PipingCalculationsView. Related to Issue [WTI-482]

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

Former-commit-id: 50d88626559931eea515612f2e6c4740fd98cf13

Former-commit-id: 0f7c87a60ca9fc5972ce9e3ed92ae699cef90c2f

  1. … 5 more files in changeset.
- Made columnComboBox valueMember and displayMember configurable. Related to Issue [WTI-482]

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

Former-commit-id: 80b68b05e67e680bdda531762e93b5118b1292d5

Former-commit-id: 70e48dabe5e0c195f935fd97a3fb080f12dc0ada

  1. … 2 more files in changeset.
- Implemented DataGridViewControl in FailureMechanismResultViews - Implemented Cell Style. Related to Issue [WTI-482]

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

Former-commit-id: b9380936dfd3dbf9cf5a91f728eb8fe19937f400

Former-commit-id: e73f2fc90c277e1fbb3c547ce85f5fdb0fed9897

    • -0
    • +52
    ./DataGrid/CellStyle.cs
    • -1
    • +2
    ./DataGrid/DataGridViewControl.Designer.cs
    • -5
    • +108
    ./DataGrid/DataGridViewControl.cs
  1. … 12 more files in changeset.
Implemented events in DataGridViewControl: - GotFocus - CellValidating - DataError Related to Issue [WTI-482]

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

Former-commit-id: 71bc1bd4c371e0bd20ee5dcabfa157708e326fa7

Former-commit-id: cce1f5acd8ed4c91c05a6dc42198a7219351a2a9

  1. … 4 more files in changeset.
- Implemented AddComboBoxColumn. - Implemented direct commit of combobox value. Related to Issue [WTI-482]

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

Former-commit-id: d685a6af002b0920d445e92c6fe90464d882fbf4

Former-commit-id: c95358fa4658813e95c6aecab6a2e9abbe220c16

  1. … 1 more file in changeset.
- Implemented AddCheckBoxColumn. - Implemented direct commit of checkbox value. Related to Issue [WTI-482]

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

Former-commit-id: e746892e00497d57ff7243893741571cc43fab67

Former-commit-id: 6d9ccbb60430da277857bc2a6fc823360a5cf17a

  1. … 1 more file in changeset.
- Added new DataGridViewControl. - Set default values of the DataGridView. - Implemented AddTextBoxColumn. Related to Issue [WTI-482]

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

Former-commit-id: de22a762854e173ba53a3fa5a80260ada6944e87

Former-commit-id: c3c97ce09c5f223e681d0d32b7abc2886e9b5c91

    • -0
    • +70
    ./DataGrid/DataGridViewControl.Designer.cs
    • -0
    • +58
    ./DataGrid/DataGridViewControl.cs
    • -0
    • +120
    ./DataGrid/DataGridViewControl.resx
  1. … 11 more files in changeset.
Fixed issues found during review. Related to Issue [WTI-428]

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

Former-commit-id: 7ebd4e70b7f707b50be621be2b4cfb2770266c3c

Former-commit-id: 1c84a46e09be78ba6bcc6ff13cb95399e19dd107

    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 5 more files in changeset.
Changes after review. Related to Issue [WTI-423]

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

Former-commit-id: d8df0f445837ded4de252161cfa634729aa98be3

Former-commit-id: e2a66dcf71f7c8b03d7c158ae4ca238d0ec3138a

  1. … 13 more files in changeset.
Changes after review - Added extra interface for failure mechanisms with calculation groups. - Changed the input property for observable to method. Related to Issue [WTI-423]

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

Former-commit-id: 79322c136604292552770df88b2c33cc5e269360

Former-commit-id: aba915be621c7854f6b599236977ee6c24ba27ad

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

    • -1
    • +22
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 29 more files in changeset.
* Let some ###Context presentation object classes inherit from WrappedObjectContextBase. Related to Issue [WTI-428]

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

Former-commit-id: bda5528ddde4d46084343aed2ed8bfc61991b63a

Former-commit-id: 40b54af4da7c3c7550d6dbb03633e9c06a2123a3

    • -0
    • +5
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 5 more files in changeset.
* Introduced a base class to reduce common boilerplate code related to presentation objects (###Context classes). Related to Issue [WTI-428]

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

Former-commit-id: 495638fe56866f7d0f829980df0c20330d253cee

Former-commit-id: dd545ff520f5da0dd602ed599213ea7e5c89276b

    • -0
    • +83
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 2 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

  1. … 17 more files in changeset.
Fix styling issues when reloading view. Related to Issue [WTI-431]

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

Former-commit-id: 67262f39db5b2c1556af3e2b15bb85274cbfb368

Former-commit-id: f9e0e99036e273c63157e6ae815abea41d55daf0

  1. … 3 more files in changeset.
Fixed failing tests. Related to Issue [WTI-431]

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

Former-commit-id: fd89ae20663c1c83e1369691916591ea7cf7486b

Former-commit-id: 5e59a61b9a679d12a3a4d39fc6b335db1c3c4b30

  1. … 3 more files in changeset.
Implemented default keys to toggle bold, italic or underline. Related to Issue [WTI-431]

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

Former-commit-id: 943d3095bfb622bd692c25155a45cc5e48b3db3e

Former-commit-id: 23fca6286936bf0ea2c996b53c22ad632769b20c

  1. … 1 more file in changeset.
- Added control for rich text box. - Implemented control in AssessmentSectionCommentView Related to Issue [WTI-431]

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

Former-commit-id: bf05ddb0dd980a9b04f0fb66d675e42b4700b485

Former-commit-id: fb62696190032ab6c1de9bdb37e57a74670e5b90

    • -0
    • +57
    ./TextEditor/RichTextBoxControl.Designer.cs
    • -0
    • +67
    ./TextEditor/RichTextBoxControl.cs
    • -0
    • +120
    ./TextEditor/RichTextBoxControl.resx
  1. … 4 more files in changeset.
Changed interface of GenerateCalculationsStructure so that it only accepts non null values. Cleanup/format/added tests. Related to Issue [WTI-420]

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

Former-commit-id: c585ca34e6dd577acb065272f89db12813351797

Former-commit-id: d2fd57977e7c5942b2f5fccf1fd22efc109569e1

  1. … 9 more files in changeset.
Renamed PipingCalculationHelper to PipingCalculationConfigurationHelper. Updated signature of PipingCalculationConfigurationHelper.GetPipingSoilProfilesForCalculation, so that it accepts a SurfaceLine (instead of a whole PipingCalculation object). Added PipingCalculationGenerator to help generate PipingCalculation objects into a tree structure based on surface lines and soil models. Added a PipingSurfaceLineSelectionDialog to embed the PipingSurfaceLineSelectionView so it can be shown as a Dialog when "Genereer scenario's" is selected from the "Berekeningen" folder's context menu. Related to Issue [WTI-420]

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

Former-commit-id: 3a03af164c956901b5197a7ffa7c5b2beb8bc1cd

Former-commit-id: f44d94e9d3f3e7321ac31066fa3cca7761bb5b1f

  1. … 23 more files in changeset.