src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -0
    • +7
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -0
    • +45
    ./Core.Plugins.Chart/PropertyClasses/ChartDataCollectionProperties.cs
    • -0
    • +42
    ./Core.Plugins.Chart/PropertyClasses/ChartDataContextProperties.cs
  1. … 12 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

    • -0
    • +37
    ./Core.Plugins.Map/Converters/MapColorConverter.cs
    • -0
    • +2
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -0
    • +82
    ./Core.Plugins.Map/UITypeEditors/ColorEditor.cs
  1. … 5 more files in changeset.
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

    • -12
    • +12
    ./Core.Plugins.Chart/ChartPlugin.cs
    • -7
    • +31
    ./Core.Plugins.Chart/Legend/ChartLegendView.cs
  1. … 9 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.Plugins.Chart/Core.Plugins.Chart.csproj
    • -1
    • +0
    ./Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj
    • -1
    • +0
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
  1. … 40 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

    • -40
    • +9
    ./Core.Plugins.Chart/Legend/ChartLegendView.cs
  1. … 34 more files in changeset.
Added styling properties in MapPointDataProperties Related to Issue [WTI-1267]

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

Former-commit-id: e45b9ce043e94e3ac66591c593c35894bc64ed2f

Former-commit-id: c378a5145d9767c5458f237162df8a43790d7d81

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

    • -5
    • +6
    ./Core.Plugins.Chart/Legend/ChartLegendController.cs
  1. … 3 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
    • +1
    ./Core.Plugins.Chart/ChartingRibbon.xaml.cs
    • -3
    • +15
    ./Core.Plugins.Chart/Legend/ChartLegendController.cs
    • -3
    • +140
    ./Core.Plugins.Chart/Legend/ChartLegendView.cs
    • -23
    • +58
    ./Core.Plugins.Chart/Properties/Resources.Designer.cs
  1. … 17 more files 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

  1. … 11 more files in changeset.
Incorporated comments review 1719: - Moved FileFilterGenerator from Core.Common.Gui to Utils: -- Added references to projects that require Utils -- Moved FileFilterGenerator related resources from Core.Common.Base to Utils -- Deleted redundant test class ExpectedFileTest - Adjusted test names - Added XML docs Related to Issue [WTI-1242]

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

Former-commit-id: 865b42401cd8168aa4aca7e8d048391d42f2b2da

Former-commit-id: bb0f3b2386007e10aadbec61e8f57178409c38df

  1. … 102 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.Plugins.Chart/ChartingRibbon.xaml
    • -1
    • +1
    ./Core.Plugins.Chart/ChartingRibbon.xaml.cs
    • -1
    • +1
    ./Core.Plugins.Chart/Commands/ToggleLegendViewCommand.cs
    • -1
    • +1
    ./Core.Plugins.Chart/Legend/ChartLegendController.cs
    • -1
    • +1
    ./Core.Plugins.Chart/Legend/ChartLegendView.Designer.cs
    • -1
    • +1
    ./Core.Plugins.CommonTools/CommonToolsPlugin.cs
    • -1
    • +1
    ./Core.Plugins.Map/Commands/ToggleMapLegendViewCommand.cs
    • -1
    • +1
    ./Core.Plugins.Map/Legend/MapLegendController.cs
  1. … 803 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.Plugins.Chart/Legend/ChartLegendController.cs
    • -4
    • +1
    ./Core.Plugins.ProjectExplorer/ProjectExplorer.cs
    • -4
    • +1
    ./Core.Plugins.ProjectExplorer/ProjectExplorerViewController.cs
  1. … 32 more files in changeset.
removed app.config Related to Issue [WTI-1242]

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

Former-commit-id: 2f44817dcc59ec44d09f313cdb22d2896e5fe2fc

Former-commit-id: 0eb2c34479a5f74243ffb40dccd0dfa81d0a04e3

    • -1
    • +0
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
  1. … 14 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. … 29 more files in changeset.
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

    • -17
    • +0
    ./Core.Plugins.Map/Core.Plugins.Map.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

    • -4
    • +4
    ./Core.Plugins.Map/Legend/MapLegendView.cs
    • -6
    • +6
    ./Core.Plugins.ProjectExplorer/ProjectExplorerPlugin.cs
  1. … 286 more files in changeset.
Fixed all license headers for Core.Plugins Related to Issue [WTI-1242]

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

Former-commit-id: a97b8f8434306f771664ef28b73d1867acbf854f

