Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduced custom enum for map line dash styles. Related to Issue [WTI-1267]

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

Former-commit-id: e34ef0d4d998ad5bbdaedd3a59948dfdb9b060c6

Former-commit-id: a3589cc5f4024b4f70bbb4b759622570c314cff5

    • -1
    • +1
    ./Core.Components.Charting/Styles/ChartLineDashStyle.cs
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +43
    ./Core.Components.Gis/Style/LineDashStyle.cs
  1. … 2 more files in changeset.
Re-added license header. Related to Issue [WTI-1268]

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

Former-commit-id: c0ed463019cb21ed1c2a4ba6beb1d7373cd38140

Former-commit-id: 2b7fb12a09213c46be67f554b4d411364ba5ac16

    • -1
    • +22
    ./Core.Components.Charting/Properties/Resources.Designer.cs
Introduced custom enum for chart line dash styles. Related to Issue [WTI-1268]

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

Former-commit-id: 4a80234455ce469f8f5c1a4a540fda06a0af5b21

Former-commit-id: 5d063f8c59a3298612c4e776e8b73127b5f8e521

    • -0
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -2
    • +1
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -2
    • +1
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
    • -22
    • +46
    ./Core.Components.Charting/Properties/Resources.Designer.cs
    • -0
    • +43
    ./Core.Components.Charting/Styles/ChartLineDashStyle.cs
    • -2
    • +1
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -10
    • +9
    ./Core.Components.OxyPlot/Converter/ChartDataHelper.cs
  1. … 25 more files in changeset.
Added validation for strokeThickness, size and width in the charts. Related to Issue [WTI-1268]

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

Former-commit-id: e374317a6197c3f0d65187e3b7a93ded66978b02

Former-commit-id: ad9985769ab26848ddfd58f1371d8b0c8db0a737

    • -0
    • +27
    ./Core.Components.Charting/Properties/Resources.Designer.cs
    • -1
    • +26
    ./Core.Components.Charting/Styles/ChartAreaStyle.cs
    • -1
    • +26
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -2
    • +49
    ./Core.Components.Charting/Styles/ChartPointStyle.cs
    • -0
    • +1
    ./Core.Components.Gis/Style/LineStyle.cs
    • -0
    • +2
    ./Core.Components.Gis/Style/PointStyle.cs
  1. … 3 more files in changeset.
Improvements after review. Related to Issue [WTI-1268]

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

Former-commit-id: a82a902e25eb59add90cfc73669b411ccfb1be4d

Former-commit-id: 0ba8fe930613a7fa406402babb0084c27fc9dc43

    • -6
    • +0
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -3
    • +5
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -3
    • +5
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -3
    • +5
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -1
    • +0
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
    • -5
    • +7
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
  1. … 14 more files in changeset.
Removed chart style constructors. Moved default styling to fields. Related to Issue [WTI-1268]

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

Former-commit-id: 3aa6ef072dfac5e265cdc6410b415717ba26f17d

Former-commit-id: 112713394d9384ca142578c0a2cd0fff80847279

    • -2
    • +8
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -2
    • +10
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -2
    • +8
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -2
    • +8
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
    • -2
    • +10
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -13
    • +0
    ./Core.Components.Charting/Styles/ChartAreaStyle.cs
    • -27
    • +1
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -17
    • +0
    ./Core.Components.Charting/Styles/ChartPointStyle.cs
  1. … 29 more files in changeset.
Restricted possible values of size, width and strokeThickness for map data styles. Implemented workaround for bug in DotSpatial, where 0 strokeThickness defined on polygons, would still draw a stroke of thickness 1 on screen. Related to Issue [WTI-1267]

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

Former-commit-id: 44974405d69b02a2fd9577c64cc534d5e9ba0c48

Former-commit-id: 6adc01d407cafdee1c45d18494247750f7217897

    • -1
    • +7
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -1
    • +25
    ./Core.Components.Gis/Style/LineStyle.cs
    • -2
    • +46
    ./Core.Components.Gis/Style/PointStyle.cs
    • -1
    • +25
    ./Core.Components.Gis/Style/PolygonStyle.cs
  1. … 4 more files in changeset.
Renamed files to match types they define. Added tests Related to Issue [WTI-257]

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

Former-commit-id: f964126cf816feb50633d37c1fbdbfd14327f13b

Former-commit-id: e674af5ef376d54e9d19b17ee7423d65a4629ca6

  1. … 11 more files in changeset.
extracted default styles as fields. Related to Issue [WTI-1267]

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

Former-commit-id: 142590156b578c8a109049574ca531e4528ab252

