Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented INotifyPropertyChanged in PointedTreeElementVertex. Related to Issue [WTI-1383]

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

Former-commit-id: be7e0aeff4d7b110cd48990fda7afacc74534d46

Former-commit-id: ba2cb1b281c22d35dc3fca5849dd440165e33064

    • -0
    • +1
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -4
    • +28
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
    • -0
    • +1047
    ./Core.Components.GraphSharp/Properties/Annotations.cs
  1. … 2 more files in changeset.
- Added command for selecting vertices. - Changed demo data. Related to Issue [WTI-1383]

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

Former-commit-id: a0c0ee36d22c802755a644aeeb68c708889aa592

Former-commit-id: ca65898f6782377cc77cb4d06926bc9729fe5e80

    • -1
    • +1
    ./Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml
    • -0
    • +63
    ./Core.Components.GraphSharp/Commands/VertexSelectedCommand.cs
    • -0
    • +1
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -0
    • +15
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
  1. … 3 more files in changeset.
Added conditional border styling to rectangle node. Related to Issue [WTI-1383]

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

Former-commit-id: 49bf249c5f32bce8cb010960e11e189568d0981d

Former-commit-id: 252becba00cc7d96e32666cb8712a80b0e8e8023

    • -4
    • +16
    ./Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml
Implemented mouse wheel zooming. Related to Issue [WTI-1383]

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

Former-commit-id: f63c2b26a9a096eea44d717e087e57a3d03abc81

Former-commit-id: 93c9f371ae3085132c399199655d403c174310aa

    • -2
    • +31
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
  1. … 1 more file in changeset.
Show diamond as plain text in template. Related to Issue [WTI-1383]

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

Former-commit-id: 2d854cd016d5be0fc2715b508ab174b148cbbe55

Former-commit-id: 504a026f848b23a79c0d270a28f3ee434b80b5e4

    • -8
    • +3
    ./Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml
Implementing review comments from review 2019 - Replaced the Add...Handler with a regular EventHandler that caller can sub to/unsub from like a regular event. Related to Issue [WTI-1346]

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

Former-commit-id: 22a4a30fa142b90aa835ddae87ef67304af3c6d5

Former-commit-id: 81f9f420da3e87d357bddad10512a69f017e0835

    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WellKnownMapDataControl.cs
    • -2
    • +2
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 29 more files in changeset.
Added xml validation to GraphNode. Related to Issue [WTI-1383]

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

Former-commit-id: dbb31c8a8bac045aa29643f4daa47babbd3d99f0

Former-commit-id: 6916cff030996d99373707d287c84eea5579fba9

    • -0
    • +2
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
    • -1
    • +43
    ./Core.Components.PointedTree/Data/GraphNode.cs
    • -4
    • +21
    ./Core.Components.PointedTree/Properties/Resources.Designer.cs
  1. … 4 more files in changeset.
Added XSD to validate graph node content. Related to Issue [WTI-1383]

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

Former-commit-id: 1f7c6f0901a0ac123fbc0d39819baf1a62f2800d

Former-commit-id: 27b96b294ceb8f01a4a6cb96a5af955879b1c504

    • -0
    • +14
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
    • -0
    • +97
    ./Core.Components.PointedTree/Properties/Resources.Designer.cs
    • -0
    • +124
    ./Core.Components.PointedTree/Properties/Resources.resx
    • -0
    • +39
    ./Core.Components.PointedTree/Resources/GraphNodeContentSchema.xsd
Add base class ChartStyle to the chart style objects, containing an IsEditable property. Related to Issue [WTI-1315]

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

Former-commit-id: be23e5a0c2339b924336a9aa0288dd0fb16a82bd

