Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Set minimum size of stack chart control. Related to Issue [WTI-1330]

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

Former-commit-id: 36ce939be36d1bebb324aa0a09deb607d9442805

Former-commit-id: 022edcea85329b3cfa2017c2ef1e9565d8e077c8

    • -0
    • +2
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 1 more file in changeset.
Map and chart layers no longer share same default style instance. Related to Issue [WTI-1339]

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

Former-commit-id: 71279ccdb82c0e8e0350971fa8023d1bb658d563

Former-commit-id: 11d67ca1c5c0fd1e34f731e57e1458f56e32ceec

    • -8
    • +11
    ./Core.Components.Chart/Data/ChartAreaData.cs
    • -8
    • +11
    ./Core.Components.Chart/Data/ChartLineData.cs
    • -8
    • +11
    ./Core.Components.Chart/Data/ChartMultipleAreaData.cs
    • -8
    • +11
    ./Core.Components.Chart/Data/ChartMultipleLineData.cs
    • -10
    • +13
    ./Core.Components.Chart/Data/ChartPointData.cs
    • -7
    • +11
    ./Core.Components.Gis/Data/MapLineData.cs
    • -10
    • +13
    ./Core.Components.Gis/Data/MapPointData.cs
    • -8
    • +11
    ./Core.Components.Gis/Data/MapPolygonData.cs
  1. … 8 more files in changeset.
Added logic to clear chart when data set to null. Related to Issue [WTI-1307]

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

Former-commit-id: 5b58f96f987d41052ee816e753bfb1567162c167

Former-commit-id: bdfade462aed77e67f6562cfb749f6c66735e28f

    • -1
    • +3
    ./Core.Components.OxyPlot.Forms/CategoryPlotView.cs
    • -1
    • +2
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 3 more files in changeset.
Convert General Result to chart data in IllustrationPointsChartControl Related to Issue [WTI-1307]

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

Former-commit-id: 2b3ead25a3f47a54d1a77a17c0a010558c463900

Former-commit-id: 46cd76ba03bd14310d7324a7b0e5982f925eea0d

    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/CategoryPlotView.cs
    • -0
    • +1
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 5 more files in changeset.
Improvements after review. Related to Issue [WTI-1330]

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

Former-commit-id: a9c18ef70974a0863186a2106ce6d3beed22178c

Former-commit-id: 047cf606a557ba21bbc736e606804f5a1a878003

    • -3
    • +11
    ./Core.Components.Stack/Data/RowChartData.cs
    • -3
    • +3
    ./Core.Components.Stack/Data/StackChartData.cs
  1. … 7 more files in changeset.
- Added UserControl for illustration points chart. - Added UserControl to LocationsView. - Removed obsolete IStackChartView. Related to Issue [WTI-1307]

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

Former-commit-id: 7fa0a2a38ac4643f28d806353f4d8e12ef6f83fa

Former-commit-id: d4401def9eacf783e4873848faa20b36d289d9d1

    • -1
    • +0
    ./Core.Components.Stack.Forms/Core.Components.Stack.Forms.csproj
    • -36
    • +0
    ./Core.Components.Stack.Forms/IStackChartView.cs
  1. … 10 more files in changeset.
Improvements after review. Related to Issue [WTI-1330]

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

Former-commit-id: b728915b85a299e3e22429e0f63d5b9d4e024968

Former-commit-id: 3d2fdcce675912c1e426d9f1f34dfa50b1000374

    • -1
    • +1
    ./Core.Components.Stack/Data/StackChartData.cs
  1. … 8 more files in changeset.
Improvements after review. Related to Issue [WTI-1330]

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

Former-commit-id: b9f0b670a0c46dbad09795f6fffaadf02873ae83

Former-commit-id: 85ac35be12dd619ad00c053413c1682da6f5aae4

    • -1
    • +22
    ./Core.Components.Chart/Properties/Resources.Designer.cs
    • -2
    • +2
    ./Core.Components.Stack/Data/RowChartData.cs
    • -39
    • +16
    ./Core.Components.Stack/Data/StackChartData.cs
  1. … 1 more file in changeset.
Cleanup Related to Issue [WTI-1330]

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

Former-commit-id: 870ddadd677c9731829f52ece3d5d51d48eba1a5

Former-commit-id: 2436a1edd17757b20db28292d4e6e416fd4252b4

    • -1
    • +0
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
Added update logic to StackChartControl. Related to Issue [WTI-1330]

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

Former-commit-id: 2c9010ea728ee2f5faec368532fd04c97039e43f

Former-commit-id: 7c50dc03a25bccef5fc9fc16afdd416fefc9f14b

    • -6
    • +28
    ./Core.Components.OxyPlot.Forms/StackChartControl.cs
  1. … 1 more file in changeset.