Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed some failing tests Related to Issue [WTI-184]

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

Former-commit-id: 3a1685c2a81c774845409190b5ada9406088a207

    • -50
    • +64
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -1
    • +1
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -147
    • +180
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
Fixed some errors in ContextMenuBuilderTest Related to Issue [WTI-184]

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

Former-commit-id: bc8d254596eb8337956d2b9e88d7f45206ecd77c

    • -11
    • +38
    ./ContextMenu/ContextMenuBuilderTest.cs
Merged revision(s) 1674-1731 from trunk Related to Issue [WTI-184]

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

Former-commit-id: 0e4db01ec9baaf24377fc4aacee74b84db4f1046

    • -27
    • +55
    ./ContextMenu/ContextMenuBuilderTest.cs
  1. … 13 more files in changeset.
* Applied Interface Segregation to split on Import/Export related logic in GuiCommandHandler, introducing IExportImportCommandHandler. ** Updated dependencies on this logic accordingly to use this new interface. Related to Issue [WTI-185]

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

Former-commit-id: a32754aaa196d695ae50362621992360043c16cb

    • -27
    • +55
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -14
    • +36
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
  1. … 11 more files in changeset.
* Reverted moving logic form GuiCommandHandler to seperate commands. Related to Issue [WTI-185]

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

Former-commit-id: 041d4be7ca0f110d50fd334bbfcd1c6bcf01d1d6

    • -83
    • +0
    ./Commands/CreateNewProjectCommandTest.cs
    • -179
    • +0
    ./Commands/OpenProjectCommandTest.cs
  1. … 6 more files in changeset.
* Moved GuiCommandHandler.OpenExistingProject(string) to OpenProjectCommand. Related to Issue [WTI-185]

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

Former-commit-id: 0b15122f70623579ee26e55fd15aa10a939b01e6

    • -0
    • +179
    ./Commands/OpenProjectCommandTest.cs
  1. … 5 more files in changeset.
* Moved GuiCommandHandler.CreateNewProject to CreateNewProjectCommand.

Related to Issue [WTI-185]

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

Former-commit-id: 78130409b084f48c4c50cdfbcc5ac83198594a0c

    • -0
    • +83
    ./Commands/CreateNewProjectCommandTest.cs
  1. … 5 more files in changeset.
Fixed some compilation failures Related to Issue [WTI-184]

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

Former-commit-id: 63515f785b1a4fd1df0656f13b296a33537d06a4

    • -1
    • +0
    ./ContextMenu/ContextMenuBuilderTest.cs
  1. … 14 more files in changeset.
* Simplified dependencies between DynamicPropertyBag and PropertySpecDescriptor. ** Pushed down some logic from DynamicPropertyBag to either PropertySpec or PropertySpecDescriptor. *** No longer are DynamicReadOnlyAttribute and DynamicVisibleAttribute triggers to dynamically add/remove ReadOnlyAttribute/BrowsableAttribute from PropertySpec.Attributes. * Fully covered PropertySpec and PropertySpecDescriptor. Related to Issue [WTI-187]

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

Former-commit-id: c2b6452bf7af689f2594681508778a5031fb2bc8

    • -44
    • +303
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 5 more files in changeset.
* Simplified dependencies between DynamicPropertyBag and PropertySpecDescriptor. ** Pushed down some logic from DynamicPropertyBag to either PropertySpec or PropertySpecDescriptor. *** No longer are DynamicReadOnlyAttribute and DynamicVisibleAttribute triggers to dynamically add/remove ReadOnlyAttribute/BrowsableAttribute from PropertySpec.Attributes. * Fully covered PropertySpec and PropertySpecDescriptor. Related to Issue [WTI-187]

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

Former-commit-id: b0122ba91cf0d9b2aac85f8c6da0031a9c00497a

    • -96
    • +9
    ./PropertyBag/DynamicPropertyBagTest.cs
    • -7
    • +262
    ./PropertyBag/PropertySpecDescriptorTest.cs
    • -0
    • +148
    ./PropertyBag/PropertySpecTest.cs
  1. … 2 more files in changeset.
* Refactored away dependency of PropertySpecDescriptor on parent DynamicPropertyBag instance. ** PropertySpecDescriptor now has responsibility to deal with Dynamic***Attribute. ** PropertySpecDescriptor now has responsibility to deal with properties decorated with ExpandableObjectConverter. * Reformed some tests in DynamicPropertyBagTest Related to Issue [WTI-187]

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

Former-commit-id: 1c867dbb2406d3c99e144c549b1a76cc13bda6b7

    • -35
    • +51
    ./PropertyBag/DynamicPropertyBagTest.cs
    • -0
    • +48
    ./PropertyBag/PropertySpecDescriptorTest.cs
  1. … 2 more files in changeset.
* Some cleanup & documentation on DynamicPropertyBag. ** Moved OnSetValue from DynamicPropertyBag to PropertySpec.SetValue. Related to Issue [WTI-187]

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

Former-commit-id: 9dbbe9e962bbf44082ff3a8e99580b213881001b

    • -2
    • +1
    ./PropertyBag/DynamicPropertyBagTest.cs
    • -3
    • +118
    ./PropertyBag/PropertySpecTest.cs
  1. … 4 more files in changeset.
