Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added extra constructor to MapLineData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 37e9aa11680fb770595a933eaca75344d7c6867b

Former-commit-id: 781c76a86359295f7512170e496917efafc0370b

    • -3
    • +24
    ./Core.Components.Gis/Data/MapLineData.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapPointData.cs
  1. … 7 more files in changeset.
Added outline in MapPointDataConverter. Related to Issue [WTI-1267]

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

Former-commit-id: ca7f852cd9613cf31fe5d96656b6804ed5e2872b

Former-commit-id: 27a1bb9fbc5a514a2bc66a9c6552bca5d743ab15

    • -3
    • +3
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
  1. … 1 more file in changeset.
Added extra properties to the PointStyle. Related to Issue [WTI-1267]

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

Former-commit-id: 0b4dc708d95bbabaeedb94b7bb3bebc95eea7964

Former-commit-id: 26341bcfb1e0d1cf09d06122be68857b1a8f771e

    • -4
    • +19
    ./Core.Components.Gis/Style/PointStyle.cs
  1. … 4 more files in changeset.
- Made size and symbol settable - Added extra symbol option. - Added resources to symbol enum. Related to Issue [WTI-1267]

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

Former-commit-id: 996a7596ebdd7133b5332ef842943ccb1489fd06

Former-commit-id: ea8a9493f3cc426c7bd1c6c758846156edaae699

    • -1
    • +1
    ./Core.Components.Gis/Data/MapPointData.cs
    • -2
    • +2
    ./Core.Components.Gis/Style/PointStyle.cs
    • -1
    • +9
    ./Core.Components.Gis/Style/PointSymbol.cs
  1. … 3 more files in changeset.
Added extra constructor to MapPointData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 39f75712b84349faadcd987b103958a66bd2499e

Former-commit-id: 35f4bf87a260e3b58c7ebb6645e6e8a70fe7e3a9

    • -2
    • +23
    ./Core.Components.Gis/Data/MapPointData.cs
  1. … 6 more files in changeset.
Introduced ChartDataContextProperties for the ChartView - Moved all property classes from Forms to the Plugins because ChartDataContext is located in the Plugins namespace - Added PropertyInfo test for the chart plugin - Removed obsolete Charting.Forms.Test project

Related to Issue [WTI-1269]

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

Former-commit-id: 93157c8aae771792df6946fbf539537ebd6568dc

Former-commit-id: 67e79495266eb2bb619ee4a810746dfa833edce2

    • -22
    • +0
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -111
    • +0
    ./Core.Components.Charting.Forms/Properties/Resources.Designer.cs
    • -129
    • +0
    ./Core.Components.Charting.Forms/Properties/Resources.resx
    • -45
    • +0
    ./Core.Components.Charting.Forms/PropertyClasses/ChartDataCollectionProperties.cs
  1. … 14 more files in changeset.
Added converter and editor for color dialog in property control. Related to Issue [WTI-1267]

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

Former-commit-id: 4f25d4ea52258fc2b101d85d9b8f6a428a38d975

Former-commit-id: 2a61f4a54f95dc85f2ad8ca2d2ad99e5b0a185fe

    • -1
    • +1
    ./Core.Components.Gis/Style/PointStyle.cs
  1. … 8 more files in changeset.
Introduced ChartDataCollectionProperties for the ChartView

Related to Issue [WTI-1269]

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

Former-commit-id: 91e67cbfa9e091d4c8336ee7dd9eafc34a1ccf90

Former-commit-id: ba1b254946116d2e2c9000fd17b73fd47c33d0d9

    • -0
    • +45
    ./Core.Components.Charting.Forms/PropertyClasses/ChartDataCollectionProperties.cs
Introduced ChartDataCollectionProperties for the ChartView: - Corrected namespace / assembly typo in the introduced Charting.Forms.Test project - Introduced selection changed handler for the view, incorporated fix in rev 8160 to prevent refreshes in the PropertyGridView - Added Properties in the ContextMenu item -- Added test for the CollectionTreeNodeInfoTest to ensure the ContextMenu is correctly build

Related to Issue [WTI-1269]

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

Former-commit-id: 07000c84f4b5986ac9d1c595ab84db958a775438

Former-commit-id: 741e16913b28250093145fa2a4dc030b800a8359

    • -1
    • +20
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -0
    • +111
    ./Core.Components.Charting.Forms/Properties/Resources.Designer.cs
    • -0
    • +129
    ./Core.Components.Charting.Forms/Properties/Resources.resx
  1. … 8 more files in changeset.
Core.Components.Charting.TestUtil.Test: - Added core.common.version ref - Sanitized AssemblyInfo.cs - Added GlobalAssembly link Removed obsolete <AllowedReferenceRelatedFileExtensions>none</AllowedReferenceRelatedFileExtensions> from projects Replaced <DebugType>pdbonly</DebugType> with <DebugType>none</DebugType> for test projects in ReleaseForCodeCoverage configuration. Related to Issue [WTI-1272]

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

Former-commit-id: 74ee4dd27678a18952f28919028d8e8814d46617

Former-commit-id: e91cb2b6dae36d8d3cfa8bede7cbc70ad87f90d6

    • -1
    • +0
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -1
    • +0
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 43 more files in changeset.
Introduced Forms.Test project to prepare for the creation of property classes in charting Related to Issue [WTI-1269]

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

Former-commit-id: 559a553ef38c44c614b1c50e9ff6522b411fde30

Former-commit-id: 2870a32dc8546f5de292820c5011329a8532fbc2

    • -0
    • +3
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
  1. … 3 more files in changeset.
Added constructor to TestChartData. Reused TestChartData throughout classes. Added TestChartDataTest. Changed map related naming of variables/methods which had to do with charting. Related to Issue [WTI-1272]

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

Former-commit-id: a01e932090a2f44f704f302e689f4595f7978406

Former-commit-id: 9e26b8bedd1cf7dba14bc19b2f5f33a5206da4c5

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartData.cs
    • -10
    • +10
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +21
    ./Core.Components.OxyPlot.Forms/Extent.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -12
    • +12
    ./Core.Components.OxyPlot/Converter/ChartDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartAreaDataSeries.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartLineDataSeries.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleAreaDataSeries.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleLineDataSeries.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartPointDataSeries.cs
  1. … 21 more files in changeset.