OxyPlotGuiPluginTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Renamed derived classes of *GuiPlugin* - removed unused resource Related to Issue [WTI-539]

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

Former-commit-id: 58102f6e709295f4a14681a3135926ce27d2eb4e

Former-commit-id: e58e4aba30a88a7639369b703019332ac660cb58

  1. … 152 more files in changeset.
- Tined down dependency to ApplicationCore Related to Issue [WTI-539]

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

Former-commit-id: aa26fec3ef766037694d1adffc8b1cf0cbd03795

Former-commit-id: c263e6c99856fda62b514efcd2685a71fe34949c

  1. … 8 more files in changeset.
Merged revision(s) from branches/DockingManager

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

Former-commit-id: a659ece93f5e2cda3b606e643c0541f9f8387c55

Former-commit-id: c3e38b068f67783b6246763950eb44f4da63ff21

  1. … 122 more files in changeset.
- Renamed *GuiPlugin* ro *PluginBase* - Thined down dependency to ApplicationCore Related to Issue [WTI-539]

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

Former-commit-id: c85305153ef5713ab9404f926a20c076865a75f2

Former-commit-id: c0afeefac9941e41102a8cc87d28e3bb98f94a12

  1. … 27 more files in changeset.
Added license files to all projects except: Ringtoets.Application.SetUp Core.Common.Version Demo.Ringtoets Demo.Ringtoets.Test

Generated license files in projects.

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

Former-commit-id: 3acc9d7e6e84815f3fe9024f391e86456c362dc5

Former-commit-id: e0d4c1e5eded874de9d9391f8fe6af15b7369319

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

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

  1. … 55 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.
* 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. … 56 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. … 12 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.
* 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.
Adapted test to differentiate between IChartView open and IView open. Related to Issue [WTI-190]

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

Former-commit-id: 8728797ef7198772b78d07b93553a0010442156f

Moved custom logic on ProjectTreeView to ProjectExplorer. Used default TreeView of ProjectExplorer and set its AllowDrop property to true. Removed IToolViewController from Core.Plugins.OxyPlot. Added necessary method to IToolViewController in Core.Common.Gui. Made Core.Plugins.OxyPlot use the Core.Common.Gui IToolViewController.

Related to Issue [WTI-190]

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

Former-commit-id: 6570ec0705fa2f119e5531170778549e58ec1e2f

  1. … 21 more files in changeset.
* Restructured Core.Common.Gui project. ** Only moving of classes. No renames or deletions. Related to Issue [WTI-185]

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

Former-commit-id: 3a2f96e21f2b3a98d9f8e0096df4fece4b333258

  1. … 127 more files in changeset.
* Minor cleanup for removing constructor parameter that wasn't used. Related to Issue [WTI-185]

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

Former-commit-id: 7455fbafe96a91d5e46d08c5c68560307994c047

  1. … 5 more files in changeset.
* Fixed bug in initialization of objects depending on IStoreProject. Related to Issue [WTI-185]

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

Former-commit-id: 58daa7d2a8f1b09f6b213b77fc113b817e1a8c29

  1. … 4 more files in changeset.
* Applied more Interface Segregation, weakening the coupling to IGUi from various classes. * Deleted IGuiCommand. Related to Issue [WTI-185]

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

Former-commit-id: 1f8058aa82c3c5adf8c7f62fe590e453fbc44ffa

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

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

  1. … 28 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. … 7 more files in changeset.