Core.Common.Base

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added license files to all projects except: Ringtoets.Application.SetUp Core.Common.Version Demo.Ringtoets Demo.Ringtoets.Test

Generated license files in projects.

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

Former-commit-id: 3acc9d7e6e84815f3fe9024f391e86456c362dc5

Former-commit-id: e0d4c1e5eded874de9d9391f8fe6af15b7369319

  1. … 212 more files in changeset.
* Fixes (paired) for WTI-Review-706: ** Point3DExtensions can now deal with projecting to a surfaceline where start and end are the same. ** Strings to Resources ** auto-Cleanup ** Refactored RingtoetsPipingSurfaceLine.LocalGeometry. Related to Issue [WTI-396]

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

Former-commit-id: 114f0fbb29aab2d928dc6c83a05960836b830cf1

Former-commit-id: 5351decccbef206452327641b460d76e6244afff

  1. … 5 more files in changeset.
Review related change Related to Issue [WTI-452]

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

Former-commit-id: d41a34d01359928c282460ffde9feb1f088ff78a

Former-commit-id: 705e6b0df68a1a1cc9a8ff0c5973e144d6c8ffc5

Introduced skipped activity state and implemented it for DesignWaterLevelCalculationActivity. Related to Issue [WTI-452]

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

Former-commit-id: adfdb58293643d8807a7f739958231cd4d1dd6c7

Former-commit-id: 5f15ed0c38dbe8348bafe1cea9250dfae9b8c6d8

  1. … 3 more files in changeset.
* Unified X/Y/Z-coordinate terminology. * Textual improvements to Resources. Related to Issue [WTI-469]

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

Former-commit-id: dea91c70409df1825f1869dea2fa7eddd982ce7e

Former-commit-id: 8543a55e43b3bd717ae5bdb35943581b18e04c3b

  1. … 14 more files in changeset.
Implemented new collection of point2D which uses rounded doubles as coordinates. Related to Issue [WTI-673]

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

Former-commit-id: 3cb4374858642ce2c61d451a17f9c3f1faa9ac54

Former-commit-id: 49906a69d441203cbee93b27ef4b7c3ed5f2c60a

    • -0
    • +84
    ./Data/RoundedPoint2DCollection.cs
  1. … 2 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

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

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

  1. … 134 more files in changeset.
Changes after review. Related to Issue [WTI-138]

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

Former-commit-id: 0f0e47e83f118b1b4cd6f3f6517a838f4c1bb305

Former-commit-id: 477c0a495c83fb65924232249c0f74381d368069

  1. … 4 more files in changeset.
Added validations for piping input for: - missing hydraulic location - missing surface line - missing soil profile - missing entry point - missing exit point - exit point before entry point - assessment level missing - piezometric head missing - thickness aquifer missing - thickness coverage layer missing Related to Issue [WTI-671]

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

Former-commit-id: c5520b5b035ebfec21d200af21dfd08b0bb6f7cd

Former-commit-id: c92c9727bf6377b93304cc7194314fc536cc12cb

  1. … 4 more files in changeset.
- Moved transforming world coordinates to local coordinates to Point3DExtensions. - Implemented showing characteristic points on the local coordinates. Related to Issue [WTI-138]

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

Former-commit-id: 897511058c455d30c10155f2403d3ce1d0fecd86

Former-commit-id: a59e9a875ee4f3796aeed005c571f145ecef0c0d

    • -0
    • +84
    ./Geometry/Point3DExtensions.cs
  1. … 8 more files in changeset.
* Fixed for WTI-Review-639: ** Moved Resources to correct projects. ** Fixed typo. ** Changes softcast to hardcast in tests where type is assumed to be correct. ** Added using statements and reformatted code related to tests that created a TreeViewControl. Related to Issue [WTI-616]

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

Former-commit-id: ac70deb711138ebaf87639e628c18362f38c27b6

Former-commit-id: 50bad4c9c0122ba15c26d49b015ae22de2e995e0

  1. … 11 more files in changeset.
Changes after review - Moved some resources. - Changed xml documentation. - Improved tests. Related to Issue [WTI-616]

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

Former-commit-id: 4ceda0de586616bdfe6a5c119790dd7d61c1ea3c

Former-commit-id: 2342043eca8ee4a73376853ad1232fee814eb51c

  1. … 45 more files in changeset.
Reverted merge attempts so far Related to Issue [WTI-645]

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

Former-commit-id: 9702ab8b2e5b1e7ed2fcf69c88c76f9e4231a127

Former-commit-id: cb8a111f6aa65b1e58b67d35a078fa539015743e

  1. … 108 more files in changeset.
Merged revision(s) 3617 from trunk: Merged revision(s) from branches/WTI 616. ........

Related to Issue [WTI-645]

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

Former-commit-id: cd25ad466f869862ff4b389028761e11b4b1bc34

Former-commit-id: d0a5175cc78415a4d3ced49deba19581420cf960

  1. … 61 more files in changeset.
* Fixes for WTI-Review-622: ** Moved text to resouces. ** Updated XML docs. ** Fixed typos. ** Removed obsolete ProfileSection.Geometry. ** Made parameter validation error messages more consistent. ** Cleanup. Related to Issue [WTI-633]

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

Former-commit-id: 48ddd6876ca42f1dde749290f478c6a48e6c4a8e

