Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implementing review comments from review 2019 - Replaced the Add...Handler with a regular EventHandler that caller can sub to/unsub from like a regular event. Related to Issue [WTI-1346]

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

Former-commit-id: 22a4a30fa142b90aa835ddae87ef67304af3c6d5

Former-commit-id: 81f9f420da3e87d357bddad10512a69f017e0835

    • -82
    • +56
    ./DataGrid/DataGridViewControl.cs
  1. … 30 more files in changeset.
Simplify RowChanged handler Related to Issue [WTI-1346]

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

Former-commit-id: c9ff43d010aad45efaef9f854d57c6d063779b88

Former-commit-id: 6833e9f5547cccf97b9940c1dbb16a7ad1a22482

  1. … 2 more files in changeset.
Implemented RowChanged EventHandler to be used by views using the DataGridViewControl. This event will only fire on the first selection or when a new row is selected in the data grid. Related to Issue [WTI-1346]

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

Former-commit-id: 6ab138e386a00c2e8dc4a9731bdbc368982bf321

Former-commit-id: 2251669339e24af908011336ed2dd744bb65d444

  1. … 12 more files in changeset.
Ensured DataGrid/DataGridViewControl is now in edit mode "Programmatically" Related to Issue [WTI-1335]

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

Former-commit-id: 6db0b2b314f897f2f3b850502739cc11d7fb248b

Former-commit-id: 6a1fcde6fac306e8878de1ba872ddd128536142b

    • -1
    • +1
    ./DataGrid/DataGridViewControl.Designer.cs
  1. … 1 more file in changeset.
Reverted some changes Related to Issue [WTI-1335]

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

Former-commit-id: aba474edf7ebc879848cf2fc37f7ff8d53e34200

Former-commit-id: a20c9791be6e74de6f1f97b174005ae55d5c7ba9

Ensured DataGridViewControl is really in edit mode "Programmatically" Related to Issue [WTI-1335]

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

Former-commit-id: c330495837e0c494d5f7d89fa7e3f11a15810715

Former-commit-id: 70b45967da236b5df097ed8a9df12c7e70ad1cbf

Improvements after review. Related to Issue [WTI-1306]

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

Former-commit-id: 6bf9363dec6e0f77c3b78aebb4f474a45adec3eb

Former-commit-id: a1ff9279f1d052510ab4c61e9153afe04bf2ee06

  1. … 27 more files in changeset.
Removed IView from ISelectionProvider interface so ISelectionProvider can be a control. Related to Issue [WTI-1306]

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

Former-commit-id: 5619a19ace7d3295789690059cfe7e27fdb71f1e

Former-commit-id: e321dda53af828cab2659538f43888737fea80ff

  1. … 9 more files in changeset.
- Implemented method to set column visibility. - Set all columns to read only in IllustrationPointsTableControl. - Set column visible to false for closing situation. Related to Issue [WTI-1306]

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

Former-commit-id: dc1beaa6ecae6d724412844128df1ff0c0774a84

Former-commit-id: c9b2bcd43a4f6af8774e3751141451ff0c16ceae

  1. … 3 more files in changeset.
Improved editing logic for DataGridViewControl => Take control over editing programmatically, as already aimed for in the current implementation (see calls to BeginEdit and EndEdit)

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

Former-commit-id: 559cedc16ac67a6d047b134230a6eea7d549abc4

Former-commit-id: 9ef79a1240d66cc20998c30b78847a256f28806e

Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -1
    • +1
    ./DataGrid/DataGridViewControl.Designer.cs
    • -1
    • +1
    ./DataGrid/DoubleBufferedDataGridView.cs
    • -1
    • +1
    ./PresentationObjects/ObservableWrappedObjectContextBase.cs
    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 803 more files in changeset.
Used null propagation where suggested. Related to Issue [WTI-1242]

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

Former-commit-id: 6d1d55a48f678a84b1d7b6279d945d2de8ee71a2

Former-commit-id: ac6b4dc77ee63a4b3e313075cebd822f4d32f432

  1. … 35 more files in changeset.
Corrected Visual Studio Code Analysis issues. For more details, see issue comments Related to Issue [WTI-1242]

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

Former-commit-id: 029caf889615600ae63bfeaa1f87db6399b9c875

Former-commit-id: a794c1d278f4010beaa6275d6287c7840a124a0a

  1. … 8 more files in changeset.
Applied cleanup over Ringtoets.Core Related to Issue [WTI-1242]

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

Former-commit-id: e79666c3005d8749a1973fc827c38a6e17a64dfd

Former-commit-id: d1b69716d861a8986cd3fb3e1426d5be26758c48

    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 28 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

    • -13
    • +5
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -10
    • +10
    ./DataGrid/DataGridViewControl.cs
  1. … 287 more files in changeset.
Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: 9fd645e408468eb187d7aa3f96dbf2009ce21d5f

Former-commit-id: d0ab077f4e8c0056ae24c2690d32cc18da4912fa

  1. … 5 more files in changeset.
