Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Resharper cleanup Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5006 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cdc9bc15fae6a5bb7ef86e6d2b6d85f4f0fc3e89

Former-commit-id: fa3460df1754afdafc8122c72730d9084dd49074

    • -7
    • +7
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -23
    • +23
    ./DataGrid/DataGridViewControl.cs
    • -1
    • +1
    ./DataGrid/DoubleBufferedDataGridView.cs
    • -15
    • +15
    ./Forms/DoubleBufferedTreeView.cs
    • -17
    • +18
    ./TextEditor/RichTextBoxControl.cs
  1. … 52 more files in changeset.
Resharper cleanup Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5006 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f6d6284c8b10f15028f61c502ee6302898283c9b

Former-commit-id: 59724952a639b5d8f5a63701b616e9c7dcfc2da8

    • -7
    • +7
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -23
    • +23
    ./DataGrid/DataGridViewControl.cs
    • -1
    • +1
    ./DataGrid/DoubleBufferedDataGridView.cs
    • -15
    • +15
    ./Forms/DoubleBufferedTreeView.cs
    • -17
    • +18
    ./TextEditor/RichTextBoxControl.cs
  1. … 52 more files in changeset.
Merged revision(s) 4840 for WTI 439

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

Former-commit-id: 14127d63a1d2eecd1d2eea465a6ce91f64fd46e4

Former-commit-id: b93642133192319274c1c3618c4d740bf2e63fb2

  1. … 8 more files in changeset.
- Exposed *CellValueChanged* in dataGridViewControl - Few test related changes Related to Issue [WTI-439]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4840 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dc60d1b1f376728e7566366b1fd29e7a90cf8f32

Former-commit-id: d45679d2f7fb61f9bcdff7a82b558d68f8b4c605

  1. … 8 more files in changeset.
- Exposed *CellValueChanged* in dataGridViewControl - Few test related changes Related to Issue [WTI-439]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4840 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a78c415efa3309bb829dad61ea12e397990ca51b

Former-commit-id: 990a04f2578a59bf7c92419e40d427eb07995083

  1. … 8 more files in changeset.
Added serializable attributes. Introduced properties for methods. Implemented IDisposable for ContextMenuBuilder. Defined EventHandler as event. Related to Issue [WTI-737]

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

Former-commit-id: fe14bd565768d4de43db8608d70bc58882363f85

Former-commit-id: 82c05ffc945906268b695d49570e99d954fb8c2d

  1. … 12 more files in changeset.
Bumped into the issue of appending ellipses to a truncated long text, which could be implemented in the .NET framework itself. Localized ActivityProgressDialog. Made some methods static.

Related to Issue [WTI-737]

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

Former-commit-id: a1bc98109e7fc7040dcf4c289dc1297ea47074b9

Former-commit-id: d1adf2e028dd88a4923447af4a2861389ed5e2fb

  1. … 4 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

    • -1
    • +22
    ./DataGrid/DataGridViewControl.Designer.cs
    • -1
    • +22
    ./TextEditor/RichTextBoxControl.Designer.cs
  1. … 307 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

  1. … 53 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

  1. … 110 more files in changeset.
* Added inline comments to explain method contents. * Some cleanup. Related to Issue [WTI-756]

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

Former-commit-id: 7695802519ddab352c7cbcc214f3b313f5930aa1

Former-commit-id: 2c11a79bbf53255832349e5438812e35eb1073c9

  1. … 2 more files in changeset.
Introduced ISelectionProvider interface for classes which should able to provide the Application's selection. Implemented these for ProjectExplorer and PipingCalculationsView so that the application selection is set once the view become active. Removed clearing the selection when ProjectExplorer gets disposed, as this is not the only selection provider. Related to Issue [WTI-756]

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

Former-commit-id: 8e90f9cd4dac19b80f231aa17d004bc010226e35

Former-commit-id: 281e104f1415bb87f0c20bb96b0de91c7a673280

    • -0
    • +34
    ./Views/ISelectionProvider.cs
  1. … 8 more files in changeset.
Introduced ActiveViewChanged event on AvalonDockViewHost which is fired any time a document or tool view is activated. Selected item in treeview is set as the application's selection when it gets focus. PipingCalculationsView current cell is cleared when the data source is updated. Related to Issue [WTI-756]

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

Former-commit-id: d62797ee6cd708b36051bb12bec6610663c65b15

Former-commit-id: 25add6183ca3cb1811463c747e42fbaeef0e27c4

  1. … 10 more files in changeset.
* Reverted unintended changes to DialogBase of revision 4353 (they were done for debugging purposes and were forgotten to be reverted) Related to Issue [WTI-369]

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

Former-commit-id: 3a5522d1595cafd811667846446cc258f012fbcd

Former-commit-id: 118f16dc4b32d61a2a0e1641f340cfe19ddbfda6

- Changed *Kon project niet opslaan* to *Project niet opgeslagen* - Changed *Opslaan* to *Opslaan als* Related to Issue [WTI-369]

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

