Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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.
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.