Moved other attributes closely related with DynamicPropertyBag from Core.Common.Utils to Core.Common.Gui. Related to Issue [WTI-187]

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

Former-commit-id: 4b9773d55b21ce3633c4a065f2bd858084432be5

    • -0
    • +157
    ./Attributes/DynamicReadOnlyAttributeTest.cs
    • -0
    • +108
    ./Attributes/DynamicReadOnlyValidationMethodAttributeTest.cs
    • -0
    • +157
    ./Attributes/DynamicVisibleAttributeTest.cs
    • -0
    • +108
    ./Attributes/DynamicVisibleValidationMethodAttributeTest.cs
    • -0
    • +88
    ./Attributes/TestCaseClasses/DynamicReadOnlyTestCases.cs
    • -0
    • +88
    ./Attributes/TestCaseClasses/DynamicVisibilityTestCases.cs
  1. … 34 more files in changeset.
* Moved Core.Common.Utils.PropertyBag to Core.Common.Gui.PropertyBag * Moved PropertyOrderAttribute from Utils to Gui ** ? Other attributes might follow that are strongly related to DynamicPropertyBag ? Related to Issue [WTI-187]

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

Former-commit-id: da2b5d7e958a1b1332c01ff98d2f2ea203319f7d

    • -0
    • +23
    ./Attributes/PropertyOrderAttributeTest.cs
    • -0
    • +336
    ./PropertyBag/DynamicPropertyBagTest.cs
    • -0
    • +125
    ./PropertyBag/PropertySpecTest.cs
  1. … 41 more files in changeset.
Review related changes => Improved parameter checks for DialogBase constructor Related to Issue [WTI-183]

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

Former-commit-id: 192f00d75be95a629db3db34da3b4834b5645df0

  1. … 4 more files in changeset.
Got rid of ITreeView Related to Issue [WTI-184]

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

Former-commit-id: fc3a7abb9d7d0c0b2a6af3d1210efca79f0af6f4

    • -4
    • +4
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 20 more files in changeset.
Got rid of ITreeNode Related to Issue [WTI-184]

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

Former-commit-id: f5b2c9e2b82e13044e15c0efec49dd617218ae57

    • -19
    • +20
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -5
    • +5
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -10
    • +10
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 80 more files in changeset.
Improved pdb configuration Related to Issue [WTI-309]

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

Former-commit-id: 95c06c9a739ec690e52abe7ac71566ab2dfe1049

  1. … 21 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

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

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 70 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

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

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 70 more files in changeset.
Add rename options for piping calculation, assessment section and calculation group (when not direct child of assessment section) Related to Issue [WTI-172]

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

Former-commit-id: 1d93eaeb0b5367382ad39e7807e567a13ccffe4f

    • -1
    • +28
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -0
    • +35
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 16 more files in changeset.
Final version

Related to Issue [WTI-199]

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

Former-commit-id: 1eebeb54d532e08124016ed9adecff9d392e1d02

  1. … 3 more files in changeset.
Updated references, resources, UML of *Core.Common.Controls.Charting*, *Core.Common.Controls.Table*, and *Core.Common.Controls.TreeView* Related to Issue [WTI-184]

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

Former-commit-id: 8651c5c7328a477e74a4fab25f294c5c764bf17b

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

    • -2
    • +1
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -2
    • +1
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -2
    • +1
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 153 more files 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

  1. … 133 more files in changeset.
* Removed EventList dependency from Project. * Refactored 'item removed from project -> Close all views). * Renamed ProjectExplorerPluginGui to ProjectExplorerGuiPlugin. Related to Issue [WTI-187]

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

Former-commit-id: 6e2a4b4e086de9b8b052b872bbc040328aae0261

  1. … 17 more files in changeset.
Temp version, with decorator (and delete), but disabled and lookup table

Back to Framework 4.5

Related to Issue [WTI-199]

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

Former-commit-id: 3abcac765abfc25bd2fe1d34994e4130e96a50ba

  1. … 96 more files in changeset.
Made OptionsDialog implement DialogBase Related to Issue [WTI-184]

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

Former-commit-id: 5780c200313e6564630d5d8ef2a6529f5a39c64e

  1. … 4 more files in changeset.
Moved ColorTheme related classes to ColorTheme subdir. Performed remove redundant code over MainWindow.xaml.cs. Localized grid columns of FailureMechanismContributionView's grid. Moved tooltip update logic to ProjectExplorerGuiPlugin (from ProjectExplorer). Added Ringtoets.Common.Data.Test project. Added Name and Contribution to IFailureMechanism. Added BaseFailureMechanism which implements IFailureMechanism. FailureMechanismContribution for AssessmentSection now set from sub classes of AssessmentSectionBase. Localized resources. Related to Issue [WTI-168]

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

Former-commit-id: 31dbb343b4e96aadcec0fc7ac1561606ee8791f4

    • -0
    • +37
    ./Theme/ColorThemeExtensionsTest.cs
    • -0
    • +35
    ./Theme/ColorThemeTest.cs
  1. … 52 more files in changeset.
Review related changes Related to Issue [WTI-207]

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

Former-commit-id: f8e9660a35c0d286562cbcb95699fe8b6c8b8b2b

  1. … 3 more files in changeset.