Core.Plugins.OxyPlot.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup Related to Issue [WTI-274]

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

Former-commit-id: e0ec18f55498096c47b8af16e0766e83cc86babd

  1. … 2 more files in changeset.
Set data on Tree to null in Dispose so that the data is detached. Related to Issue [WTI-274]

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

Former-commit-id: 9017335712e652ec9541fbb4cc7e18251c2afab0

  1. … 1 more file in changeset.
Fixed compilation errors in OxyPlot.Test Related to Issue [WTI-184]

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

Former-commit-id: 5cd07d019a8341ea38ad6318a30cd0e5a63badfc

    • -30
    • +30
    ./Legend/AreaDataNodePresenterTest.cs
    • -201
    • +201
    ./Legend/ChartDataNodePresenterTest.cs
    • -30
    • +30
    ./Legend/LineDataNodePresenterTest.cs
    • -32
    • +32
    ./Legend/PointDataNodePresenterTest.cs
  1. … 1 more file in changeset.
Added other types of possible chart data to test. Related to Issue [WTI-272]

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

Former-commit-id: 36083637c38f38effe1f3d567d35a0378267ddbf

Introduced PointBasedChartData to reduce code clones. Refactored ChartDataConverter to improve robustness (prevented having to hard-cast ChartData in several places). Refactored ChartDataNodePresenter to fix open/closed principle violation. Related to Issue [WTI-272]

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

Former-commit-id: 20d64b9e77ec09070028225c9854f6e2ee14b173

    • -0
    • +30
    ./Legend/AreaDataNodePresenterTest.cs
    • -93
    • +127
    ./Legend/ChartDataNodePresenterTest.cs
    • -0
    • +30
    ./Legend/LineDataNodePresenterTest.cs
    • -0
    • +32
    ./Legend/PointDataNodePresenterTest.cs
  1. … 31 more files in changeset.
Made ribbon unfocusable so that clicking buttons would still keep focus on the chart view. Removed need of IObservable implementation on BaseChart. Related to Issue [WTI-274]

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

Former-commit-id: 15199b22206c82e44aadc77c83bd4b6eec21fbc3

  1. … 6 more files in changeset.
Merged revision(s) 1645-1673 from trunk Related to Issue [WTI-184]

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

Former-commit-id: b577ebfb0fefb8ea56e6ff1001d23342bd5f4cce

    • -5
    • +16
    ./Legend/ChartDataNodePresenterTest.cs
    • -20
    • +19
    ./Legend/ChartNodePresenterTest.cs
  1. … 6 more files in changeset.
Added docs and tests. Related to Issue [WTI-272]

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

Former-commit-id: 0eb48b02437195ee53ae98bbd809943ea8ac7634

    • -1
    • +0
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 21 more files in changeset.
Refactored BaseChart. Now works with ChartData.

Related to Issue [WTI-272]

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

Former-commit-id: 9c58e1087949f62bcddea33755edf715908218fb

    • -5
    • +17
    ./Legend/ChartDataNodePresenterTest.cs
    • -19
    • +19
    ./Legend/ChartNodePresenterTest.cs
  1. … 38 more files in changeset.
Got rid of Chart node presenters (old implementation) Related to Issue [WTI-184]

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

Former-commit-id: dc3c8ac5646193c0fcfec33a79744e251b418a3c

    • -156
    • +156
    ./Legend/ChartDataNodePresenterTest.cs
    • -162
    • +162
    ./Legend/ChartNodePresenterTest.cs
  1. … 7 more files in changeset.
Implemented ChartDataCollection and used this for Data in BaseChart so that ChartData can be added directly. Implemented LinearPlotView and DynamicPlotController which are used by BaseChart and moved view and controller logic from BaseChart to these new classes. Related to Issue [WTI-272]

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

Former-commit-id: ec29acef3e28a90d583ccbbcf2ed5013a69450bc

    • -1
    • +1
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 13 more files in changeset.
Moved Documentation of BaseChart to IChart. Made ChartData observable. Made BaseChart UserControl. Made ChartDataView a UserControl with a BaseChart on it. Related to Issue [WTI-272]

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

Former-commit-id: 3aae0c25453439276a6ef7bc4f1ce45b3e2e8c78

  1. … 12 more files in changeset.
Added zoom to all button in ribbon. Added ZoomToAll method in IChart.

Related to Issue [WTI-270]

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

Former-commit-id: 48a1c6a8b7967cbd78b4ebbcaeabc42c0c6736f5

  1. … 8 more files in changeset.
Added rectangle zoom button to ribbon. IChart now extends IObservable. Updates to buttons in ribbon are triggered by IChart changes. Related to Issue [WTI-270]

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

Former-commit-id: 16d6446b7a948a44668da565bb6ac0b751dd3258

  1. … 9 more files in changeset.
ChartingRibbon tests added. Related to Issue [WTI-270]

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

Former-commit-id: 433c2f69e14293a8035487b9aa12a7a60caa6d7c

  1. … 1 more file in changeset.
Chart is now set directly on the ChartingRibbon. - Removed classes that became obsolete. Introduced IChart interface. Related to Issue [WTI-270]

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

