Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Moved ChartDataView to Demo project. - Removed reference from plugin project to oxyplot component. Related to Issue [WTI-752]

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

Former-commit-id: 7cdd969223755f5729acebda841e47f8c47c4d35

Former-commit-id: 3f9fd4ddf384e3fa960fa05f26126d14638b4a26

  1. … 13 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. … 15 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. … 55 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. … 11 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 375 more files in changeset.
Added interfaces for the map. Changed some comments in IChartView. Related to Issue [WTI-243]

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

Former-commit-id: ccf7fa4cfe47f060a186c729b359a4f795c1b815

  1. … 6 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 356 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 405 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. … 25 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

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

    • -0
    • +52
    ./ChartDataView.Designer.cs
  1. … 11 more files 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

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

  1. … 26 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. … 38 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

  1. … 25 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. … 29 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. … 12 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. … 69 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. … 69 more files in changeset.
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. … 22 more files in changeset.
Introduced IChartData for each data type to be added to the chart. Added AreaData and CollectionData. Added AreaData and LineData in a CollectionData to the demo chart. Related to Issue [WTI-268]

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

Former-commit-id: 21f1a0d729b3bfbefe188844707c4725de0e5343

  1. … 14 more files in changeset.
Added BaseChart on which ChartData can be added to draw line series. Related to Issue [WTI-268]

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

Former-commit-id: 43b470f0d5e6e2bdf57d7e168d3368723b9ce915

    • -0
    • +120
    ./ChartDataView.resx
  1. … 13 more files in changeset.
Added Chart ribbon with button for adding a chart view. For now, the OxyPlotGuiPlugin is only added when running in demo mode. Removed unnecessary warning ignore config in Core.Components.OxyPlot and Core.Plugins.OxyPlot. Related to Issue [WTI-268]

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

Former-commit-id: 97d9a5add0b4dd3f3c6d8bd9a855ea69b5fe5b36

  1. … 13 more files in changeset.