Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed tests of the ProfilesImporters: - Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base - Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running. Related to Issue [WTI-490]

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

Former-commit-id: a7ed9765b1704388f2feef56e6987b3c879533e1

Former-commit-id: 92c188923122822809c1403794b1e86914fa41f5

    • -1
    • +6
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -1
    • +11
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Review suggestions implemented paired with bouvrie Related to Issue [WTI-300]

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

Former-commit-id: 2dac35bc9cf7f9a67d0b639268195ef33bc5399f

Former-commit-id: e59b3214abc66e2d40d23410d0d2ef31ed35f909

    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 5 more files in changeset.
Initial commit of changes from kleijn: - Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles - Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage - Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

Related to Issue [WTI-490]

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

Former-commit-id: 409bfee1e3deebb4fe4368cb7010a8c4c37dae5e

Former-commit-id: 98175da77f6910f259097a90626bbb10450e2c8f

    • -12
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -11
    • +1
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 18 more files in changeset.
* Extended IMapControl with ZoomToAllVisibleLayers(MapData) method. ** This method is used in ContextMenu for MapData for MapLegendView. *** MapLegendView extended with IMapControl property for the ContextMenu items. ***** Updated MapPlugin and MapLegendController to provide the required MapData. * Cleanup Related to Issue [WTI-300]

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

Former-commit-id: ff72a8778a1fa9ed15bfb88c8c740ff54746711e

Former-commit-id: 84aa153ea864762ba138738e596ba04635085647

    • -6
    • +53
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +9
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 13 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

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

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

    • -1
    • +1
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -1
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -1
    • +1
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -1
    • +1
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -1
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -1
    • +1
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 211 more files in changeset.
Changes after review. Related to Issue [WTI-1016]

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

Former-commit-id: 7eea8f3346f21c5f0ae2283c6d7eeb94f731f07c

Former-commit-id: 3cd3e2fe4ed82c29d50bcd0f2aeae9999e698f04

    • -0
    • +2
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 7 more files in changeset.
Implemented canceling of data import. Related to Issue [WTI-1016]

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

Former-commit-id: 514e369e2e29b218e49680e6c3b1d3a2976862fc

Former-commit-id: a87956557b7c1981e8c510c3598390594a9b4864

    • -3
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -0
    • +10
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Implemented data importing FeatureBasedMapDataImporter. Related to Issue [WTI-1016]

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

Former-commit-id: a03dc3055bce82fa1a36f206c1dfcc84b5bc97fa

Former-commit-id: 68958eab49dff79a88c9d46151fe7a153784d826

    • -2
    • +45
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 1 more file in changeset.
Implemented error handling in FeatureBasedMapDataImporter. Related to Issue [WTI-1016]

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

Former-commit-id: aa967fa82180e450b372303a5f56b3e2aac64fea

Former-commit-id: 6f8b19b8e8a5bec56f8086c10c1c6eef719f3a79

    • -0
    • +66
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -1
    • +49
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 4 more files in changeset.
Fix compilation error. Related to Issue [WTI-1016]

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

Former-commit-id: 55920e360c2490bac19d8430eb2e30870814f1fb

Former-commit-id: 23b03af6265fa9d0b01222d6c1bf0df455d5e244

    • -0
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
Introduced new importer to import FeatureBasedMapData Related to Issue [WTI-1016]

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

Former-commit-id: 735f1f01d2537f932f7ca415a07e07f09e88a3a8

Former-commit-id: b8cdbbd1835ebf87c9b5a09429838be6783e92b2

    • -0
    • +6
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -0
    • +50
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -0
    • +27
    ./Core.Components.Gis.IO/packages.config
  1. … 3 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 113 more files in changeset.
fixed some of the issues found by visual studio code analysis. Related to Issue [WTI-1008]

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

Former-commit-id: 4dcef30e569dc8609e9b3dcd59e1299528a62ac7

Former-commit-id: 1ef53f9f4c43b24815cbbe85c972603a390face5

    • -1
    • +8
    ./Core.Components.OxyPlot/DataSeries/ItemBasedChartDataSeriesFactory.cs
  1. … 10 more files in changeset.
Removed unused references in Core.Components Related to Issue [WTI-1008]

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

Former-commit-id: 609cc49028edc15d18a4bf189793f6aa220a193d

Former-commit-id: 1768eb8b547e74819d6937c450b53f4a7ba43b6b

    • -2
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
  1. … 1 more file in changeset.
Review related changes Related to Issue [WTI-999]

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

Former-commit-id: fa94fd9e0dfbbddfa974fe7af7dec0f9a0dadffd

Former-commit-id: c719b27b817ee0dbe92eeba7e3f33a16a1cf093a

    • -5
    • +2
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -1
    • +0
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
Merged revision(s) from branches/WTI 999

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

Former-commit-id: 5fadfe734513e4c262a9189b33e5ac16db42dc8c