Former-commit-id: f30cc03707803e61423f4d6f7f53ed93f31e4405

    • -191
    • +0
    ./ChartingInteractionControllerTest.cs
    • -159
    • +0
    ./Commands/TogglePanningCommandTest.cs
  1. … 10 more files in changeset.
Removed all interaction functionality for charting. Added pan toggle button to charting ribbon. Introduced layers of abstraction in the form of ChartingInteractionController and IDocumentViewController.

Related to Issue [WTI-270]

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

Former-commit-id: 80c940f79f271dbfb0e2290fb80932b931acb7d3

    • -0
    • +191
    ./ChartingInteractionControllerTest.cs
    • -0
    • +159
    ./Commands/TogglePanningCommandTest.cs
  1. … 13 more files in changeset.
Added tests. Cleanup. Related to Issue [WTI-274]

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

Former-commit-id: 675f7c8cc34209645761723751eb4513ada52a1e

    • -16
    • +16
    ./Legend/ChartNodePresenterTest.cs
  1. … 1 more file in changeset.
Cleanup, documentation and tests. Related to Issue [WTI-274]

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

Former-commit-id: d3e9fb289212bd27637ad3279c34005d08cbbc18

    • -0
    • +63
    ./Legend/ChartDataNodePresenterTest.cs
    • -6
    • +114
    ./Legend/ChartNodePresenterTest.cs
  1. … 3 more files in changeset.
Added Core.Components.Charting.TestUtil with TestChartData. Moved common implementations of IChartData into a ChartData abstract class. Added docs. Added tests. Related to Issue [WTI-272]

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

Former-commit-id: b66c1e7be0f5de1f9d31ea1009b01a967511d702

    • -8
    • +4
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 24 more files in changeset.
Moved IChartData and its implementors LineData, AreaData and PointData to Core.Components.Charting so that chart data is separated from chart library specific logic. Related to Issue [WTI-272]

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

Former-commit-id: f5b69e86f3b2a6a6bcd4c212e38956819ea32ffe

    • -1
    • +3
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 34 more files in changeset.
Added keytips to buttons on ChartingRibbon. Removed OxyPlot packages from projects that don't need them. Removed OxyPlot references from projects that don't need them.

Related to Issue [WTI-272]

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

Former-commit-id: b5169e7830ea56108b4381b01653feae3af7db88

    • -1
    • +0
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 15 more files in changeset.
Hidden OxyPlot classes by removing inheritance of IChartData implementors. Added ISeries to return Series for IChartData implementors. Related to Issue [WTI-272]

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

Former-commit-id: 90677c52020d5821cd47fb5e36989ba86cf961cc

    • -4
    • +1
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 21 more files in changeset.
Renamed methods and interfaces to better meet their purpose. Added docs. Translated serie names. Cleaned up test AssemblyInfo. Failsafe implementation of unsupported IChartData in ChartDataNodePresenter. Related to Issue [WTI-272]

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

Former-commit-id: 594a82c7fd4f8cb7a148caf6a5f26ae4fb291b23

    • -9
    • +11
    ./Commands/ToggleLegendViewCommandTest.cs
    • -7
    • +8
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 21 more files in changeset.
Added SetVisibility for series on BaseChart (not sure if it'll stay there or is moved in IChartData interface) Series can be shown/hidden in the tree view. Grid lines are drawn over series so that solid areas can be drawn. Updating of the Data on the LegendTreeView has been moved from LegendView to the LegendTreeView.

Related to Issue [WTI-273]

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

Former-commit-id: 1809ca028358e6bf61aca3caaa673b302933a8aa

    • -1
    • +3
    ./Legend/ChartDataNodePresenterTest.cs
  1. … 6 more files in changeset.
Keep track whether the OxyPlotGuiPlugin has been activated. Fixed test expectation Related to Issue [WTI-269]

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

Former-commit-id: 712a616b9295852e608d3e0f720871860552d9bf

  1. … 1 more file in changeset.
Proper detachment of activeViewChanged Event. Related to Issue [WTI-269]

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

Former-commit-id: 013597d4a46a4b7ce0958a45e67467dbacd2baaa

  1. … 1 more file in changeset.
fixed compilation error. Related to Issue [WTI-272]

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

Former-commit-id: da9e1d9c1dac8afc312f2b88370525bf3727f6df

Added tests for - ChartDataNodePresenter - ChartNodePresenter - LegendTreeView Related to Issue [WTI-272]

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

Former-commit-id: 488d11fe6903e80e978eb27ffe037262635e7e77

    • -0
    • +163
    ./ChartingRibbonTest.cs
    • -0
    • +96
    ./Legend/ChartDataNodePresenterTest.cs
    • -0
    • +55
    ./Legend/ChartNodePresenterTest.cs
    • -0
    • +22
    ./Legend/LegendTreeViewTest.cs
  1. … 6 more files in changeset.
Introduced Core.Components.OxyPlot.Forms, so that model and view is separated. Extracted NodePresenter classes from LegendTreeView. Ensured minimum size of a plot, so that no exception should occur if the containing form becomes too small. ChartingGuiPlugin no longer gets loaded.

Related to Issue [WTI-272]

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

Former-commit-id: 71594203a15b54554bf9cbaa93f507167a4eb2f3

  1. … 27 more files in changeset.