Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Added additional test to PipingCalculationsViewTest Related to Issue [WTI-419]

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

Former-commit-id: 500f3499e7d6f87a6a5da1b96c02e512888f5836

Former-commit-id: 3dc0a4ce4c9deddf109b7372440e7972c17b217a

    • -0
    • +5
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
  1. … 2 more files in changeset.
Ensured a "<geen>" item is always present in the PipingCalculationsView for soil profiles and hydraulic boundary conditions Related to Issue [WTI-419]

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

Former-commit-id: b7162323c8f4d91372f9ff30332bcf86188fbb8c

Former-commit-id: 331a6953c4033e7fea1d80895293b50996413623

    • -1
    • +2
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
  1. … 2 more files in changeset.
Extended PipingCalculationsView so that hydraulic boundary locations can be selected from a combobox Related to Issue [WTI-419]

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

Former-commit-id: 856591911241e14a5806e6af2e47270e4ee1cfc3

Former-commit-id: cfca711af47828276de3ff928dca75dbf560dd66

    • -2
    • +2
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
  1. … 4 more files in changeset.
Introduced DataGridViewComboBoxItemWrapper Related to Issue [WTI-419]

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

Former-commit-id: b4ab43bd2c0dc9c03e547621681886a7878ec6ce

Former-commit-id: 1c4c8c4c744d1b9512d0e8492157f09ec95912ea

    • -0
    • +104
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
  1. … 2 more files in changeset.
made references to our own projects public. Related to Issue [WTI-382]

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

Former-commit-id: 5e5676ef76d1791ebc6467902bd0a2f396e0c714

Former-commit-id: cc6e7ba3e09991df6f5488b0ab63d50a1188dda6

  1. … 28 more files in changeset.
Last typo's fixed for WTI-Review-333 Related to Issue [WTI-337]

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

Former-commit-id: a00d115a8d2138035fd8351fb18f332607e8727f

Former-commit-id: 36457ad99961ddcd35d267ae14bc4275ebf4a3d5

  1. … 24 more files in changeset.
* Covered and documented ViewResolver. * Cleanup IViewResolver and ViewResolver. Related to Issue [WTI-337]

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

Former-commit-id: 48f2c5a8d1c1fce72ce229ad5b9e7407b6e06bb5

  1. … 6 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 370 more files in changeset.
* Documented and added tests for Core.Common.Gui/Forms ** MessageWindow ** ProgressDialog ** PropertyGridView Related to Issue [WTI-337]

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

Former-commit-id: 642f1e6ee1dd7fdfc85fcbf3ced9b1c8126fa845

  1. … 14 more files in changeset.
Turned TreeView into DoubleBufferedTreeView Related to Issue [WTI-347]

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

Former-commit-id: f0ca7c76592b1253c537fb107611b1ce5bfd8afd

    • -0
    • +132
    ./Forms/DoubleBufferedTreeView.cs
    • -0
    • +167
    ./Forms/DoubleBufferedTreeView.resx
  1. … 7 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 352 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 399 more files in changeset.