Former-commit-id: 2fc3b766745f87b041e73d5d8968050860fa17c6

    • -0
    • +1
    ./Core.Components.Chart/Core.Components.Chart.csproj
    • -1
    • +1
    ./Core.Components.Chart/Styles/ChartAreaStyle.cs
    • -1
    • +1
    ./Core.Components.Chart/Styles/ChartLineStyle.cs
    • -1
    • +1
    ./Core.Components.Chart/Styles/ChartPointStyle.cs
    • -0
    • +34
    ./Core.Components.Chart/Styles/ChartStyle.cs
  1. … 28 more files in changeset.
Renamed GraphNode title to content. Related to Issue [WTI-1383]

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

Former-commit-id: 014801beae27a5acc41d2132573dfe08cc95d6b3

Former-commit-id: 97aaf69b6d507f4a1a9df106ddc432871d8035f3

    • -1
    • +1
    ./Core.Components.GraphSharp/Converters/GraphNodeConverter.cs
    • -12
    • +12
    ./Core.Components.PointedTree/Data/GraphNode.cs
  1. … 2 more files in changeset.
Added TextBlockExtensions to format the xml text. Related to Issue [WTI-1383]

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

Former-commit-id: b53e08551ce4ff035d3f45e54daa75325f35d337

Former-commit-id: 108c5deece1decbb401957c344521fab4bb8f020

    • -0
    • +1
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +96
    ./Core.Components.GraphSharp.Forms/Extensions/TextBlockExtensions.cs
    • -8
    • +12
    ./Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml
  1. … 3 more files in changeset.
- Added documentation - Removed unused resources file. Related to Issue [WTI-1383]

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

Former-commit-id: 3b245332b4173df746fddc3c8757b5d8ae3d549f

Former-commit-id: 89878118a48d49a604ad8c405a991e68b7043a75

    • -9
    • +0
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -105
    • +0
    ./Core.Components.GraphSharp.Forms/Properties/Resources.Designer.cs
    • -124
    • +0
    ./Core.Components.GraphSharp.Forms/Properties/Resources.resx
    • -0
    • +9
    ./Core.Components.GraphSharp/Converters/GraphNodeConverter.cs
Improved PointedTreeVertexTypeToStringConverter Related to Issue [WTI-1383]

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

Former-commit-id: 02150b719a48e1c68c42553e0cb099c1bb9345f7

Former-commit-id: d2754010cdc4e8954174d9da9114e2ed75f1fac1

    • -1
    • +2
    ./Core.Components.GraphSharp.Forms/Converters/PointedTreeVertexTypeToStringConverter.cs
  1. … 1 more file in changeset.
Added GraphNodeConverter to convert GraphNodes to Vertices. Related to Issue [WTI-1383]

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

Former-commit-id: 8029ddae4342cde3c25e22b9bfba2711f14e4a0d

Former-commit-id: 979bc7cf6be2a3f54d8c7d5370cc781219d15e73

    • -12
    • +2
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
    • -0
    • +85
    ./Core.Components.GraphSharp/Converters/GraphNodeConverter.cs
    • -0
    • +10
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
  1. … 3 more files in changeset.
Implemented setting the data and drawing the nodes on the graph. Related to Issue [WTI-1383]

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

Former-commit-id: cf32191321b9060e23cd6d91c1000594ff70dbe4

Former-commit-id: d73f29c905133e25bf16400b6dd79c79932f06a3

    • -2
    • +51
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
  1. … 1 more file in changeset.
Small improvements to PointedTreeVertexTypeToStringConverter. Related to Issue [WTI-1383]

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

Former-commit-id: daac7b736572f1769df7e7b38fce5864f507a230

Former-commit-id: f867c6769de9377b0164452187fba43be6fd6bbd

    • -2
    • +4
    ./Core.Components.GraphSharp.Forms/Converters/PointedTreeVertexTypeToStringConverter.cs
    • -0
    • +5
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
  1. … 2 more files in changeset.
Implemented RowChanged EventHandler to be used by views using the DataGridViewControl. This event will only fire on the first selection or when a new row is selected in the data grid. Related to Issue [WTI-1346]

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