Former-commit-id: 9c31b58309b4af7f2b4124049c1a3b34f4acee4f

    • -6
    • +1
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -0
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -0
    • +39
    ./Core.Components.Charting/Data/ItemBasedChartData.cs
    • -2
    • +2
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -7
    • +7
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -64
    • +206
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -26
    • +15
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -45
    • +0
    ./Core.Components.OxyPlot/Converter/ChartDataCollectionConverter.cs
    • -80
    • +0
    ./Core.Components.OxyPlot/Converter/ChartDataConverter.cs
    • -24
    • +10
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -24
    • +11
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -28
    • +13
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -68
    • +0
    ./Core.Components.OxyPlot/Converter/ChartSeriesFactory.cs
  1. … 40 more files in changeset.
Applied some final improvements Related to Issue [WTI-999]

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

Former-commit-id: ec6bdeaefe5b7addeea42067b4c5792ba8789f09

Former-commit-id: 351e4dc3f585d26406adda4c2fa45b915d505dc0

    • -3
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -3
    • +3
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 6 more files in changeset.
Extended ChartControlTest Related to Issue [WTI-999]

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

Former-commit-id: a076b5f4b00d861257f46f9be75f1c1900c2fdab

Former-commit-id: f556d40900287ab9f37029976b6c62a35001ee37

    • -1
    • +5
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
  1. … 1 more file in changeset.
* Fixed some typos * Ensured TestFeatureBasedMapData is used Related to Issue [WTI-999]

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

Former-commit-id: ec81725a83205d65de9a7f2a7393ea1f212d13e6

Former-commit-id: d97b7f1bb8c3c44a2df7c84bb6d736bdaca4d4da

    • -4
    • +4
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 3 more files in changeset.
* Improved test coverage * Updated some comments Related to Issue [WTI-999]

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

Former-commit-id: bd635e9ed1c9a1b9ddd3cd442348a7ab32693669

Former-commit-id: ac4171129ed25de1155e8459a6fbc3246c0efce9

    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -2
    • +2
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -2
    • +12
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
  1. … 2 more files in changeset.
Added license headers Related to Issue [WTI-1008]

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

Former-commit-id: 3235c74f52d99b3df39c75d7d3a8b98524a4f39d

Former-commit-id: 79bfa0576c778b9f3524b1310baf43cab610ba6c

    • -0
    • +21
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
Applied some small improvements (after review of WTI 1018) Related to Issue [WTI-999]

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

Former-commit-id: 0b1efcd4ef96438be5939464e75495fcd087ef45

Former-commit-id: 648f6bbaaa9ea57610d0a2421134913bc4fe98ff

    • -4
    • +19
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartAreaDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartLineDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleAreaDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartPointDataSeries.cs
  1. … 2 more files in changeset.
Reverted some changes Related to Issue [WTI-1018]

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

Former-commit-id: 0dec34aa2738f461fa1db6941873c2e56d108458

Former-commit-id: c068ee08e4ee1796b475020b658217a636a70253

    • -0
    • +4
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
Review related changes Related to Issue [WTI-1018]

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

Former-commit-id: 05100945b1956fb659a1ff5626aa5c757294cb97

Former-commit-id: 7d4d29a055cc0496fed8e09e93711a6547719a34

    • -0
    • +12
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 26 more files in changeset.
Review related changes Related to Issue [WTI-1018]

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

Former-commit-id: dd3aa3df4a2906e8dcb2fbc630082f5b0bbf347a

Former-commit-id: 7bf8dff6ab95574555d16cb5ce2f64bbbb1152c7

    • -10
    • +10
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -13
    • +21
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
  1. … 1 more file in changeset.
Ensured series are correctly updated in ChartControl Related to Issue [WTI-999]

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

Former-commit-id: 63d462bd9ab56a4ed4c8ca4b69b9d55161354204

Former-commit-id: 45646df5f5f693c316c95ea496961189dfb75479

    • -0
    • +2
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
Fixed failing tests Related to Issue [WTI-999]

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

Former-commit-id: eca5818653c7997fdb17bed710bd4b420e2f2801

Former-commit-id: 41cc58af1303156b177b37cc61806b253c6714cc

    • -1
    • +1
    ./Core.Components.Charting.Forms/IChartControl.cs
  1. … 1 more file in changeset.
Refactored ChartDataControl Related to Issue [WTI-999]

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

Former-commit-id: cadf578bce865c7aaa484c055e0a84c233bad44a

Former-commit-id: c3e1392ba3e05072facf2b42f57af558c65623fd

    • -5
    • +0
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -78
    • +178
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
Added and integrated ChartMultipleAreaDataSeries Related to Issue [WTI-999]

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

Former-commit-id: 2856909db3d8c2654fdc84ce698a9ab465653f7d

Former-commit-id: 0ee6a612566481aef94a5486e3ce7973559ae3eb

    • -0
    • +1
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
    • -0
    • +69
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleAreaDataSeries.cs
    • -0
    • +6
    ./Core.Components.OxyPlot/DataSeries/ItemBasedChartDataSeriesFactory.cs
  1. … 1 more file in changeset.
Got rid of some PointBasedChartData occurrences Related to Issue [WTI-999]

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

Former-commit-id: 164995499af6a8a7c338bff6ca15b75d9c360335

Former-commit-id: 25eb150cc5311d39d7e2b87ad6654b8be9ae9472

    • -7
    • +7
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 1 more file in changeset.