Core.Plugins.CommonTools.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 27d237d42cd4d1807c230f2755c686d91ee8c0ac

    • -3
    • +1
    ./Property/Charting/ChartPropertiesTest.cs
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 6f632cfafe74a3fa0c5c297b4dbf9e2fde03f9bc

    • -345
    • +95
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -40
    • +21
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -2
    • +70
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
    • -2
    • +41
    ./Property/Charting/ChartFontPropertiesConverterTest.cs
    • -1
    • +72
    ./Property/Charting/ChartPropertiesTest.cs
  1. … 1 more file in changeset.
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 4c3bc77612d1913ca3d083b3984b6bedba0d5feb

    • -0
    • +14
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +403
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -0
    • +143
    ./Property/Charting/BarSeriesPropertiesTest.cs
    • -0
    • +90
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartAxisPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartFontPropertiesConverterTest.cs
    • -0
    • +10
    ./Property/Charting/ChartPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/LineChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/PointChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/PolygonChartSeriesPropertiesTest.cs
    • -0
    • +58
    ./Property/ProjectPropertiesTest.cs
    • -0
    • +29
    ./Property/TreeFolderPropertiesTest.cs
    • -0
    • +86
    ./Property/UrlPropertiesTest.cs
  1. … 1 more file in changeset.
Simplified implementation of TreeViewNodePresenterBase.GetDefaultDropOperation. Completed tests for ChartSeriesTreeNodePresenter and ChartTreeNodePresenter. Related to Issue [WTI-189]

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

Former-commit-id: 8381513300d0a6970e341dcb6553bc03454bfee6

    • -18
    • +193
    ./Forms/Charting/ChartTreeNodePresenterTest.cs
  1. … 4 more files in changeset.
RemoveNodeData returns boolean whether removal was successful. Completed testing of ChartSeriesTreeNodePresenter. Related to Issue [WTI-189]

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

Former-commit-id: 50807532855a06d83d0b068d07f4435ed4743f6f

    • -10
    • +96
    ./Forms/Charting/ChartSeriesTreeNodePresenterTest.cs
  1. … 1 more file in changeset.
Added documentation for charting Command implementations. Added test for ChartSeriesTreeNodePresenter Related to Issue [WTI-189]

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

Former-commit-id: 677346b294e2a0974ca5cb0cd253b28c83e5e9a5

    • -0
    • +5
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +113
    ./Forms/Charting/ChartSeriesTreeNodePresenterTest.cs
  1. … 6 more files in changeset.
Moved Core.Common.Controls.Swf.TreeViewControls to project Core.Common.Controls.TreeView

Further optimalisation required

Related to Issue [WTI-184]

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

Former-commit-id: e748057a9a7d0c4e48f826cfaa707e82423015df

    • -0
    • +4
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 155 more files in changeset.
Fix compilation Related to Issue [WTI-189]

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

Former-commit-id: 57bd0fde940060eb0c31ed406dbcc512209d99e2

Added tests for DecreaseFontSizeCommand, IncreaseFontSizeCommand and ExportChartAsImageCommand. Related to Issue [WTI-189]

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

Former-commit-id: 023a1a2816fd26c557b537577224eeffe47587bc

    • -0
    • +95
    ./Commands/Charting/DecreaseFontSizeCommandTest.cs
    • -0
    • +69
    ./Commands/Charting/ExportChartAsImageCommandTest.cs
    • -0
    • +95
    ./Commands/Charting/IncreaseFontSizeCommandTest.cs
    • -0
    • +3
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 1 more file in changeset.
Moved Core.Common.Control.Swf.Charting to project Core.Common.Controls.Charting

Initial commit, optimalisation still required and pending

- Fixed icon for Core.Common.Gui.Test.csproj

Related to Issue [WTI-184]

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

Former-commit-id: d64c7eb76e45551b068a445ad852a05bfd768b44

    • -0
    • +4
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 130 more files in changeset.
* Restructured namespaces of classes within Core.Common.Utils Related to Issue [WTI-187]

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

Former-commit-id: abb5674060f8ad81b77df2d12f35c924e8285cbe

    • -1
    • +1
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 100 more files in changeset.
Doc and test of ChartViewCommandBase. Related to Issue [WTI-189]

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

Former-commit-id: 4e49ae9e83e17c79591f282eb59340cfb8cae784

    • -0
    • +190
    ./Commands/Charting/ChartViewCommandBaseTest.cs
    • -0
    • +9
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 1 more file in changeset.
Got rid of ICompositeView (part two) Related to Issue [WTI-183]

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

Former-commit-id: 17a25c83bad6873ea183c8c3ac0d07445f70b52c

  1. … 13 more files in changeset.
Introduced PngToIconConverter to be able to use Resources references in wpf controls (e.g. ribbon). Removed unused TextDocumentView and TextDocumentProperties.cs Related to Issue [WTI-189]

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

Former-commit-id: f8598f1f40636b23cc2ff3308d8fa290818d2951

    • -1
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 17 more files in changeset.
removed unused test-data files Related to Issue [WTI-179]

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

Former-commit-id: fe999fc0ca1b7f2cf0fe410cdd8c619d6b9231cd

    • -60
    • +0
    ./test-data/TestPasteData_DutchDates.txt
Improved folder structure in Core.Common.Controls Related to Issue [WTI-183]

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

Former-commit-id: e92f784a0a20f9006826824c01d4db1bb1a7b650

  1. … 61 more files in changeset.
Removed empty CommonToolsApplicationPlugin.cs. Renamed Core.Plugins.CommonTools.Test to Core.Plugins.CommonTools.Gui.Test. Related to Issue [WTI-188]

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

Former-commit-id: 4349f603e0770da79691312754d54ac678225579

    • -0
    • +79
    ./CommonToolsGuiPluginTest.cs
    • -0
    • +145
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +69
    ./Forms/Charting/ChartTreeNodePresenterTest.cs
    • -0
    • +26
    ./Forms/TextDocumentViewTest.cs
    • -0
    • +15
    ./Properties/AssemblyInfo.cs
    • -0
    • +162
    ./TestViewList.cs
    • -0
    • +60
    ./test-data/TestPasteData_DutchDates.txt
    • binary
    ./test-data/restart.zip
    • -0
    • +16
    ./test-data/timeseries.csv
    • -0
    • +16
    ./test-data/timeseries_errors.csv
  1. … 21 more files in changeset.