Core.Plugins.OxyPlot.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Code cleanup. Replaced mock of TreeViewControl with actual TreeViewControl instance where possible. Dispose SurfaceLine selection view and DikeProfile selection views (for when generating calculations) Related to Issue [WTI-634]

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

Former-commit-id: e6c6a59d721729e2c0c05006ba933b0e05f19620

Former-commit-id: e2e1fef2cb68042001aab2c8c9a639e1ea4b0139

    • -16
    • +15
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 38 more files in changeset.
Simplified test. Related to Issue [WTI-135]

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

Former-commit-id: d5eeefcb45e5ba6c63741933c7bbf8df1e4c3fdd

Former-commit-id: 9a9acefa6fbe1619dec56105eb1dd40867d6b35d

- Refactored tuple<double, double> to Point2D in PointBasedChartData. Related to Issue [WTI-135]

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

Former-commit-id: 4ec64b86855c6dd247a7bbdc040e949819b4aabd

Former-commit-id: 14c994986efc16b9a9bba51236f4a310e7aac2e3

    • -7
    • +8
    ./Legend/ChartAreaDataTreeNodeInfoTest.cs
    • -7
    • +8
    ./Legend/ChartLineDataTreeNodeInfoTest.cs
    • -7
    • +8
    ./Legend/ChartPointDataTreeNodeInfoTest.cs
  1. … 22 more files in changeset.
- Changed the data structure of the ChartControl so we can add and update data in a view. - Added methods to ChartDataCollection to edit the list. - Fixed some tests. Related to Issue [WTI-135]

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

Former-commit-id: abfd75d0a45e6197411e43b14c8f05992c45cb91

Former-commit-id: fed8754c0d53e6b4f6f0b246b0e925948791d52c

  1. … 14 more files in changeset.
Changes after review. Related to Issue [WTI-454]

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

Former-commit-id: d793f819fa34ca54997b8c28a5a393a217706fbd

Former-commit-id: e86c387a18065a9241df7d9447b6fcd84e4373f4

  1. … 15 more files in changeset.
- Renamed Legend Controller and view with prefix Chart. - Renamed TreeNodeInfoTests so it corresponds with the actual data. - Implemented name of chart data to show in ChartLegendView.

Related to Issue [WTI-454]

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

Former-commit-id: 25fb7ac4bd8dfa6471fd199784bf7b25f33d3a3c

Former-commit-id: dfccb87599e485709c158f0cd36632278245bf03

    • -7
    • +7
    ./Commands/ToggleLegendViewCommandTest.cs
    • -190
    • +0
    ./Legend/AreaDataTreeNodeInfoTest.cs
    • -0
    • +190
    ./Legend/ChartAreaDataTreeNodeInfoTest.cs
    • -6
    • +6
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -0
    • +97
    ./Legend/ChartLegendControllerTest.cs
    • -0
    • +95
    ./Legend/ChartLegendViewTest.cs
    • -0
    • +190
    ./Legend/ChartLineDataTreeNodeInfoTest.cs
    • -0
    • +190
    ./Legend/ChartPointDataTreeNodeInfoTest.cs
    • -190
    • +0
    ./Legend/LineDataTreeNodeInfoTest.cs
    • -190
    • +0
    ./Legend/PointDataTreeNodeInfoTest.cs
  1. … 16 more files in changeset.
- Renamed chart data with the prefix Chart so it is clear that is is ChartData. - Implemented name in the ChartData. Related to Issue [WTI-454]

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

Former-commit-id: 9e2f30e6fba72a2bc2eb0784d0423c1538851e3c

Former-commit-id: 9f7885eeff4b6a53d96cdc2fbe00457689668217

    • -20
    • +20
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 49 more files in changeset.
Added dispatcher.shutdown for tests involving MainForm http://stackoverflow.com/questions/6232867/com-exceptions-on-exit-with-wpf

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

Former-commit-id: 842e7b3ff7a72a45d24b1d5ad5485f439d827dbb

Former-commit-id: ae74573d4d7111baaf7a122b9da32a46ea83f49e

  1. … 7 more files in changeset.
Ensured nested TreeViewControl objects are correctly disposed Related to Issue [WTI-542]

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

Former-commit-id: 0b5c600fa1089f08663c2c146480c396ca80f7dd

Former-commit-id: 96b65fb96070fcc6ee38733b251d08d7155a3666

  1. … 5 more files in changeset.
* Fixed bug in 'Zoom to rectangle' where a 'zoom to point' would happen if the user started dragging from outside the map and into the map. * Renamed IMap to IMapControl, and moved it to Core.Components.Gis.Forms. * Renamed IChart to IChartControl, and moved it to Core.Components.Charting.Forms. * Moved MapFunctionPan and MapFunctionSelectionZoom into Core.Components.DotSpatial\MapFunctions Related to Issue [WTI-245]

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

Former-commit-id: a8fc7e839328d667523ee5096b1cc12ac08d5d19

Former-commit-id: 470aff4461c02b27b1841fa7efa6928dbe5e2ac8

  1. … 52 more files in changeset.
Move IChartView to new project to avoid dependencies to plugin projects.

Related to Issue [WTI-373]

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

Former-commit-id: 08620f75a6c023563fac9240f014c22fd08de3c7

Former-commit-id: e044910477859b1f336fea760046a60e978f79bd

  1. … 10 more files in changeset.