Former-commit-id: 6985850a74fa98cb81d8e1de13f6279b17d5234e

  1. … 11 more files in changeset.
Merged revision(s) from branches/WTI-616.

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

Former-commit-id: e7b8d2db71731c5c810ca964484ff64a7225aed5

Former-commit-id: c2325b82c7949c85a03d994c0a9a63557204a288

  1. … 61 more files in changeset.
Implemented new activity and service for grass cover erosion inwards calculations. Related to Issue [WTI-616]

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

Former-commit-id: dd95d1a0736c0e73f2c4369cd363dc555425ae3e

Former-commit-id: ef8e75490aab5a73dbc626c5e9503a3fc10094d0

  1. … 20 more files in changeset.
* Extended IStoreProject with a CloseProject method. * Extended StorageCommandHandler.CloseProject method to make use of IStoreProject.CloseProject. ** This prevents the bug that the previous saved project is still held within the StorageSqLite when starting a new project. Related to Issue [WTI-607]

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

Former-commit-id: 2452926bdf87191970ead65ebad0a2cdd1e70030

Former-commit-id: 3fe693ed95d09a681f0cc4819145ac7088b759f9

  1. … 4 more files in changeset.
- Changed default A and B value of Piping failure mechanism. - Made A editable in property control. Related to Issue [WTI-629]

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

Former-commit-id: 31307ae579b32eebaea7a8484fd7007da64e622f

Former-commit-id: 9cff18e3f638a261822abc6f244a0c32515a949c

  1. … 5 more files 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

    • -0
    • +6
    ./TypeConverters/RoundedDoubleConverter.cs
  1. … 6 more files in changeset.
fixed typo on comments.

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

Former-commit-id: 8e0030cf99e653d5a5663b2b872635ab59f105fd

Former-commit-id: 4f8ad0bda273b1160d3cee7d66446e247ef241a8

* Implemented Create methods for SurfaceLineEntity and SurfaceLinePointEntity. * Updated CreateConversionCollector for SurfaceLinePointEntity. ** Had to make Point3D implement IStorable. Related to Issue [WTI-289]

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

Former-commit-id: 838ab26832a99265a8b833090835844763e1e6bf

Former-commit-id: 971c6158c99812fa77b8695c1ed3066fae1b3436

  1. … 10 more files in changeset.
Split piping specific implementation from a base implementation from the FailureMechanismSectionResult class. Split piping specific implementation from a base implementation from the FailureMechanismResultView class. Removed projects' unused references. Related to Issue [WTI-513]

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

Former-commit-id: 697d2762deea51a795eee53a885a2e0c41761ac4

Former-commit-id: 88cf6034d7ed18e944ae388f9a33bc953197e4c8

  1. … 82 more files in changeset.
- Small changes from review - Removed ICalculationGroup.cs Related to Issue [WTI-463]

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

Former-commit-id: 7e68d36b51ad19d7f32043ce92ceb9a12d639d73

Former-commit-id: 24e563dfb3807adcf4a7ab22b0275eced3199cce

  1. … 27 more files in changeset.
Implement IFormattable for RoundedDouble so that it is possible to give a custom format and culture to a RoundedDouble while still be able to use to default formatting of some double values (Infinity) Related to Issue [WTI-453]

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

Former-commit-id: 9cc2d0b46172911ee58e34752148c9304990c744

Former-commit-id: a564205535ba65414e3fbd277564639ac86df114

  1. … 3 more files in changeset.
Corrected notation of probabilities per year. Related to Issue [WTI-453]

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

Former-commit-id: 5494736e48c44b3f87de2c910880b34e82f591eb

Former-commit-id: aa38b169a450eb25a4c04595e1822312c1a0a3e0

  1. … 8 more files in changeset.
Review changes Paired with @berg_jl

- Changed double precession to 1e-6

Related to Issue [WTI-332]

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

Former-commit-id: 4b14a402209aec8df95f9e1a56d815717fa8c372

Former-commit-id: b6813a8c308728286104ff55fbbe5fd9f47ad242

  1. … 29 more files in changeset.
Changed enum names to be more consistent. Updated doc of Math2D.AreCollinear to describe the prerequisite of the method. Removed obsolete Math2D.GetIntersectionPoint method. Related to Issue [WTI-433]

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

Former-commit-id: 82c7390bb1bd357b30509322f70efcd6f65a8eb3

Former-commit-id: e35b71d381d9d2910f56f3cc08075b34b7ee0425

    • -3
    • +3
    ./Geometry/Segment2DIntersectSegment2DResult.cs
  1. … 3 more files in changeset.
Extended RecursiveObserver so that both the item container type and the observable type can be specified Related to Issue [WTI-419]

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

Former-commit-id: eeae0e370cc64f52e4e9a9c9e123f53045560308

Former-commit-id: d314b3ba0d98beda1aa8cc8e31b2b432665d783e

  1. … 2 more files in changeset.
* Added license headers. Related to Issue [WTI-433]

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

Former-commit-id: ea89e4ac1705c7801a95826164ad57cd17df7c32

Former-commit-id: e82cc97a2cac5d574e1c162eaf2244cd083a3599

    • -1
    • +22
    ./Geometry/Segment2DIntersectSegment2DResult.cs