Former-commit-id: 6ab138e386a00c2e8dc4a9731bdbc368982bf321

Former-commit-id: 2251669339e24af908011336ed2dd744bb65d444

    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 12 more files in changeset.
- Added template for graph. - Added converter to convert vertex type to string. Related to Issue [WTI-1383]

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

Former-commit-id: b944b5a923cc1f97782a413473380a65d9c76ba8

Former-commit-id: f1b33c76a9ff7606e25f84d3e554cdbd0578cec1

    • -0
    • +58
    ./Core.Components.GraphSharp.Forms/Converters/PointedTreeVertexTypeToStringConverter.cs
    • -0
    • +15
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +9
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
    • -0
    • +105
    ./Core.Components.GraphSharp.Forms/Properties/Resources.Designer.cs
    • -0
    • +124
    ./Core.Components.GraphSharp.Forms/Properties/Resources.resx
    • -0
    • +156
    ./Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml
    • -1
    • +0
    ./Core.Components.GraphSharp.Forms/packages.config
    • -1
    • +1
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
  1. … 3 more files in changeset.
Implemented initializing graph layout on control. Related to Issue [WTI-1383]

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

Former-commit-id: c013453ba6fabdb79f720dab736194ffa2de9f6f

Former-commit-id: 3c2c0a8807641e5ae9126119bd456220ac271189

    • -1
    • +27
    ./Core.Components.GraphSharp.Forms/Layout/PointedTreeGraphLayout.cs
    • -1
    • +24
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
  1. … 3 more files in changeset.
Implemented PointedTreeElementVertex Related to Issue [WTI-1383]

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

Former-commit-id: 6a4a4e1f5da4517fc11fe7d0acdfc025b8df9638

Former-commit-id: 8328e39b2738f7ab6909621ace303c5422a9acb8

    • -0
    • +2
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -0
    • +69
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
  1. … 3 more files in changeset.
Added GraphSharp data classes and GraphLayout. Related to Issue [WTI-1383]

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

Former-commit-id: 32caf3c366b5650ef9d2747bd315f88e5fe7071e

Former-commit-id: 553415da6e6ae2b97836c8892f0c519fe10de88e

    • -0
    • +6
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +31
    ./Core.Components.GraphSharp.Forms/Layout/PointedTreeGraphLayout.cs
    • -0
    • +4
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -0
    • +39
    ./Core.Components.GraphSharp/Data/PointedTreeEdge.cs
    • -0
    • +32
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
    • -0
    • +30
    ./Core.Components.GraphSharp/Data/PointedTreeGraph.cs
    • -0
    • +32
    ./Core.Components.GraphSharp/Data/PointedTreeVertexType.cs
  1. … 8 more files in changeset.
Added GraphSharp to projects.

Related to Issue [WTI-1383]

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

Former-commit-id: 1ed429c68e818f06200d2d392832eb99d16c7f1b

Former-commit-id: aa91399491037a77d2fe2a32e67315c8a73e890a

    • -0
    • +29
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +28
    ./Core.Components.GraphSharp.Forms/packages.config
    • -0
    • +29
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -0
    • +27
    ./Core.Components.GraphSharp/packages.config
  1. … 18 more files in changeset.
Introduced control for PointedTree. Related to Issue [WTI-1383]

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

Former-commit-id: 078115f1826135f798a13c9aaf1ae0b5d52ac852

Former-commit-id: df3c8f0c0bb07b52309adca5c7ed5b631774912e

    • -1
    • +34
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +79
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.Designer.cs
    • -0
    • +40
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.cs
    • -0
    • +120
    ./Core.Components.GraphSharp.Forms/PointedTreeGraphControl.resx
    • -0
    • +8
    ./Core.Components.PointedTree.Forms/Core.Components.PointedTree.Forms.csproj
    • -0
    • +36
    ./Core.Components.PointedTree.Forms/IPointedTreeGraphControl.cs
  1. … 2 more files in changeset.