Former-commit-id: 1e4f61460a650500fbfe87ba9b506bfc3de758fd

    • -6
    • +7
    ./Core.Components.Gis/Data/MapLineData.cs
    • -9
    • +10
    ./Core.Components.Gis/Data/MapPointData.cs
    • -7
    • +8
    ./Core.Components.Gis/Data/MapPolygonData.cs
Removed obsolete constructors for map layer styles. Replaced Assert.Equals(string.Empty... with Assert.IsEmpty where applicable. Improved ColorEditor. Related to Issue [WTI-1267]

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

Former-commit-id: 0812a0a3e05ce2398afff38e2cb64cb5c1684860

Former-commit-id: 55e368ae9752d5bfe36fae8f551810251af055f3

    • -2
    • +6
    ./Core.Components.Gis/Data/MapLineData.cs
    • -1
    • +8
    ./Core.Components.Gis/Data/MapPointData.cs
    • -1
    • +6
    ./Core.Components.Gis/Data/MapPolygonData.cs
    • -13
    • +0
    ./Core.Components.Gis/Style/LineStyle.cs
    • -18
    • +0
    ./Core.Components.Gis/Style/PointStyle.cs
    • -13
    • +0
    ./Core.Components.Gis/Style/PolygonStyle.cs
  1. … 60 more files in changeset.
Added extra constructor to ChartMultipleAreaData with styling, so styling is never null. Related to Issue [WTI-1268]

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

Former-commit-id: 291a36581ae2faa1a720286b6bf7305ce750a5ff

Former-commit-id: ca7f1629010c2205a0b22956c3ef5542182ce292

    • -11
    • +29
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -6
    • +3
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
  1. … 5 more files in changeset.
Added doc for IRemovable marker interface Related to Issue [WTI-257]

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

Former-commit-id: 1a8adca82c46444141cf01e456b849d6346e191d

Former-commit-id: b261e6a573569b3e0422f9992ab922a14a79bbf7

Implemented styling properties in property control for chart areas. Related to Issue [WTI-1268]

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

Former-commit-id: 9f1ee4c3fde547b974f3a87a45b968ed614c3f3e

Former-commit-id: 56a68adb6d9a32c320049ced16216dc5100b8ddc

    • -9
    • +9
    ./Core.Components.Charting/Styles/ChartAreaStyle.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
  1. … 8 more files in changeset.
Implemented possibility to remove map data that was imported. Related to Issue [WTI-257]

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

Former-commit-id: da3a669a755661ec0973e9081391a661c126d4ca

Former-commit-id: 9e5e8d8c228f51daeaf8a42f17f84bc4fe8e19ed

    • -1
    • +2
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -0
    • +5
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +28
    ./Core.Components.Gis/Data/Removable/IRemovable.cs
    • -0
    • +69
    ./Core.Components.Gis/Data/Removable/RemovableMapDataConverter.cs
    • -0
    • +51
    ./Core.Components.Gis/Data/Removable/RemovableMapLineData.cs
    • -0
    • +51
    ./Core.Components.Gis/Data/Removable/RemovableMapPointData.cs
    • -0
    • +51
    ./Core.Components.Gis/Data/Removable/RemovableMapPolygonData.cs
  1. … 9 more files in changeset.
Added extra constructor to ChartAreaData with styling, so styling is never null. Related to Issue [WTI-1268]

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

Former-commit-id: d82c80b5d43c55bd43f5aeede2bfa549ad145ebe

Former-commit-id: 8edc2084c1cafdfb6f308c676f98e6c81a938a9d

    • -3
    • +23
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -6
    • +3
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
  1. … 4 more files in changeset.
Added extra constructor to ChartMultipleLineData with styling, so styling is never null. Related to Issue [WTI-1268]

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

Former-commit-id: 20f159b1708b16ccb6f4e5bf31c3b1e721977529

Former-commit-id: 958a6304d9331d85d793a60a731ec7a813ad0334

    • -12
    • +31
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
    • -8
    • +6
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
  1. … 4 more files in changeset.
Moved DashStyleConverter to Core.Common.Gui. so map and chart can both use it. Related to Issue [WTI-1268]

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

Former-commit-id: f36b5d3407fb81b2654a46fe34b3de61ef73693c

Former-commit-id: 809ef4ba9a9539bdb34dca5af798cf3c23c903e4

    • -6
    • +3
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
  1. … 19 more files in changeset.
Implemented styling properties in property control for chart lines. Related to Issue [WTI-1268]

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

Former-commit-id: c58c7d3c033a963df93b4739c6fc4f0b9399691e

Former-commit-id: 7610df9ee1694674262f9ae608dfa8ac28cf059c

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -10
    • +10
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
  1. … 11 more files in changeset.
Added extra constructor to ChartLineData with styling, so styling is never null.

Related to Issue [WTI-1268]

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

Former-commit-id: 9b35f5968e2633a013ca68f107954bc2b887cf48

Former-commit-id: 1d8d55a4be01b9c636e5b6069362be286e5a3d11

    • -2
    • +21
    ./Core.Components.Charting/Data/ChartLineData.cs
  1. … 9 more files in changeset.
Added test for PointSymbol. Related to Issue [WTI-1267]

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

Former-commit-id: 059050666c3a39705b34601af981d04ac0d6241e

Former-commit-id: 1d40eb3c98b72037aa45575b6ed96d9c18d7246c

  1. … 2 more files in changeset.
- Added DisplayNames to ChartPointSymbol. - Changed enum values of ChartPointSymbol. Related to Issue [WTI-1268]

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

Former-commit-id: 69e63bf7ca40843f9bd99f8d455e00147225ce68

Former-commit-id: 4ac243f8c508b18b7b267023b73b856835d05b7f

    • -0
    • +16
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -0
    • +129
    ./Core.Components.Charting/Properties/Resources.Designer.cs
    • -0
    • +135
    ./Core.Components.Charting/Properties/Resources.resx
    • -2
    • +10
    ./Core.Components.Charting/Styles/ChartPointSymbol.cs
  1. … 4 more files in changeset.
Implemented styling properties in property control for chart points. Related to Issue [WTI-1268]

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

Former-commit-id: 5e98a80b3c2dfcbc5cabcbd782d4a3fc96acc268

Former-commit-id: 6d3ce2db41973cdcf9a90df1e28d74a318dc0f52

    • -10
    • +10
    ./Core.Components.Charting/Styles/ChartPointStyle.cs
  1. … 5 more files in changeset.
Updated xml doc. Related to Issue [WTI-1267]

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

Former-commit-id: 568e31d3f10762e8a25909936ab8ffaad2021082

Former-commit-id: 25cc85b9ac00056df142470e30c306cc7ceaceda

    • -1
    • +1
    ./Core.Components.Gis/Data/MapLineData.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapPointData.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapPolygonData.cs
Added extra constructor to ChartPointData with styling, so styling is never null. Related to Issue [WTI-1268]

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

Former-commit-id: 95c7411da4296e95a7cc57cb7acdc46bc7ff469a

Former-commit-id: 257b6a9c0d274a8e863a3a63d6210362ace57a2b

    • -3
    • +23
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -9
    • +5
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
  1. … 5 more files in changeset.
Updated resource( name)s Related to Issue [WTI-1097]

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

Former-commit-id: caa80ed0d43933a02165c1f2d3862399d7fc5370

Former-commit-id: 26e14907c3372f9a2083348f054a6a508ffe3f83

    • -1
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 12 more files in changeset.
Implemented styling properties in property control for map polygons. Related to Issue [WTI-1267]

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

Former-commit-id: fb1ad348354b841462ae618b0e1d3d9ef2edfcbf

Former-commit-id: 9f84864153501eff08c2a0f1fac0ae3e0a58e2b2

    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
  1. … 9 more files in changeset.
Improved import/update messages Related to Issue [WTI-1097]

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

Former-commit-id: cd7f676cc8f79a82db0dc23b912b3b594c57a26a

Former-commit-id: b66006246d984318c12742623eee3fe135551f67

  1. … 6 more files in changeset.
Added extra constructor to MapPolygonData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 1c84d988477cf750eca6377d74c956961d26915b

Former-commit-id: 594b44da518a7578baaa5a44562576c5d0bc510d

    • -3
    • +1
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapLineData.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapPointData.cs
    • -2
    • +22
    ./Core.Components.Gis/Data/MapPolygonData.cs
  1. … 3 more files in changeset.
- Added extra PointSymbol - Removed wrong converter and editor from property control. Related to Issue [WTI-1267]

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

Former-commit-id: 52fa5b7ceb78d82d349b74240eb8b153b4a05dcd

Former-commit-id: a326a68b36c6f77053eb53a7c408a5d26fad1e79

    • -1
    • +3
    ./Core.Components.Gis/Style/PointSymbol.cs
  1. … 3 more files in changeset.
Implemented styling properties in property control for map lines. Related to Issue [WTI-1267]

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

Former-commit-id: 02d671054f4620216072e24f61a8944c54e5c697

Former-commit-id: 5b6c47c188e4547e190d6bf63a53945b11abd2fe

    • -3
    • +1
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -9
    • +9
    ./Core.Components.Gis/Style/LineStyle.cs
  1. … 9 more files in changeset.