Former-commit-id: 9fe25816febd971fd13431dc34986324dc5d8a1b

    • -2
    • +1
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 5 more files in changeset.
Added documentation to all exception constructors with serialized data. Related to Issue [WTI-1203]

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

Former-commit-id: 8455520804e57e2c4c596b7ef976c54462dd263c

Former-commit-id: 4c47e334352bbb341bc1ca4de2916c3f2556cb42

    • -0
    • +11
    ./Core.Plugins.ProjectExplorer/Exceptions/PluginActivationException.cs
  1. … 33 more files in changeset.
Improvements after review. Related to Issue [WTI-1143]

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

Former-commit-id: 61a3ea7e63971f7dac1d89909003a39621ea4894

Former-commit-id: e0301c2944a13792c06369904cb0b5ae415a777d

    • -2
    • +2
    ./Core.Plugins.ProjectExplorer/Exceptions/PluginActivationException.cs
  1. … 34 more files in changeset.
Renamed FileFilter property to FileFilterGenerator and related variable names. Related to Issue [WTI-1070]

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

Former-commit-id: 26fa00f166cf716d8128b6e85a5e47b43d87f8ff

Former-commit-id: 205364c3370b26b230c4f5dcd7ddb5a86ce7f874

  1. … 46 more files in changeset.
Removed obsolete FileResult. Renamed ExpectedFile to FileFilterGenerator. Updated doc and performed cleanups. Other small improvements. Related to Issue [WTI-1070]

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

Former-commit-id: c7a7dde63238ab597409a15fa06e4403571bd27c

Former-commit-id: 20d5e5224cd7fb10ee003e29defbe3c4268fe344

  1. … 69 more files in changeset.
Changed file filter type of ImportInfo and ExportInfo to ExpectedFile. Related to Issue [WTI-1093]

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

Former-commit-id: cb521aa99f8ab2aae9fe1e8e140c89e980df0b38

Former-commit-id: 66e86c3638367473d67986cb1c8ec92faa4562a9

  1. … 49 more files in changeset.
Ensured MapLegendView does not propagate selection changes when setting new data Related to Issue [WTI-1052]

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

Former-commit-id: fa3bbc7dfafa1d20a1fa16916725ee57fd1f8265

Former-commit-id: a01f3c0bc8b2302fcbdf9cecfd4e9aa8d3600972

    • -1
    • +10
    ./Core.Plugins.Map/Legend/MapLegendView.cs
  1. … 1 more file in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

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

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -0
    • +11
    ./Core.Plugins.Map/app.config
  1. … 210 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -1
    • +1
    ./Core.Plugins.Chart/Legend/ChartLegendController.cs
    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/Commands/ToggleProjectExplorerCommand.cs
    • -2
    • +2
    ./Core.Plugins.ProjectExplorer/ProjectExplorer.cs
    • -3
    • +3
    ./Core.Plugins.ProjectExplorer/ProjectExplorerViewController.cs
  1. … 279 more files in changeset.
Use of nameof operator in Resource* attributes. Reviewed by: bouvrie

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

Former-commit-id: f5bb0e00d51b1760f788726105a1fc99df20e024

Former-commit-id: 2624919c5c7a37b1da3486ef3d4dd8d40c6f62c5

  1. … 81 more files in changeset.
Ran Deltares cleanup after review. Related to Issue [WTI-300]

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

Former-commit-id: 58b009daca251390231f6047673a0cdff81e1fd4

Former-commit-id: 08b023edb2f6da739215c551e58bc1868856dc8a

    • -1
    • +0
    ./Core.Plugins.Map/Legend/MapLegendView.cs
  1. … 3 more files in changeset.
- Improved no features scenario and message. Related to Issue [WTI-300]

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

Former-commit-id: d642a308ce2bca605ccde93d52618b937bc9f5ec

Former-commit-id: 426eebb1a01d491cd63a2f4fe823f0f264b911de

    • -18
    • +27
    ./Core.Plugins.Map/Legend/MapLegendView.cs
  1. … 1 more file in changeset.
Adapted some resources Related to Issue [WTI-300]

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

Former-commit-id: ff07846421d51ee3a3783499615b75309193473b

Former-commit-id: 12b3ada125bc5f7d13efb93622cec5ba263cae2c

  1. … 4 more files in changeset.
Refactored some methods in MapLegendView. Related to Issue [WTI-300]

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

Former-commit-id: 323b099007461edbc1477a83b68f473c552052b2

Former-commit-id: 60af79edaaaea31a549504250c9f9c17bb27776f

    • -45
    • +44
    ./Core.Plugins.Map/Legend/MapLegendView.cs