Added vertical axis title to the stackChartControl: - Improved tests: -- CategoryPlotViewTest was not testing the properties of the right items in the ElementCollection<Axis>. Retrieved components were both the first element, because the CategoryAxis inherits from the linearAxis -- Renamed tests in the IllustrationPointsChartControlTest => changed StackChartControl to IllustrationPointsChartControl Related to Issue [WTI-1311]

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

Former-commit-id: 87f34869a0073f92cffadb0572671cb35508c7f0

Former-commit-id: 7b87031dbbeda500d4cc8a28326648534b5eb415

    • -9
    • +29
    ./Core.Components.OxyPlot.Forms/CategoryPlotView.cs
    • -0
    • +12
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 7 more files in changeset.
Implemented data model of PointedTree. Related to Issue [WTI-1383]

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

Former-commit-id: dd583df9e278471e1805c077e0e08012eb2a8b38

Former-commit-id: c58665cb090758b94ad50b45a012c4f972e9d6a8

    • -0
    • +4
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
    • -0
    • +107
    ./Core.Components.PointedTree/Data/GraphNode.cs
    • -0
    • +32
    ./Core.Components.PointedTree/Data/GraphNodeShape.cs
    • -0
    • +66
    ./Core.Components.PointedTree/Data/GraphNodeStyle.cs
  1. … 3 more files in changeset.
Added projects for graphSharp and PointedTree component. Related to Issue [WTI-1383]

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

Former-commit-id: 10208e95741fffa1d18e748a0336d28545f7ffb3

Former-commit-id: 5cb5b1e28c1e67a703753025df1370b960d2de38

    • -0
    • +59
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -0
    • +27
    ./Core.Components.GraphSharp.Forms/Properties/AssemblyInfo.cs
    • -0
    • +59
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -0
    • +27
    ./Core.Components.GraphSharp/Properties/AssemblyInfo.cs
    • -0
    • +59
    ./Core.Components.PointedTree.Forms/Core.Components.PointedTree.Forms.csproj
    • -0
    • +27
    ./Core.Components.PointedTree.Forms/Properties/AssemblyInfo.cs
    • -0
    • +59
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
    • -0
    • +27
    ./Core.Components.PointedTree/Properties/AssemblyInfo.cs
  1. … 11 more files in changeset.
* Added MaximumRange value for axis in LinearPlotView * Got rid of redundant scroll bar Related to Issue [WTI-1307]

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

Former-commit-id: 5a1a9755ecafac56abb8b43127aaae2fb8afeac8

Former-commit-id: 9188f8130a7e0698f8a6e5bb9df4395c3dca4b0b

    • -1
    • +2
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 2 more files in changeset.
Review related changes => Small code cleanup Related to Issue [WTI-1300]

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

Former-commit-id: 68441178b14e32cd321414d382f6a428f1cda0ab

Former-commit-id: 8b00cbc85c90deb3474d80508bf093e2bf2efdbd

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 39 more files in changeset.
Improved scrolling logic in LocationsView Related to Issue [WTI-1307]

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

Former-commit-id: 11ef43a903a7a5b95653ef833a215161008a14fa

Former-commit-id: d531f9253ad2b29297ce511fa9fd0193bdb2baee

    • -2
    • +0
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 3 more files in changeset.
Added new version of OxyPlot Related to Issue [WTI-1307]

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

Former-commit-id: 658facab618e82419b2756d57ccfc6af57651049

Former-commit-id: 00099f66c057f333e8f07eb9671a0bcaf16f6d3c

    • -4
    • +6
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -3
    • +4
    ./Core.Components.OxyPlot.Forms/packages.config
    • -1
    • +2
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
    • -2
    • +3
    ./Core.Components.OxyPlot/packages.config
  1. … 70 more files in changeset.