Core.Common.Controls.TreeView

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 309 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

    • -5
    • +0
    ./Core.Common.Controls.TreeView.csproj
  1. … 53 more files in changeset.
Merged revision(s) from branches/DockingManager

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

Former-commit-id: a659ece93f5e2cda3b606e643c0541f9f8387c55

Former-commit-id: c3e38b068f67783b6246763950eb44f4da63ff21

  1. … 122 more files in changeset.
Removed UpdateToolTips related logic Related to Issue [WTI-675]

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

Former-commit-id: 217334cca31e16c20d853d7282c247156bd9780e

Former-commit-id: 373e15bc3b37d389c2daa948b25eba09d170bd91

  1. … 8 more files in changeset.
* Fixes for WTI-Review-593: ** Reformatted code to improve code coherence. ** Added using clauses for disposable TreeView. ** Made variable explicit. Related to Issue [WTI-518]

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

Former-commit-id: 3190cc2f932be36eaa70bbcce614b71c0cf2b299

Former-commit-id: c7be015e8a70c887dd965206f34cb5b6fb73df1b

  1. … 1 more file in changeset.
Prevented exception thrown (but not visible in interface) by dragging data from outside the application. Prevented blinking of treeview placeholder when moving cursor over node with dragged data (only a problem when hovering over the parent of the dragged data) Related to Issue [WTI-518]

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

Former-commit-id: dd11030a9297197703e8d1bbf5a8d35b92574c4c

Former-commit-id: 3165cfe84323e1b407e3ab03d21cdc7da5892e87

  1. … 1 more file in changeset.
Fixed typos

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

Former-commit-id: e3e1838062d41eb0922e5b93af367d3f0d07b722

Former-commit-id: b6b3a9cf55f31b27a2b7a2307e3a9ef49fc14aaf

  1. … 2 more files in changeset.
Added shortcuts for Genereer scenario's... and Is relevant context menu items. Added shortcut for Genereer scenario's... button in PipingCalculationsView. Prevented CalculationGroup from being selected when making a failure mechanism relevant. Related to Issue [WTI-429]

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

Former-commit-id: fe1d165008e29b2d80b849e232a5080f1ca9f9bc

Former-commit-id: 0df2f5a2699ad68775f2ccea7d68d35633dfb98c

  1. … 14 more files in changeset.
Fixed exception when dragging element over project explorer panel. Related to Issue [WTI-518]

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

Former-commit-id: 487c46d9a67cfa5394e97cf325677251b30137d1

Former-commit-id: 3445d683a283c9c54d3bf5713c200f0b1966b1a8

removed select node on MouseDown as this would immediately put the node in rename mode after the MouseUp event. select node on drag

Related to Issue [WTI-481]

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

Former-commit-id: 291ee6ab07581adf525f81b0193cd82387bea37f

Former-commit-id: 2b9dc9b7085e0836aee8dac078aee1c5e024a365

  1. … 1 more file in changeset.
Changes after review. Related to Issue [WTI-481]

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

Former-commit-id: e7781cb34ea2dfe470d3c4f4bed71ec3a27eb35c

Former-commit-id: db1af0dda53c37d3d94c4371b2f9d97957e79699

  1. … 1 more file in changeset.
* TreeViewControl.SelectedData is now set on 'MouseDown' event, instead of MouseClick. * Removed TreeViewControl.PointToClient(Cursor.Position) conversion, as point coordinates are already directly provided by event arguments. Related to Issue [WTI-481]

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

Former-commit-id: 17a5e27e57cbf648256e56a4e02fec480bdf4654

Former-commit-id: d188ae129599d356b17f98bf9f87ea6010feb07b

  1. … 1 more file in changeset.
made references to our own projects public. Related to Issue [WTI-382]

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

Former-commit-id: 5e5676ef76d1791ebc6467902bd0a2f396e0c714

Former-commit-id: cc6e7ba3e09991df6f5488b0ab63d50a1188dda6

    • -0
    • +1
    ./Core.Common.Controls.TreeView.csproj
  1. … 28 more files in changeset.
Added tests for TreeViewControl. Related to Issue [WTI-391]

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

Former-commit-id: f7e1cba24d250871fc0fc5391333bd65b0268954

  1. … 3 more files in changeset.
Applied some review related changes Related to Issue [WTI-347]

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

Former-commit-id: faaf436bebd6ce924eed11853d0a9674ef58b5f0

Improved TreeViewControl comments Related to Issue [WTI-348]

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

Former-commit-id: 7138e206946b98728823f19d36c530a27272db0c

Added comments for TreeViewControl => Renamed some of the API methods Related to Issue [WTI-348]

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

Former-commit-id: 6db2f7091a8a45bfa7e0c22446816faacf3e7ee8

  1. … 9 more files in changeset.
Improved comments of TreeNodeInfo Related to Issue [WTI-348]

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

Former-commit-id: 7d1aa9d71fec700b60c4f314b118adced5db6d57

Performed some final cleanups => Found them while writing code documentation Related to Issue [WTI-348]

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

Former-commit-id: 2b0cabb17cae1a5408b4705fe14b7bd75cf07a4e

  1. … 2 more files in changeset.
Got rid of TreeNodeDataDeletedEventArgs Related to Issue [WTI-348]

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

Former-commit-id: dad4e33ce3f062bab423d55463af8ae8c92e2d64

    • -1
    • +4
    ./Core.Common.Controls.TreeView.csproj
  1. … 2 more files in changeset.
Encapsulated some drag and drop logic Related to Issue [WTI-348]

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

Former-commit-id: 10d3cd9f63f94881ba6f74d7ef2dff1fd376ae5c

    • -2
    • +0
    ./Core.Common.Controls.TreeView.csproj
CLeaned up DragDropHandler Related to Issue [WTI-348]

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

Former-commit-id: 9c52ef47a7f32971514d2ae497772a23623ff930

Added comments to DragDropHandler Related to Issue [WTI-348]

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

Former-commit-id: a2545d0032e89a3da5c3fb5d0ef9dcbfddb2cfa8

Removed DragOperations Related to Issue [WTI-347]

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

Former-commit-id: 66f60529ccf93d5a3f643d32b1b8b4d4d2d79666

    • -1
    • +0
    ./Core.Common.Controls.TreeView.csproj
  1. … 1 more file in changeset.
Improved TreeNodeInfo interface => CanDrop no longer uses DragOperations as return value Related to Issue [WTI-347]

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

Former-commit-id: 07fb5a30ef650f1b565344d8639f33149a470eb1

  1. … 4 more files in changeset.
Improved TreeNodeInfo interface => CanDrop no longer uses DragOperations as arguments Related to Issue [WTI-347]

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

Former-commit-id: 2eb432a4fe791b443e8d58d7bb0a7938c9994e53

  1. … 4 more files in changeset.
Improved TreeNodeInfo interface => OnDrop no longer uses DragOperations Related to Issue [WTI-347]

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

Former-commit-id: 272695cf63b4d00ed1d03a874ee6a4e60760f298

  1. … 3 more files in changeset.
Improved TreeNodeInfo interface => CanDrag no longer uses DragOperations Related to Issue [WTI-347]

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

Former-commit-id: 508186a029c00a9ec72ccbf00f4de5bf595b1a54

  1. … 7 more files in changeset.
Final review related changes => Performed Resharper cleanup and ordered methods Related to Issue [WTI-347]

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

Former-commit-id: 11fb3781fbb79d65b8529c570df478329e36c622

    • -5
    • +0
    ./Core.Common.Controls.TreeView.csproj
Review related change => Moved drag and drop related logic from TreeViewControl to DragDropHandler Related to Issue [WTI-347]

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

Former-commit-id: 349a9d857ab000d7a48982626c08db024787e948

    • -0
    • +1
    ./Core.Common.Controls.TreeView.csproj
    • -0
    • +329
    ./DragDropHandler.cs