Core.Common.Base

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed Point3D to be immutable once created. Changed signature for the RingtoetsPipingSurfaceLine.Points property so that the property can be used as an Array. Improved resources. Related to Issue [WTI-381]

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

Former-commit-id: 9972a812300fdbb7a9e08b27977c2afea23fda28

Former-commit-id: 70ea54678ab1491513e362253343cb7a58cfbc16

  1. … 20 more files in changeset.
Merge branch to trunk. Related to Issue [WTI-330]

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

Former-commit-id: f040cc6343b5149e0d6129e0e3a21ff3686d01fb

Former-commit-id: 9a8e6539eda24879b17c85606eda519ba8e48878

  1. … 42 more files in changeset.
Made Point2D readonly. Related to Issue [WTI-330]

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

Former-commit-id: 632ee9661326e4e1005f242d105b7d84cb926c27

Former-commit-id: 8e73d562f300baefccbbd97a57f834b8edf11c4a

  1. … 9 more files in changeset.
Minor changes after review. Related to Issue [WTI-364]

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

Former-commit-id: 0471e49af67dce8f5bb92aa15de3be98e339c094

Former-commit-id: f3a11f5f15769409480a77198fe0ebc78617777a

  1. … 4 more files in changeset.
* Moved commonly created helper method in IFileImporters for calling ProgressChanged to FileImporterBase. * Implemented progress notification for ReferenceLineImporter. Related to Issue [WTI-364]

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

Former-commit-id: 3aa9c5c4d6fc181272e8e49c0fffda67b1e12a42

Former-commit-id: 8af496cfe7f98360b3327233d5d25a698262487f

  1. … 10 more files in changeset.
Added test cases in which characteristic points are not well defined. Set entry and exit L values from dike toes from imported file. Related to Issue [WTI-380]

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

Former-commit-id: d8aa2c3ac16953714f4f79ba60beefb832137dcc

Former-commit-id: 2f5b296af4f0f83f6089b5097fc17206ef724043

  1. … 21 more files in changeset.
* Implemented Cancel functionality to ReferenceLineImporter. * Moved 'cancellation' flag from various IFileImporter implementations to FileImporterBase. Related to Issue [WTI-364]

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

Former-commit-id: 6c06d6529fe98e6217df6f12d207e7d84e3b7ff9

Former-commit-id: bdbf58c8db993778f36ad7bbff1d16b1a0d52c8b

  1. … 7 more files in changeset.
* Introduced FileImporterBase to allow for additional NotifyObserver calls to be done on UI thread when done importing. ** Moved responsibility for NotifyObserver on import target from FileImportActivity to FileImporterBase. ** Updated all existing importers to inherit from FileImporterBase. * Implemented additional logic for dealing with new ReferenceLine, when one was already available. Related to Issue [WTI-364]

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

Former-commit-id: dca74a9f10e6da1912ac7f172df8fe95cfc5b34f

Former-commit-id: f0971cefa038dbbf4b03fb9ffe60c61909e3f74f

    • -0
    • +53
    ./IO/FileImporterBase.cs
  1. … 12 more files in changeset.
Moved HydraulicBoundaryDatabase and resoucres to Ringtoets.Hydraring projects. Other changes made after review. Related to Issue [WTI-326]

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

Former-commit-id: 85665fbae10ff9b662894a60a98b88ba70deee3f

Former-commit-id: dfda01ad35bd5fde471aacf4f7d1ce493fd34af0

  1. … 47 more files in changeset.
* Implemented review suggestions from WTI-Review-319 ** Fixing typo's ** Extra XML docs ** Improved consistency ** Removed obsolete tests ** Split tests to improve readability Related to Issue [WTI-337]

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

Former-commit-id: 1116e927199781c11f61b477a300c8afbe2d07e3

Former-commit-id: 52e3e9f95fcba68cbb73e497ad02b8d883d8454c

  1. … 85 more files in changeset.
* Create ReferenceLineImporter, to import a ReferenceLine instance for an AssessmentSectionBase instance using a shapefile. * Added TearDown methods to tests to properly dispose of objects. * Moved string resources that were incorrectly placed. * Improvements to ReferenceLineContext ** Made observable. ** Implements IEquatable<ReferenceLineContext> in order to reuse object instances by TreeView. Related to Issue [WTI-364]

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

Former-commit-id: 7eba2f606c0f1ac3770cebfeca28c8a586f2349d

Former-commit-id: 3a3dacded3ebc235b8d5eb41d4b2985d71dbe4c1

  1. … 29 more files in changeset.
Added importing/reading of the Ditch Polder Side characteristic point. Related to Issue [WTI-380]

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

Former-commit-id: db528c66df0381a9d9cf25692d133e596898c5c5