Fixed InvalidOperationException when MouseEnter event was fired on the top-left header cell when the top-left header cell is not fully initialized. I.e., the column header is still in 'resizing' mode. Fix is inspired by https://connect.microsoft.com/VisualStudio/feedback/details/481029/this-operation-cannot-be-performed-while-an-auto-filled-column-is-being-resized

Fixed bug where selection button's enable state was not updated when changing from an empty Wmts control to the prefilled WellKnown control.

Added keyboard shortcut on *S* to open the background selection dialog

Related to Issue [WTI-1142]

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

Former-commit-id: 5e74be307834783c2f0527ee0603c6f570cdf6e6

Former-commit-id: 16aefe153476389ca8127d2ac3eabfe74c1f5c50

  1. … 6 more files in changeset.
Review suggestion - Explicit types - Extended tests - Moved UseCustomSettingsHelper to Core.Common.Gui.TestUtil Related to Issue [WTI-1091]

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

Former-commit-id: ff142b1c5f7f09290831c940e8089533a7250a52

Former-commit-id: c7bda8c1d641aadd567c2a4c2c746816149f4c49

  1. … 13 more files in changeset.
Added SetCurrentCell to DataGridViewControl Added final feature to set selected WmtsData from previous visit to to WmtsLocationControl Related to Issue [WTI-1091]

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

Former-commit-id: 64d6be484045fa470762a50baea1fdfdec94f165

Former-commit-id: 2fed260e47fa28d68f82d6de09482b674fe00ad9

  1. … 4 more files in changeset.
* Improved API for setting data source of DataGridViewControl. * Cleanup * Introduced TestHelper for dealing with DataGridView. Related to Issue [WTI-1044]

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

Former-commit-id: 4a1fa52f3808c8da5aa270f12d19453259f5aaaa

Former-commit-id: b5d01eab6d905847254e86e6169eb9bfa7719fd5

  1. … 27 more files in changeset.
Made types explicit. Extracted strings to resource file. Related to Issue [WTI-1071]

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

Former-commit-id: 67ee04f1d1da77cbff2b99317acefd29b37fff6c

Former-commit-id: 3b409a6464d44200e529eb2592675ffc6113c9a5

  1. … 6 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -1
    • +1
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 283 more files in changeset.
Implement rounding for PipingSoilLayerTable rows. Related to Issue [WTI-1071]

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

Former-commit-id: 7e6939a1679183ade7859997e4a680d5acddabcb

Former-commit-id: 143833b467f6b37b109e6a306105ffb11f56a7e0

  1. … 3 more files in changeset.
Implemented DataGridViewColorColumn for showing colors in a DataGridView Related to Issue [WTI-1071]

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

Former-commit-id: 54f74de478dd64614a7c75c8e5dc24978ab8193f

Former-commit-id: 4882baee85e2238719b1de09684ac7ca19ad88c6

    • -0
    • +80
    ./DataGrid/DataGridViewColorCell.cs
    • -0
    • +54
    ./DataGrid/DataGridViewColorColumn.cs
  1. … 5 more files in changeset.
Added Piping Soil Layer table to PipingInputView. Related to Issue [WTI-1071]

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

Former-commit-id: a82f7032f4215db336913a7a0b065115fea8f8ea

Former-commit-id: 5072604e29bef9fe5059bbe6d6ca2696efefe234

  1. … 5 more files in changeset.
Added PipingSoilLayerTable control which shows PipingSoilLayer properties based on a collection of layers. Made it possible to show a readonly checkbox column in a DataGridViewControl. Related to Issue [WTI-1071]

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

Former-commit-id: 5205f92fd1e8aab1a423fc8fbd2ed0326c8061cc

Former-commit-id: 2f2fe3576b9579f4cfb61ef0446ddeb3b9bdfb8c

  1. … 5 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

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

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

  1. … 219 more files in changeset.
- Updated the PipingCalculationsView to use CurrentCellChangedHandler iso CellClick - Set Selection to newly opened view Related to Issue [WTI-823]

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

Former-commit-id: 5c16851a341a639bf1bf50216a25279cf035974a

Former-commit-id: 2620a034fb34298e7dd660f34b75477fb4423a5b

  1. … 3 more files in changeset.
- Added method to handle DatagridView's CurrentCellChanged events - Updated the (abstract) HydraulicBoundaryLocationsView to listen to CurrentCellChanged events, iso CellClick events. Related to Issue [WTI-823]

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

Former-commit-id: 750f8d1c7b6c2f91278a217b5dce00e51f8f0a2b

Former-commit-id: b940b6cd5eecade2fa611083e742b276179b13fb

  1. … 2 more files in changeset.
* Extended DataGridViewControl with possibility of specifying a tooltip in order to explain why certain cells are disabled. * HydraulicBoundaryLocationsView updated such that custom imported hydraulic boundary locations cannot be calculated any more. ** Column is disabled with tooltip explaining why. * Improved validation message for custom hydraulic boundary locations to prevent calculating with custom imported hydro locations for failure mechanisms that required coupled hydraulic boundary location databases. Related to Issue [WTI-1013]

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

Former-commit-id: c000003f1e221e89560b71bc7185d4cba7c8b8b0

Former-commit-id: a1e023ed22f111f6a29eae10e9466dced93f9f76

  1. … 11 more files in changeset.