Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Core.Plugins.Oxyplot to Core.Plugins.Chart. Related to Issue [WTI-752]

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

Former-commit-id: 2dfbd797c3561398f91945c5089a942dce653805

Former-commit-id: d038e83d547fba1c3a8e4efcb4d2def513e2c708

    • -294
    • +0
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -498
    • +0
    ./ChartDataContextTreeNodeInfoTest.cs
  1. … 72 more files in changeset.
- Introduced new context for chart data. - Introduced Insert method for chart data collection. - Refactored ChartLegendView. Related to Issue [WTI-676]

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

Former-commit-id: 609764ea5892820b07751f8ec8eb3f1e9d5e367c

Former-commit-id: 12b076a89646c2d804e6d2a9ca6089efe63058c5

    • -184
    • +0
    ./ChartAreaDataTreeNodeInfoTest.cs
    • -41
    • +80
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -0
    • +498
    ./ChartDataContextTreeNodeInfoTest.cs
    • -185
    • +0
    ./ChartLineDataTreeNodeInfoTest.cs
    • -190
    • +0
    ./ChartMultipleAreaDataTreeNodeInfoTest.cs
    • -185
    • +0
    ./ChartPointDataTreeNodeInfoTest.cs
  1. … 9 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. … 121 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
    • +22
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -1
    • +22
    ./ChartMultipleAreaDataTreeNodeInfoTest.cs
    • -1
    • +22
    ./ChartPointDataTreeNodeInfoTest.cs
  1. … 206 more files in changeset.
Disposed created views. Related to Issue [WTI-137]

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

Former-commit-id: 52cb99bc89093fccb06f77b3566a76c9de65d834

Former-commit-id: d88f2d5d9a7f275aa706ac90611a953ee5c7df95

Fixed bug where data was not removed from old collection on drag drop. Related to Issue [WTI-137]

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

Former-commit-id: 1bc243ba64d0fb8e40d3f3449aa9c0d699223b2e

Former-commit-id: 135d801e22428d0b6dbbd80e093d0bb10a5ee9bf

  1. … 1 more file in changeset.
cleanup and addition of documentation and tests. Related to Issue [WTI-137]

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

Former-commit-id: 7406c96fba636c0368186d47e13a202c941621cf

Former-commit-id: d73950305526136fdd4f11601bf491496529c332

    • -1
    • +0
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -1
    • +0
    ./ChartMultipleAreaDataTreeNodeInfoTest.cs
  1. … 15 more files in changeset.
Implemented custom MultipleAreaSeries for support of drawing multiple areas in one series (for example for a soil layer which gets intersected by a surface line). Implemented the necessary classes to convert a soil layer geometry intersected by a surfaceline and draw the resulting geometry on the charting component. Temporarily added NetTopologySuite to Ringtoets.Piping.Forms for quick testing of the soil layer drawing functionality. Always notify the root collection of the ChartLegendView on changes of children. Related to Issue [WTI-137]

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

Former-commit-id: 6116ec0ee3f9c6d2413957c3b91fa2ab7b990d0c

Former-commit-id: e4ea733a931918f804fcc45ec4b602686a837f04

    • -31
    • +14
    ./ChartAreaDataTreeNodeInfoTest.cs
    • -70
    • +57
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -31
    • +14
    ./ChartLineDataTreeNodeInfoTest.cs
    • -0
    • +170
    ./ChartMultipleAreaDataTreeNodeInfoTest.cs
    • -31
    • +14
    ./ChartPointDataTreeNodeInfoTest.cs
  1. … 21 more files in changeset.
* Disposing of GuiPlugin implementations in TreeNodeInfo tests. ** Reformatted related code as well. * Some cleanup in various places. Related to Issue [WTI-636]

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

Former-commit-id: 4524f3c4c9e7477be29dcdf62a24d5acab47b329

Former-commit-id: 498b3880c77139d272b824e9b815b990cc2aa31f

    • -19
    • +9
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -17
    • +8
    ./ChartPointDataTreeNodeInfoTest.cs
  1. … 61 more files in changeset.
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
    ./ChartDataCollectionTreeNodeInfoTest.cs
  1. … 38 more files in changeset.
- 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

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

    • -0
    • +190
    ./ChartAreaDataTreeNodeInfoTest.cs
    • -6
    • +6
    ./ChartDataCollectionTreeNodeInfoTest.cs
    • -0
    • +97
    ./ChartLegendControllerTest.cs
    • -0
    • +95
    ./ChartLegendViewTest.cs
    • -0
    • +190
    ./ChartLineDataTreeNodeInfoTest.cs
    • -0
    • +190
    ./ChartPointDataTreeNodeInfoTest.cs
  1. … 20 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
    ./ChartDataCollectionTreeNodeInfoTest.cs
  1. … 51 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. … 56 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
    ./ChartDataCollectionTreeNodeInfoTest.cs
  1. … 25 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
    ./ChartDataCollectionTreeNodeInfoTest.cs
  1. … 5 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
    ./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
    ./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
    ./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
    ./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
    ./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
    ./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

  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

  1. … 23 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
    ./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
    ./ChartDataCollectionTreeNodeInfoTest.cs