Common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed IDisposable interface from ObjectProperties and moved to property classes that need it WTI-450

  1. … 8 more files in changeset.
Removed IDisposable interface from IObjectProperties WTI-450

Moved observers to property classes instead of ObjectProperties WTI-450

  1. … 4 more files in changeset.
Reverted some changes. WTI-1559

  1. … 2 more files in changeset.
Review related changes. WTI-1559

  1. … 3 more files in changeset.
Turned protected backing fields into protected properties. WTI-1559

    • -2
    • +7
    ./src/Core.Common.Base/IO/FileImporterBase.cs
  1. … 2 more files in changeset.
Use informational version when available in the assembly info. WTI-1527

Adapted test for new version number. WTI-1527

- Added DEVELOPMENT variable in build configurations to determine right version number. - Added extra configurations for the CreateInstaller and CreateInstallerWithDemoProject for more separation in project configurations. WTI-1527

  1. … 3 more files in changeset.
Inlcude template in project instead of svn. WTI-1527

Renamed GlobalAssembly.cs.svn to template. WTI-1527

Fix build error due to hash in file version. WTI-1527

  1. … 1 more file in changeset.
Updated GlobalAssembly.cs.svn and modified build step to get git hash instead of svn revision number. WTI-1527

  1. … 2 more files in changeset.
Fix failing tests that require an empty directory. Moved them to the scratchpad and will be disposed when the test finishes. WTI-1527

  1. … 2 more files in changeset.
- Removed checked in ScratchPad -> create a Ringtoets_ScratchPad folder in %temp% - Adjusted tests

part of issue WTI-1527

    • -4
    • +2
    ./test/Core.Common.TestUtil/TestHelper.cs
  1. … 1 more file in changeset.
Introduced HydraulicBoundaryLocationsProperties Related to Issue [WTI-1509]

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

Former-commit-id: 02b616868bb5ab9cd0a7c111e43518b8cd5d21d8

Former-commit-id: 0dcb40ab62cf6f6516c4122c04246b312a3cbc32

  1. … 4 more files in changeset.
Review related changes

Paired with tangerma

Related to Issue [WTI-1509]

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

Former-commit-id: 8c14af8a350120407a7d616c62cbec68bd8d7954

Former-commit-id: b5dd9d21048727680068620fecdfc0e3c4d81ade

Made single location observable in the locations properties. Related to Issue [WTI-1509]

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

Former-commit-id: c298538cbdc94109be009afa1c02558aa249aec6

Former-commit-id: 282d1d7de68182d7c7933af374cc789f019c9617

  1. … 4 more files in changeset.
Added usings in ObjectProperties tests. Related to Issue [WTI-1509]

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

Former-commit-id: 3f2baffce5ccf1be6831f6676c33a9447aab3f03

Former-commit-id: 99267d4c5350d63e9f4a0a16170c3ed037665ce4

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. … 4 more files in changeset.
Implement review comments from review 2385 Related to Issue [WTI-1393]

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

Former-commit-id: 0abb6fc3b9f3a3e41ed65c4c4d27c2d41fddc893

Former-commit-id: de3c977787d113c29b92b8922dcda08184658923

  1. … 14 more files in changeset.
Incorporated comments review 2384: - Renamed test names to reflect what exceptions they are throwing - Updated/added XMLDocs - Added missing tests - Ran Cleanup Related to Issue [WTI-1230]

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

Former-commit-id: 8b26b0102391323b26752ad464f1801721da6d3c

Former-commit-id: 48c6c6b6f8f1196fa0193aaa8b23deeb6db1b74f

  1. … 12 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Rewrote logic of the DragDropHandler: -- Enum value is always defined, it's not possible to get an invalid state or value, unless there's something wrong internally

Related to Issue [WTI-1230]

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

Former-commit-id: d83ea5ac706913a12f81dcd9241e7b27b19b7808

Former-commit-id: b4718232d38d4accb86671ef166ef85444f2b6a0

Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Added for the structures validation rules registries - Updated DialogBasedInquiryHelper: added Enum.IsDefined() check to be safe and consistent - Updated XMLDocs Related to Issue [WTI-1230]

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

Former-commit-id: d01ad4d16480b9b737c8afc7ee52501103201a04

Former-commit-id: 71998b9c772e4a567c3bda6e45cf3e697960763f

  1. … 5 more files in changeset.
Updated version number [DONT MERGE BACK] Related to Issue [WTI-1521]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@13337 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 85febaeb5e44171bd77abc5b627c1791b93cd5c4

Former-commit-id: 9e8509bf7d56166ec00043db32fffb1780285cb6

  1. … 1 more file in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Updated XMLDocs

Related to Issue [WTI-1230]

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

Former-commit-id: f59667e25a49d23cf6d8e463834b9d45ceefbf34

Former-commit-id: 2ebca1d60015d31fba053b1bf561b4030a0c9855

  1. … 3 more files in changeset.
Reverted version number to 17.2.1 [DONT MERGE BACK] Related to Issue [WTI-1521]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@13329 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: aef059b62c5f2774ac162ab5101e111d3a363d50

Former-commit-id: 7c829bf3954ca8fd3aecb5ba31a5c23752e7c125

  1. … 1 more file in changeset.
Updated version number [DONT MERGE BACK] Related to Issue [WTI-1521]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@13325 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 74aef59c091d0fcd9dfb3db66a2cb18fcc89f81c

Former-commit-id: 5a73aadc97b4aba6736ef5050fe6f103b286b500

  1. … 1 more file in changeset.
Directly evaluate enumerations when applicable. Related to Issue [WTI-1393]

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

Former-commit-id: cf8406a712503f8ef9b24bd41b7cf5047467cdc8

Former-commit-id: 366b18ed1a959d4a942dfdc092b9dba5ee848da9

  1. … 26 more files in changeset.
Directly evaluate enumerations Related to Issue [WTI-1393]

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

Former-commit-id: b576755cf796f255cf0595630d3589639bc27c4a

Former-commit-id: ecaf869c5373e50070e70929208558dc272632a5

    • -11
    • +10
    ./test/Core.Common.Base.Test/Geometry/Math2DTest.cs
  1. … 52 more files in changeset.