PropertyGridView.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Created Core.Gui. WTI-2239

  1. … 314 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Added automation id's. WTI-2096

  1. … 8 more files in changeset.
Updated license headers in source files of src\Core.Common. WTI-1931

  1. … 225 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Made PropertyGridView an IObserver WTI-450

Removed IDisposable interface from IObjectProperties WTI-450

  1. … 3 more files in changeset.
Added event to IObjectProperties and let PropertyGridView work with that. Related to Issue [WTI-1509]

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

Former-commit-id: 0175de1df9247f0106e2416565a3c6e3e06e2031

Former-commit-id: 0bdd830238ef7b63d82157ce7196b10f67d8b738

  1. … 9 more files in changeset.
Remove more IList occurrences, replaced by IEnumerable and ElementAt() item access. Related to Issue [WTI-1401]

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

Former-commit-id: 2f230f09cc150d8802c580b7e43ba71b608e211d

Former-commit-id: 090ea41030970446f7ebacb15ecf277361cf58a2

  1. … 34 more files in changeset.
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. … 817 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. … 30 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

  1. … 290 more files in changeset.
Reverted PropertyGridView re-attaching IObserverable Related to Issue [WTI-1144]

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

Former-commit-id: ee0a5be13469faadc9cbf84489cb9cb11b100a38

Former-commit-id: 5a3acffe063f8c5c541c1efcba5c3d64241767c6

  1. … 1 more file in changeset.
Fixed bug in MapControl where the map was not correctly updated when a new MapData was set and notified Fixed XMLdoc typo Modified PropertyGridView to Detach and Attach to the found IObserverable Extended tests of PropertyGridView Related to Issue [WTI-1144]

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

Former-commit-id: b291ad2bc0f1164df6892e0333acc993d03cab5c

Former-commit-id: 52d298155154293f5875dad657eaba093190d2e4

  1. … 4 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. … 284 more files in changeset.
Implemented logic for preventing redundant PropertyGridView updates Related to Issue [WTI-956]

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

Former-commit-id: 3bb5bd5ea54173c6a8d916666747945c9a01d400

Former-commit-id: 6882458479a2ad8efad22b1d2d8d7f907c6abd87

  1. … 1 more file in changeset.
Removed application selection from PropertyGridView Related to Issue [WTI-956]

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

Former-commit-id: 7331eaeb8f3ddc65daff014223df82b8e2adaf2f

Former-commit-id: d803672cea84bf60a3965154464106590d26be71

  1. … 2 more files in changeset.
Merged revision(s) from branches/WTI 956:

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

Former-commit-id: 3d2c37b53bc9af98d14966ffd630002740f6e6a0

Former-commit-id: 61a1d9c005e4a1ecc187f522b951df018848a0bf

  1. … 33 more files in changeset.
Removed SelectionChanged from IApplicationSelection Related to Issue [WTI-956]

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

Former-commit-id: 804359e5fdfbbdf6d9c0fe7092108a8aa049b558

Former-commit-id: 76d4438d0005a48f95d4d4db28595abc1c4b63a1

  1. … 4 more files in changeset.
* parameter null validation added. * renamed 'object' to 'value'. Related to Issue [WTI-931]

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

Former-commit-id: dabe727b5cf43fa26a054b71b83f3dbabfae4224

Former-commit-id: e3290a26dfa352699943ea96e1275e3fb375403b

  1. … 36 more files in changeset.
Merged revision(s) 5138-5153 from branches/Release/16_1_1: Events below private fields Related to Issue WTI 739

........

Updated DSoil-Model database version requirement to 15.0.6.0

Related to Issue WTI 739

........

Remove obsolete tag

........

Create release tag

Related to Issue WTI 739

........

Fixed documentation errors.

Reviewed by: kleijn

Related to Issue WTI 739

........

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

Former-commit-id: 5862eaf0157aedd25b5b34bd5eb972f1d3480ec4

Former-commit-id: f2137caaf23b270126ff933a2fc8f59ffb8db6b2

  1. … 55 more files in changeset.
Events below private fields Related to Issue [WTI-739]

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

Former-commit-id: f147fd877588d7ae0f15e5d67727908c2fd2509d

Former-commit-id: 3d88f00300821a0b9e70fcd506f07c3ffc0b138b

  1. … 8 more files in changeset.
Events below private fields Related to Issue [WTI-739]

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

Former-commit-id: 934b13cf7095d20213486d3218c8dffbd6aada6e

Former-commit-id: d14a0edda8df5034cab3b1cc59416d0821c4cdd0

  1. … 8 more files in changeset.
* Removed useless code (commented out). * Improved XML docs. Related to Issue [WTI-441]

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

Former-commit-id: cb8100297b3c9c182a778da94c042d254eb71fcd

Former-commit-id: 5bc92effab99debcbaa7ae9e62ccbc95f85af595

  1. … 4 more files in changeset.
- Optimized MainWindow and PropertyGridView. - Performance optimization when clearing calculation data. - Other improvements after review. Related to Issue [WTI-441]

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

Former-commit-id: ca9ab67600bd39c513670be5a145e5a578ffed06

Former-commit-id: 4a6ba41d0a1f070856c09f1995e60c1fe7d9e34b

  1. … 20 more files in changeset.
- Adjusted PropertyGridView to make sure it attaches to the right object. - Made sure the hydraulicBoundaryDatabase is notified instead of the assessment section. - Paired with @Kleijn. Related to Issue [WTI-441]

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

Former-commit-id: c275999fecb6fc41fcfeb5be9dcdff619f2b651d

Former-commit-id: f97a8bd5e3043f57b8a52cf8be3e08810cd2ec33

  1. … 11 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 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.
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. … 376 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. … 15 more files in changeset.