Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added ChartControl tests for zooming to data. Cleaned up MapControlTest Related to Issue [WTI-1272]

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

Former-commit-id: 61a05a0aae9d2f0e4460bc768a8201cf2922473d

Former-commit-id: 0265032556763ff8ed1b547a2cb38a16255a50c6

    • -15
    • +17
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 3 more files in changeset.
Passed ChartControl to open ChartLegendView Implement setting extent into LinearPlotView which also takes data with ranges smaller than the minimum range into account (for example points). Related to Issue [WTI-1272]

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

Former-commit-id: 3cda96f03f5b59ce899ed86516c91053ad94ef68

Former-commit-id: f9e0b05cd5e87363dc9681efb0bf4267edaab1ab

    • -11
    • +10
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +33
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 3 more files in changeset.
Removed obsolete ItemBasedChartData and renamed or removed (whatever applicable) related classes. Related to Issue [WTI-1272]

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

Former-commit-id: 9d8e541c7628108b41e7caa029f469b42f0402ec

Former-commit-id: 12281f570cadee88799cb06062566f4577e68fed

    • -1
    • +0
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
    • -39
    • +0
    ./Core.Components.Charting/Data/ItemBasedChartData.cs
    • -2
    • +2
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -41
    • +41
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -0
    • +94
    ./Core.Components.OxyPlot/Converter/ChartDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -2
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -94
    • +0
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
    • -3
    • +3
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartAreaDataSeries.cs
  1. … 28 more files in changeset.
Implemented zoom to data functionality in the ChartControl. Added HasData to the ChartData definition and created implementation where required. Implemented context menu's for chart data. Related to Issue [WTI-1272]

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

Former-commit-id: bb0852c3faf147860d604754c23eb9cc94a98bc9

Former-commit-id: 1c631ede422e542fc1ce61edc453cee31acfc7dc

    • -1
    • +10
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -0
    • +5
    ./Core.Components.Charting/Data/ChartData.cs
    • -0
    • +9
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -0
    • +8
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -0
    • +8
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
    • -0
    • +9
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -2
    • +73
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +1
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -0
    • +112
    ./Core.Components.OxyPlot.Forms/Extent.cs
  1. … 14 more files in changeset.
Performed some small review changes Related to Issue [WTI-1248]

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

Former-commit-id: 69ecd2b07e3ef5d6a2d2db2e7375dbe5671537a1

Former-commit-id: e2d6da90a6a95af7197884ba7c2ea9a53e425d90

    • -3
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
  1. … 7 more files in changeset.
Implemented new suggestion for styling of the wave conditions input view. Wave conditions input view now reacts on a change of the hydraulic boundary location that is selected in the calculation. Related to Issue [WTI-1248]

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

Former-commit-id: e5e552bcec7fe1e645c4f48d314ecd1ae4ba6b9f

Former-commit-id: 81f02d09bfae462736ca5f69a7b86256a02a9db6

    • -0
    • +19
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -4
    • +10
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
  1. … 14 more files in changeset.
Made all chart data and map data factories internal when possible. Related to Issue [WTI-1248]

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

Former-commit-id: 271c83d8cbbc95639cf29e35697fc8bbd584fac4

Former-commit-id: 655949ed053148a7b16d89d3bdaf0a319a870c7b

    • -1
    • +1
    ./Core.Components.OxyPlot/DataSeries/ItemBasedChartDataSeriesFactory.cs
  1. … 8 more files in changeset.
Improvements after review. Related to Issue [WTI-1248]

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

Former-commit-id: 82b99d2ecdee461e4747a5dbef7c27f368831377

Former-commit-id: 9243381c49069c61f396e3ccd7dd3c491882f2a9

    • -27
    • +19
    ./Core.Components.OxyPlot/CustomSeries/MultipleAreaSeries.cs
    • -15
    • +14
    ./Core.Components.OxyPlot/CustomSeries/MultipleLineSeries.cs
  1. … 10 more files in changeset.
Merged revision(s) 9646-9647 from branches/Release/17_1

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

Former-commit-id: 71d97f5ad193b16f6ac11a81aaca8d5e1a875762

Former-commit-id: 578acbd13920358c5710e77d616106d572ee8291

    • -1
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
Ensured background layer is taken into account when reordering layers in MapControl Related to Issue [WTI-1261]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9646 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0b98613d251187833af78bd1b7eceab516ece223

Former-commit-id: ce5f0688bfd2eec21a5930d2dd066a61f74b34ba

    • -1
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
- Implemented custom series for multiple line data. - Implemented converter and data series for multiple line data. - Updated ChartLegendView. Related to Issue [WTI-1248]

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

Former-commit-id: b1815106d6969a2a31de9c30fb6f67dfdd8b151f

