Core.Plugins.OxyPlot.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Have AreaData, LineData and PointData inherrit from OxyPlot classes rather than having a reference. Added icons ChartNodePresenter and ChartDataNodePresenter. Removed the toolbar from the LegendView, because it is superfluous for now.

Related to Issue [WTI-272]

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

Former-commit-id: fccdc480a2f28b0472fcbcbf69d35a06c68f9585

  1. … 12 more files in changeset.
Added ActiveView property on IGui. Fixed issue with removing chat legend while chart data is set. Showing legend also checks for currently active chart view data. Related to Issue [WTI-272]

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

Former-commit-id: fab169e30e15b26ac322888a56f62e4a76dbf86f

  1. … 12 more files in changeset.
Cleaned up some parts of MainWindow.xaml.cs as I was trying to improve on the solution of restoring the LegendView on startup. Added Chart property to IChartView to easily retrieve the BaseChart component on it. LegendController updates the LegendView if a IChartView is selected.

Related to Issue [WTI-272]

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

Former-commit-id: e54be1c279a4051ce7874a59a5e7ae3f3b8035c0

  1. … 13 more files in changeset.
Added OpenToolView and CloseToolView for IGui. Added LegendView toggle button to ribbon. Moved Commands in Commands sub dir. Extracted IOxyPlotGuiPlugin with specific OxyPlot Gui related member definitions. Added simple LegendView. Moved command initialization logic to OxyPlotGuiPlugin Related to Issue [WTI-272]

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

Former-commit-id: 868073917650170d494edccbcd4317fbd2b8d917

    • -0
    • +53
    ./Commands/OpenChartViewCommandTest.cs
    • -0
    • +88
    ./Commands/ToggleLegendViewCommandTest.cs
    • -0
    • +93
    ./Legend/LegendControllerTest.cs
    • -0
    • +51
    ./Legend/LegendViewTest.cs
  1. … 18 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

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

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 70 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

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

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 70 more files in changeset.
Added GUI tests for the oxyplot ribbon. Related to Issue [WTI-269]

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

Former-commit-id: 3ad5674dc12fd0474495b14804634a1f520da4f4

Add ActiveViewChanged event on RingtoetsGui. ActiveViewChanged event used by OxyPlotGuiPlugin to show or hide the charting contextual ribbon tab. Made return type of GetRibbonControl explicit. Changed titles of contextual group and tab in Core.Plugins.Charting Ribbon, so that this does not get merged with the OxyPlot contextual group and tab. Related to Issue [WTI-269]

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

Former-commit-id: 95809b452069bf49ee502d23febc184dec4fed70

  1. … 20 more files in changeset.
Fixed issues with configuration. Related to Issue [WTI-266]

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

Former-commit-id: a317121698fec1c564e4223b5b10ae56d17f69cd

  1. … 2 more files in changeset.
Added test for Core.Plugins.OxyPlot Related to Issue [WTI-268]

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

Former-commit-id: 7049c770e7736c3b12fd80a6bed14924c173038b

    • -0
    • +74
    ./Forms/ChartDataViewTest.cs
    • -0
    • +52
    ./OpenChartViewCommandTest.cs
    • -0
    • +40
    ./OxyPlotGuiPluginTest.cs
  1. … 1 more file in changeset.
Initial setup of the oxyplot projects. Related to Issue [WTI-266]

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

Former-commit-id: 782c85638aeef5bd7f109219357499ec0c45ec1a

    • -0
    • +61
    ./Core.Plugins.OxyPlot.Test.csproj
    • -0
    • +36
    ./Properties/AssemblyInfo.cs
  1. … 8 more files in changeset.