* Create ReferenceLineImporter, to import a ReferenceLine instance for an AssessmentSectionBase instance using a shapefile. * Added TearDown methods to tests to properly dispose of objects. * Moved string resources that were incorrectly placed. * Improvements to ReferenceLineContext ** Made observable. ** Implements IEquatable<ReferenceLineContext> in order to reuse object instances by TreeView. Related to Issue [WTI-364]

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

Former-commit-id: 7eba2f606c0f1ac3770cebfeca28c8a586f2349d

Former-commit-id: 3a3dacded3ebc235b8d5eb41d4b2985d71dbe4c1

    • -0
    • +6
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -10
    • +10
    ./Legend/LegendControllerTest.cs
  1. … 25 more files in changeset.
* Renamed RingtoetsGui to GuiCore * Final XML documentation Related to Issue [WTI-337]

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

Former-commit-id: 75d1cf4f33c05659a3604f73b866e72a43958bc5

  1. … 21 more files in changeset.
* Some cleanup/refactoring on RingtoetsGui. * Written soms tests for RingtoetsGui. Related to Issue [WTI-337]

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

Former-commit-id: 0f3e3db0f88ffc9a5743ce98f6d20abd11556375

  1. … 5 more files in changeset.
Improved TreeNodeInfo interface => CanDrop no longer uses DragOperations as return value Related to Issue [WTI-347]

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

Former-commit-id: 07fb5a30ef650f1b565344d8639f33149a470eb1

    • -8
    • +8
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
* Written coverage and XML docs for Core.Common.Gui.Plugin. Related to Issue [WTI-337]

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

Former-commit-id: db1eb379a22501cb7d0545adaf95ec4b65354ede

  1. … 19 more files in changeset.
Improved TreeNodeInfo interface => CanDrop no longer uses DragOperations as arguments Related to Issue [WTI-347]

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

Former-commit-id: 2eb432a4fe791b443e8d58d7bb0a7938c9994e53

    • -9
    • +5
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Improved TreeNodeInfo interface => OnDrop no longer uses DragOperations Related to Issue [WTI-347]

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

Former-commit-id: 272695cf63b4d00ed1d03a874ee6a4e60760f298

    • -2
    • +2
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Improved TreeNodeInfo interface => CanDrag no longer uses DragOperations Related to Issue [WTI-347]

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

Former-commit-id: 508186a029c00a9ec72ccbf00f4de5bf595b1a54

  1. … 6 more files in changeset.
Fixed failing tests Related to Issue [WTI-347]

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

Former-commit-id: e3b20a715e09feee8ef809501f9824f7809138fd

    • -2
    • +2
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
Improved TreeNodeInfo interface => Improved OnDrop Related to Issue [WTI-347]

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

Former-commit-id: 47be2fd10cceca616b666b6385a718f373409bdb

    • -13
    • +6
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Improved TreeNodeInfo interface => Improved CanDrop and CanInsert Related to Issue [WTI-347]

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

Former-commit-id: 3c3c4e60961815dd300f4a830f53361fe109dbed

    • -24
    • +4
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Improved TreeNodeInfo interface => Improved CanDrag Related to Issue [WTI-347]

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

Former-commit-id: 8c044d421ba63fad7ce214fb68b01a34e6ce2de0

  1. … 5 more files in changeset.
Extended TreeNodeInfo interface => Added EnsureVisibleOnCreate Related to Issue [WTI-347]

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

Former-commit-id: 628e2763ef0f8984bfdec2925395aa7497f97538

    • -0
    • +1
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 17 more files in changeset.
Improved TreeNodeInfo interface => Improved OnNodeChecked Related to Issue [WTI-347]

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

Former-commit-id: 48a99d1989ad21721439b32f99cdd75b3b3ee5b0

    • -17
    • +2
    ./Legend/AreaDataTreeNodeInfoTest.cs
    • -17
    • +2
    ./Legend/LineDataTreeNodeInfoTest.cs
    • -17
    • +2
    ./Legend/PointDataTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Always load OxyPlotGuiPlugin. Moved OpenChartViewButton to Demo ribbon. Reviewed by kleijn

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

Former-commit-id: 3b11679ac700e97904a0a31743bf3c0023d7b489

    • -71
    • +0
    ./Commands/OpenChartViewCommandTest.cs
    • -0
    • +20
    ./Legend/LineDataTreeNodeInfoTest.cs
  1. … 20 more files in changeset.
* Implemented review suggestions of WTI-Review-291: ** Minor cleanup work, in code and XML docs. Related to Issue [WTI-185]

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

Former-commit-id: 6eac27ec59f667806da7bfb1e9a7a2af0e5dc92d

    • -3
    • +3
    ./Commands/OpenChartViewCommandTest.cs
  1. … 9 more files in changeset.
Improved TreeViewControl API => Got rid of TreeNodeInfos property Related to Issue [WTI-347]

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

Former-commit-id: 4be4c96588539d78a3ea42028d2f8024b17cbe69

    • -1
    • +2
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Cleaned up some mess Related to Issue [WTI-347]

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

Former-commit-id: fcadeef7be3c8343893847decc88b6fd33d4be62

  1. … 20 more files in changeset.
Fixed failing tests Related to Issue [WTI-347]

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

Former-commit-id: 5106e60fb4e0a38eb6ec36d7d04b281088b16b72

    • -3
    • +2
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs