Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -384
    • +0
    ./TreeNodeExpandCollapseStateTest.cs
    • -369
    • +0
    ./TreeViewNodePresenterBaseTest.cs
  1. … 151 more files in changeset.
"item" is not proper Dutch. Replaced with "element" Related to Issue [WTI-6]

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

Former-commit-id: 3506837b151cd93df4a2a5aac9e4dfef486dcf4f

  1. … 3 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. … 101 more files in changeset.
* Deleted unused classes. * Refactored away some IEventedList implementations to no longer depends on this interface. * Moved IEventedList and NotifyCollectionChangingEventArgs from Core.Common.Utils to Core.GIS.SharpMap.Api. * Renamed NotifyCollectionChangingEventArgs to NotifyCollectionChangeEventArgs. Related to Issue [WTI-187]

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

Former-commit-id: 7f684e848d533e7d7780e01581bac7276ecbe014

  1. … 44 more files in changeset.
* Moved EventedList from Core.Common.Utils to Core.GIS.SharpMap.Api Related to Issue [WTI-187]

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

Former-commit-id: 66256c3be2ec86e24b27f58ebbf47ea94557cb6b

  1. … 29 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. … 18 more files in changeset.
Cleaned up IView interface => Removed Visible property Related to Issue [WTI-183]

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

Former-commit-id: e3e9ce1aa71927335929f2789a8e23bfa18c2949

  1. … 2 more files in changeset.
* Fixed bug in TreeNodeExpandCollapseState due to ReferenceComparer. PipingContext objects are recreated on tree refresh, therefore override Equals method on their wrapped data. Added regression test. * Fixed exception when restoring state on a recorded node when new items have been added between recording and restoring (such as during a drag & drop operation). * Implemented review suggestion of WTI-Review-199 ** Small refactoring on drag & drop strategies in PipingCalculationGroupContextNodePresenter Related to Issue [WTI-174]

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

Former-commit-id: 23256277712965500a17ed3391aaa6cb87f1c014

    • -7
    • +66
    ./TreeNodeExpandCollapseStateTest.cs
  1. … 2 more files in changeset.
* Small clean ups * Removed IEventedList dependency from ITreeView related classes, introducing RegisterNodePresenter method to handle special 'after add' logic. * Removed IEventedList dependency from WizardDialog. * Removed INotifyCollectionChanging as it is not used. * Deleted unused classes and interfaces from Core.Common.Utils. Related to Issue [WTI-187]

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

Former-commit-id: 05ec6eaef57781d0e16ccb113e4114d211fcaa5c

    • -12
    • +12
    ./TreeViewNodePresenterBaseTest.cs
  1. … 21 more files in changeset.
* Implemented review suggestions of WTI-Review-194: ** Improved Xml docs. ** TreeNodeExpandCollapseState now used special IComparer when hashing, doing this on reference. This is more reliable when a Equals override is implemented. ** Fixed bugs in tests related to not calling MockRepository.VerifyAll or mockRepository.ReplayAll. ** Renamed PipingCalculationGroup.NameIsEditable to PipingCalculationGroup.IsNameEditable. ** Improved resources messages. ** Refactored Drag & Drop handling code of PipingCalculationGroupContextNodePresenter to strategies. ** Added unit tests to improved (functional) coverage. Related to Issue [WTI-174]

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

Former-commit-id: 1d6426433d7b91be2d5af222a79371f81db4e326

  1. … 16 more files in changeset.
* Fixed bug where it appeared that you could insert a piping calculation or calculation group into root-project using drag&drop. ** Moved default implementation of TreeViewNodePresenterBase of CanInsert further down inheritance hierarchy. Then changed the implementation in TreeViewNodePresenterBase to return null. ** Removed CanDrop implementation from ProjectNodePresenter and ensured that CanInsert returns null due to using the new base implementation. Related to Issue [WTI-174]

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

Former-commit-id: deef26712482f42e8f9ae2d7199cc3f56322022d

  1. … 11 more files in changeset.
Review related changes Related to Issue [WTI-182]

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

Former-commit-id: 20eb6bc16a37447a02e86c0e45b500cd7fb94fab

  1. … 13 more files in changeset.
Renamed TestUtils to TestUtil Related to Issue [WTI-184]

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

Former-commit-id: d7daba7b69132117103600f3370c1324765c1c86

  1. … 138 more files in changeset.
* Fixed failing test due to incorrect configured mock object Related to Issue [WTI-174]

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

Former-commit-id: 2a863c9a366cad8a6c80d0991a4eed79ccb87fc0

* Introduced TreeNodeExpandCollapseState in order to have a means to save the expand/collapse state of tree nodes and being able to restore that state back after a treeview refresh. * Drag&Dropping piping calculation and calculation group nodes now have their expanded/collapsed state retained after the action. * Added GetHashCode to PipingContext, as it's overriding Equals Related to Issue [WTI-174]

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

Former-commit-id: 1a665f3d971c16e14754e5e1f180e991ba8058a2

    • -0
    • +332
    ./TreeNodeExpandCollapseStateTest.cs
  1. … 9 more files in changeset.
Improved usage of NUnitForms Related to Issue [WTI-184]

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

Former-commit-id: b8361b28d0e1ea92ab21b04823ac0903b63daed6

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

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

Former-commit-id: dfa7f1f40a2f94f05747f4d9a109d12c52d2b883

  1. … 12 more files in changeset.
* Got rid of custom MessageBox in TreeView * Introduced WindowsFormsTestBase

Related to Issue [WTI-184]

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

Former-commit-id: efcca51cdee1727a742634b71b1b037f3ba2d10e

  1. … 6 more files in changeset.
Moved tests to Core.Common.Controls.Swf.Test

Related to Issue [WTI-184]

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

Former-commit-id: e433d47c90db507531a59e6bb4f4a4cf82a5ad32

    • -0
    • +65
    ./TreeNodeGraphicExtensionsTest.cs
    • -0
    • +702
    ./TreeViewControllerTest.cs
    • -0
    • +298
    ./TreeViewNodePresenterBaseTest.cs
    • -0
    • +556
    ./TreeViewTest.cs
  1. … 62 more files in changeset.