Former-commit-id: daec134b8f810b919857fb76a4a77e28169eb87f

Former-commit-id: 67be87939daad4fe938a728dd1acd4539040735b

  1. … 3 more files in changeset.
Implemented first part of review related changes Related to Issue [WTI-675]

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

Former-commit-id: eb90e02a4e6d23045d405a99359881d423fc74e5

Former-commit-id: 635c3962674ee8edfa103ea4d92d694a914ee0ef

  1. … 10 more files in changeset.
Moved exception dialog to Application.Ringtoets Related to Issue [WTI-369]

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

Former-commit-id: 5ca0c019e37d2c240d4b5b579062964f85b967cb

Former-commit-id: 46471c30cbf74f7dfc05819bd4e7670ca710e7ac

    • -109
    • +0
    ./Dialogs/ExceptionDialog.Designer.cs
  1. … 16 more files in changeset.
- Extended DataGridViewControl with SelectionMode property Related to Issue [WTI-539]

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

Former-commit-id: 31cea2e5764ca7f7fcf8c2148d747f146b649b50

Former-commit-id: 18b8ac9ca53f60cb9a69e5caccd0573083f7ab08

  1. … 1 more file in changeset.
- Extended DataGridViewControl with MultiSelect property Related to Issue [WTI-539]

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

Former-commit-id: 4284e28603b0850667766d09848f5c47cb172e07

Former-commit-id: c3a6996a6a0bea47b92de1e080dba88d9e7c27b8

  1. … 1 more file in changeset.
Removed HtmlPageView Related to Issue [WTI-675]

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

Former-commit-id: 8c892992f89571d553a9dbfabbb1611a04ca104d

Former-commit-id: 9fa7d44f8a535bc1f963b7b57d04c46d546abc19

  1. … 6 more files in changeset.
Merged revision(s) from branches/DockingManager

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

Former-commit-id: a659ece93f5e2cda3b606e643c0541f9f8387c55

Former-commit-id: c3e38b068f67783b6246763950eb44f4da63ff21

  1. … 122 more files in changeset.
Removed assembly reference to self. Related to Issue [WTI-638]

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

Former-commit-id: 886cf9c85696cfae2ee1d2f735423f1c25df3bb7

Former-commit-id: 9f59c46fdb29141914fa7c22043992d83d155d3c

Removed redundant IsDisposed checks in PropertyGridView and HtmlPageView Related to Issue [WTI-675]

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

Former-commit-id: 7d9d5faf81e3438e101bda45bfb8fb49b6a37a6b

Former-commit-id: 3e4ce122a57c55f112d383f06391a4afaa7e7391

  1. … 1 more file in changeset.
Improved RestoreCell implementation/integration Related to Issue [WTI-659]

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

Former-commit-id: 037e899ebf7f05af40f857d0483d27dd9df8d657

Former-commit-id: 3b3057bf0d7b9537e350a2bca73320858797d0db

  1. … 5 more files in changeset.
- Added tests for DataGridViewControl leave event. - Moved some text to resources. Related to Issue [WTI-610]

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

Former-commit-id: 3bf94ee17e4f6940a3e1ed161cbb25ce8b6371e3

Former-commit-id: f55b7b7c8d0a30a80ea203d90facdadca8fc2d3d

  1. … 4 more files in changeset.
Ensured invalid data grid view cell values are canceled when changing focus to other control Related to Issue [WTI-610]

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

Former-commit-id: 2ce3e6c11aec3edbe05b980230e93ec2f185f70b

Former-commit-id: 40ea6c363591c091b7f3289e8b5e6312728c82ee

  1. … 1 more file in changeset.
- Implemented the DataGridViewControl in the FailureMechanismContributionView. - Extracted the FailureMechanismContributionItemRow from the FailureMechanismContributionView. - Expanded the DataGridViewControl to host all functionalities needed by the FailureMechanismContributionView. Related to Issue [WTI-482]

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

Former-commit-id: d109c11bc060ccc8d3e2bb216375fc3977e5150c

Former-commit-id: 47fd67c5ff01a98a72862473247e061fc43f2401

    • -10
    • +39
    ./DataGrid/DataGridViewControl.cs
  1. … 10 more files in changeset.
Review related changes Related to Issue [WTI-543]

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

Former-commit-id: fc7f7d10c17093d89600791ec0dc0fab1d573c95

Former-commit-id: 00b3d42545f76e1e35892e5e3f9ebc5f66f9e424

    • -13
    • +4
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 47 more files in changeset.
- Small review changes Related to Issue [WTI-543]

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

Former-commit-id: dc60ffb1c0512cd7ee95e9351a5e1c6d69510aee

Former-commit-id: 1300cc11bad967bc34d2d6beae119afdfc6cd633

    • -1
    • +1
    ./PresentationObjects/ObservableWrappedObjectContextBase.cs
    • -3
    • +2
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 9 more files in changeset.
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.