Core.Plugins.Chart

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduced property classes for all the chart data classes Related to Issue [WTI-1269]

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

Former-commit-id: 1b5422b191a6e2811af60b48c9bdfcd4b66656f8

Former-commit-id: c86c294c8aa8c34c3bdcbf4a2cdac7a2441bc271

    • -0
    • +40
    ./PropertyClasses/ChartAreaDataProperties.cs
    • -2
    • +4
    ./PropertyClasses/ChartDataProperties.cs
    • -0
    • +40
    ./PropertyClasses/ChartLineDataProperties.cs
    • -0
    • +40
    ./PropertyClasses/ChartMultipleAreaDataProperties.cs
    • -0
    • +40
    ./PropertyClasses/ChartMultipleLineDataProperties.cs
    • -0
    • +40
    ./PropertyClasses/ChartPointDataProperties.cs
    • -0
    • +40
    ./PropertyClasses/PointBasedChartDataProperties.cs
  1. … 8 more files in changeset.
Renamed the ChartDataContextProperties: - Will serve as a baseclass for all the other chart data classes Related to Issue [WTI-1269]

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

Former-commit-id: 8dbc69b9caae66224093f52e539234433736afff

Former-commit-id: 92b4708ad5556877096865500675edfc197e465d

    • -42
    • +0
    ./PropertyClasses/ChartDataContextProperties.cs
    • -0
    • +70
    ./PropertyClasses/ChartDataProperties.cs
  1. … 4 more files in changeset.
Improved selection logic in the legendview: - Added logic to return the wrapped data of a context when an nested node is selected in the treeview -- Added test to verify that the correct root and nested node are returned upon selection

Related to Issue [WTI-1269]

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

Former-commit-id: 827fa0357d089e9ee6472a5376930d82bc8c8202

Former-commit-id: 2aa36b9b67a946f77cf04d78789fc5dc218bb3b5

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

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

  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. … 42 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. … 34 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

  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

    • -23
    • +58
    ./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.
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
    ./PresentationObjects/ChartDataContext.cs
  1. … 807 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

  1. … 34 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

    • -10
    • +2
    ./PresentationObjects/ChartDataContext.cs
  1. … 289 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

  1. … 8 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
    ./PresentationObjects/ChartDataContext.cs
  1. … 283 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. … 219 more files in changeset.
Added failure mechanism view for closing structures failure mechanism. removed space in #region definitions Related to Issue [WTI-843]

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

Former-commit-id: 54c23113f14f877bd6b881f94a3f0f5927872cf7

Former-commit-id: db00e7f0e723cd5df4eb3e55427b7ca1b07ec77b

  1. … 28 more files in changeset.
* Cleanup Core.Plugins test and source projects. * Cleanup Demo.Ringtoets test and source projects. Related to Issue [WTI-737]

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

Former-commit-id: fe307a4e821c34daeb01025d8a3330ee640e35d0

Former-commit-id: fd27b97e2d27f67d0d1ccc1ebf06332563f1eb9b

  1. … 23 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

    • -0
    • +21
    ./Legend/ChartLegendView.Designer.cs
  1. … 307 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

  1. … 53 more files in changeset.
Removing redundant code Related to Issue [WTI-737]

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

Former-commit-id: 3ad979f863041c200668e35f66dfc38d6628d5a2

Former-commit-id: 8007423c2200ae76000c22f867c807aca09448c5

  1. … 37 more files in changeset.
* All code-base projects are now taken into account with code-coverage reports. * All test-base projects are now no longer taken into account with code-coverage reports. Related to Issue [WTI-737]

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

Former-commit-id: 9a45b3c0015e847c8e5895ffeff093009b19c33a

Former-commit-id: 54c44c643db1bc4daf56012aab10e3bec6eea1f5

  1. … 62 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 8e40ae01ad414c8db7cb7da2efe756dff66139da

Former-commit-id: a51215a3a84afdeb1836c566e67f58cea5d094e3

  1. … 12 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

  1. … 110 more files in changeset.
Merged revision(s) from branches/WTI 757

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

Former-commit-id: 40a88103dce0ad8463ad013cb2a3e79832191624

Former-commit-id: 5a25a63e8182698a9ce1bb0e44b262e019c39c7b

  1. … 84 more files in changeset.
Fixed some ReSharper coding issues Related to Issue [WTI-757]

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

Former-commit-id: d11c014b155f839691f304523e1996ef127ddf0e

Former-commit-id: 4981d5bd6423b4a2b3b302aad368d7100d8209f1

  1. … 17 more files in changeset.
Merged revision(s) from branches/WTI 676

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

Former-commit-id: 9a7434db0106e507912ae4b8ae213160b0deb65d

Former-commit-id: da60477b596e006d0aec187bdc2e74006878e477

  1. … 62 more files in changeset.
Renamed List property of ChartDataCollection to Collection Related to Issue [WTI-676]

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

Former-commit-id: 6a11d9aab4784127dfa24560abc6fd0272de7eb3

Former-commit-id: 692ef3b161f01fa055d26a29ab40c96d97250781

  1. … 11 more files in changeset.
Refactored ChartDataCollection Related to Issue [WTI-676]

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

Former-commit-id: b6a44b9705d82bab05fc32fbd79f9105b07d50b9

Former-commit-id: 685cf214c775bc2cc16c23b8baeb76b25e5f0642

  1. … 14 more files in changeset.
- Fixed drop issue in chart legend view. - Fixed update issue with IsChecked. Related to Issue [WTI-676]

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

Former-commit-id: 8813fba45286d28275c2cbb15ef84c9d32a0f045

Former-commit-id: baa412ec33a2f1c60f62c097240ff9514da55ffd

    • -1
    • +1
    ./PresentationObjects/ChartDataContext.cs
  1. … 2 more files in changeset.