Former-commit-id: c37de19f926dc98e26bc857390705b65ac7caaf5

    • -0
    • +55
    ./Core.Components.OxyPlot/Converter/ChartMultipleLineDataConverter.cs
    • -0
    • +3
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
    • -0
    • +140
    ./Core.Components.OxyPlot/CustomSeries/MultipleLineSeries.cs
    • -0
    • +72
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleLineDataSeries.cs
    • -0
    • +6
    ./Core.Components.OxyPlot/DataSeries/ItemBasedChartDataSeriesFactory.cs
  1. … 7 more files in changeset.
Introduced ChartMultipleLineData so we can draw all water levels in one chart layer. Related to Issue [WTI-1248]

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

Former-commit-id: af04a6b97475390ec4f05a18fd9e51d0e8f8f1a0

Former-commit-id: dc11e88c002b0b96d3829e13bf3f49a0f0189404

    • -0
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -0
    • +82
    ./Core.Components.Charting/Data/ChartMultipleLineData.cs
  1. … 2 more files in changeset.
Made log protected in FileImporterBase so that it does not need to be redefined in every derived class.

Added ImporterMessageProvider to HeightStructuresImporter

Related to Issue [WTI-1172]

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

Former-commit-id: 18b09bf50076c0eaccae389821c9ac113134842b

Former-commit-id: d93a304524fa87b7f29477774b255df20f3e5864

    • -6
    • +2
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 17 more files in changeset.
Updated 2016 to 2017 in GlobalAssembly and all resources.

Related to Issue [WTI-1242]

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

Former-commit-id: 920b02679f77671e519ce0c82932dbf0c3440a4a

Former-commit-id: 1cfc80291062aa52b67cba09ea14a4eebde9dc0a

  1. … 10 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

    • -1
    • +1
    ./Core.Components.BruTile.Data/BruTileSettings.cs
    • -1
    • +1
    ./Core.Components.BruTile.Data/packages.config
    • -1
    • +1
    ./Core.Components.BruTile.Forms/BrutileConfigurationFactory.cs
    • -1
    • +1
    ./Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs
    • -1
    • +1
    ./Core.Components.BruTile.Forms/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Core.Components.BruTile.Forms/packages.config
    • -1
    • +1
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -1
    • +1
    ./Core.Components.BruTile.IO/ITileFetcher.cs
    • -1
    • +1
    ./Core.Components.BruTile.IO/NoopTileCache.cs
    • -1
    • +1
    ./Core.Components.BruTile.IO/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Core.Components.BruTile.IO/TileReceivedEventArgs.cs
    • -1
    • +1
    ./Core.Components.BruTile.IO/packages.config
  1. … 803 more files in changeset.
Removed unused using alias directives. Related to Issue [WTI-1242]

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

Former-commit-id: 6383432bec45c70cf621e4dbbd49286fb552eaa1

Former-commit-id: 7fd585c980f3b201d45a0cf6cab0c4a66d3286ad

    • -1
    • +0
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 35 more files in changeset.
- Merged conditional ?: expressions into conditional access. - Merged sequential checks in && or || expressions.

Paired with berg_jl

Related to Issue [WTI-1242]

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

Former-commit-id: 046b2480e95cfbe00503c7529eef55b577d7c563

Former-commit-id: b458cfeda0d4eeff999fab9ba59e439bcb9c9526

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -2
    • +2
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 38 more files in changeset.
Used null propagation where suggested. Related to Issue [WTI-1242]

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

Former-commit-id: 6d1d55a48f678a84b1d7b6279d945d2de8ee71a2

Former-commit-id: ac6b4dc77ee63a4b3e313075cebd822f4d32f432

    • -4
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -4
    • +1
    ./Core.Components.Gis.IO/Writers/ShapeFileWriterBase.cs
  1. … 34 more files in changeset.
removed app.config Related to Issue [WTI-1242]

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

Former-commit-id: f5933b325c6f8dd67b5e245d8d8d3ee0d19f169b

Former-commit-id: 80bc17775bca06cb45e9c102f79fefdbd510b520

    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -32
    • +0
    ./Core.Components.DotSpatial.Forms/app.config
  1. … 6 more files in changeset.
Corrected Visual Studio Code Analysis issues. For more details, see issue comments Related to Issue [WTI-1242]

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

Former-commit-id: 029caf889615600ae63bfeaa1f87db6399b9c875

Former-commit-id: a794c1d278f4010beaa6275d6287c7840a124a0a

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 7 more files in changeset.
Moved SettingsHelper.cs to Core.Common.Utils Related to Issue [WTI-1250]

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

Former-commit-id: 09302a2b2ecc70cf41788beb1eba3dbff0606111