Former-commit-id: 9f43f2fb300d58109defc9949c70651b69c2db43

  1. … 6 more files in changeset.
* Added corner cases for reading ReferenceLine instances from a shapefile. Related to Issue [WTI-317]

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

Former-commit-id: 50a9cfe8ef4797708273b305a84b277fb8555766

Former-commit-id: a2cae7ac852d6a04d552a62d3d9f8f5bb168cb5b

  1. … 7 more files in changeset.
* Moved Point2D and Point3D from Ringtoets.Piping.Data to Core.Common.Base/Geometry * Defined ReferenceLine class Related to Issue [WTI-317]

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

Former-commit-id: e81f2ef1cfd13b7605809525f70bb0b1e39a9004

Former-commit-id: e1966a57b9fca5524b309c2326b0c5ddfaf1aaf9

    • -0
    • +117
    ./Geometry/Point2D.cs
    • -0
    • +89
    ./Geometry/Point3D.cs
  1. … 34 more files in changeset.
Refactored piping IO Reader to global reader base so we can also use it for HR database. Related to Issue [WTI-326]

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

Former-commit-id: a154c37f8986e44e7e2d9100ea5676023d3e0bb7

Former-commit-id: c695b2a962e1c6aa931094b946c0227de6853b99

  1. … 34 more files 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. … 362 more files in changeset.
# Minor changes after review # Fixed bug that DuneAssessmentSections were only loaded when DikeAssessmentSections are in database Related to Issue [WTI-280]

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

Former-commit-id: 75fbe7bf02e170dbe1a5a46e450c19ff0901e278

  1. … 8 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 343 more files in changeset.
Add log line with license information in start up. Related to Issue [WTI-214]

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

Former-commit-id: 44afa2059a5dae938d6ab07bc4b5e26df654bb09

  1. … 1 more file in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 392 more files in changeset.
Reintegrate branch to trunk. Related to Issue [WTI-184]

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

Former-commit-id: 823eca02392f29a5efa73ad3cbf3925824c622cc

  1. … 131 more files in changeset.
* Implemented review suggestions of WTI-Review-268: ** Xml docs cleanup/improvements. ** Refactoring of Url to WebLink. ** Some code cleanup. ** Refactored usages of SettingsHelper and moved that class to Core.Common.Gui. Related to Issue [WTI-187]

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

Former-commit-id: 053b0bfb6f8e4d1b38997d57e311d629f828bd3b

  1. … 40 more files in changeset.
Refactored StorageSqLite after review Related to Issue [WTI-286]

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

Former-commit-id: 4acc7ab82a9105121aba60a2958ccf93e3ee7f76

    • -0
    • +32
    ./Storage/StorageException.cs
  1. … 8 more files in changeset.
Moved Observer logic from importers to FileImportActivity Related to Issue [WTI-184]

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

Former-commit-id: ea840cd87f2ca82938fbd85ba326bc8fe8fa3b69

  1. … 2 more files in changeset.
- removed redundant context files - Removed Ringtoets.rtd from solution (and setup). It is still necessary for development though. - added tests Related to Issue [WTI-285]

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

Former-commit-id: c1812b3f29ab623f2873d8c5f30271fb6e8e2166

  1. … 23 more files in changeset.
- Changed Core.Common.Gui implementation to interface - Simplified execution path to interact with Storage - Moved storage Exceptions and interfaces to Core.Common.Base Related to Issue [WTI-284]

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

Former-commit-id: 55b85ad4905185d325a9c40a965a9bd389da08b2

    • -0
    • +32
    ./Storage/CouldNotConnectException.cs
    • -0
    • +13
    ./Storage/IStorable.cs
    • -0
    • +39
    ./Storage/IStoreProject.cs
    • -0
    • +32
    ./Storage/StorageValidationException.cs
    • -0
    • +33
    ./Storage/UpdateStorageException.cs
  1. … 25 more files in changeset.
Extended TreeNodeInfo Related to Issue [WTI-184]

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

Former-commit-id: 3b28d1717dd7eb42df2c355857d4ffbe5e535fee

  1. … 1 more file in changeset.
Introduced TreeNodeInfo Related to Issue [WTI-184]

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

Former-commit-id: c91a40c7c30f9610cc5dde5d8870468b9dfc0435

  1. … 2 more files in changeset.
changes implemented after review WTI-Review-246 - Extended teste coverage Related to Issue [WTI-291]

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

Former-commit-id: f2501965746e7ceafc70fd22ada5bf2fa4ca9100

  1. … 24 more files in changeset.
- Added comments - Changed database extension to rt - Added tests Related to Issue [WTI-291]

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

Former-commit-id: c755e44a5b1b213a4c771cc4eff7c735d5893f90

  1. … 18 more files in changeset.