Former-commit-id: a095bf6913555053a8171c64ca9349a31a7ddadf

    • -1
    • +1
    ./Core.Components.BruTile.Data/BruTileSettings.cs
    • -3
    • +3
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -5
    • +5
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 58 more files in changeset.
Removed app.config Related to Issue [WTI-1242]

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

Former-commit-id: a1a6750d904b30c0a3a26d4f890ff259c4223ee1

Former-commit-id: 5f447ea9e038c484e9825443190cda5a9c1d5632

    • -1
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -32
    • +0
    ./Core.Components.DotSpatial/app.config
  1. … 2 more files in changeset.
Applied cleanup over Ringtoets.Core Related to Issue [WTI-1242]

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

Former-commit-id: e79666c3005d8749a1973fc827c38a6e17a64dfd

Former-commit-id: d1b69716d861a8986cd3fb3e1426d5be26758c48

  1. … 30 more files in changeset.
Corrected Resharper code inspection issues: - Removed unused references, parameters, classes, variables or files - Adjusted XML docs for correctness - Inlined variables and string literals - Made public local test class into a private test class Related to Issue [WTI-1242]

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

Former-commit-id: f318b443fa987378be9cc263efda0bc6f424c935

Former-commit-id: c4b73b7817552566b02e4c0506b9caefe041b869

    • -1
    • +1
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
  1. … 29 more files in changeset.
Ensure copy local is correctly set for project references Related to Issue [WTI-1242]

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

Former-commit-id: 7b94025ba9e4e45d20ac4cb256c91292982914d5

Former-commit-id: fbb31bb8b59eaf40e69ff71d4b0f7f25912411a2

    • -0
    • +1
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
Removed unused dll references (up till WaveImpactAsphaltCover) Related to Issue [WTI-1242]

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

Former-commit-id: d0cf8adc15c73dfce00ead6e93d7a6f5393241ab

Former-commit-id: 27dce050eda3480ecd68f6c074e14e1c3e12b459

    • -1
    • +0
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -15
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
  1. … 96 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

    • -1
    • +1
    ./Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs
    • -1
    • +2
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -6
    • +2
    ./Core.Components.BruTile.IO/NoopTileCache.cs
    • -1
    • +1
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -1
    • +1
    ./Core.Components.BruTile/FileCacheManager.cs
    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
    • -17
    • +17
    ./Core.Components.DotSpatial.Forms/WmtsBackgroundLayerStatus.cs
    • -4
    • +4
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -3
    • +4
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/MapFunctions/MapFunctionSelectionZoom.cs
    • -2
    • +2
    ./Core.Components.DotSpatial/Projections/ReprojectExtensions.cs
  1. … 276 more files in changeset.
Fixed all license headers for Core.Components Related to Issue [WTI-1242]

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

Former-commit-id: 91a6d1ea7dcece6df5aa2db433aada7c8cabf4c1

Former-commit-id: 11edcf185e344d71e536039fea4860660eddac0e

    • -1
    • +0
    ./Core.Components.BruTile.Data/packages.config
    • -2
    • +1
    ./Core.Components.BruTile.IO/packages.config
    • -2
    • +1
    ./Core.Components.BruTile/packages.config
    • -2
    • +1
    ./Core.Components.DotSpatial.Forms/app.config
    • -2
    • +1
    ./Core.Components.DotSpatial.Forms/packages.config
    • -2
    • +1
    ./Core.Components.DotSpatial/app.config
    • -2
    • +1
    ./Core.Components.DotSpatial/packages.config
    • -1
    • +0
    ./Core.Components.Gis.Forms/packages.config
    • -3
    • +1
    ./Core.Components.Gis.IO/Resources/defaultwmtsconnectioninfo.config
    • -3
    • +1
    ./Core.Components.Gis.IO/packages.config
    • -2
    • +1
    ./Core.Components.OxyPlot.Forms/packages.config
    • -2
    • +1
    ./Core.Components.OxyPlot/packages.config
  1. … 24 more files in changeset.
Added activeMapData as a field to WmtsLocationControl so that it can be selected after connect. Related to Issue [WTI-1241]

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

Former-commit-id: 941c8af8b79632ef229e16fe2d8b198dd70c782f

Former-commit-id: 6e1080b2a9b6b37c220807a97d925d99b2f29418

    • -9
    • +11
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 1 more file in changeset.
Removed automatic connection to wmts sources. Related to Issue [WTI-1241]

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

Former-commit-id: 1af39974562dae5c69887da1afc64a0a58fbb98f

Former-commit-id: f110a79b3e6b370d05d1565b717cf1995f342827

    • -20
    • +20
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 3 more files in changeset.