DragDropHandler.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating copyright year. WTI-2951

  1. … 5657 more files in changeset.
Updating copyright year. WTI-2914

  1. … 5658 more files in changeset.
Updated copyright year. WTI-2882

  1. … 5659 more files in changeset.
Updated license headers. WTI-2820

  1. … 126 more files in changeset.
Updated year in license header to 2022. WTI-2715

  1. … 5729 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Review related changes. WTI-2098

  1. … 30 more files in changeset.
Updated license headers in source files of src\Core.Common. WTI-1931

  1. … 225 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Cleanup: Removed unused usings. WTI-1767

  1. … 30 more files in changeset.
Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

  1. … 23 more files in changeset.
Incorporated comments review 2384: - Renamed test names to reflect what exceptions they are throwing - Updated/added XMLDocs - Added missing tests - Ran Cleanup Related to Issue [WTI-1230]

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

Former-commit-id: 8b26b0102391323b26752ad464f1801721da6d3c

Former-commit-id: 48c6c6b6f8f1196fa0193aaa8b23deeb6db1b74f

  1. … 13 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Rewrote logic of the DragDropHandler: -- Enum value is always defined, it's not possible to get an invalid state or value, unless there's something wrong internally

Related to Issue [WTI-1230]

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

Former-commit-id: d83ea5ac706913a12f81dcd9241e7b27b19b7808

Former-commit-id: b4718232d38d4accb86671ef166ef85444f2b6a0

Perform cleanup of Application.* and Core.Common.* Related to Issue [WTI-1463]

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

Former-commit-id: b788636893eb77186560c1c94da58be5e39bc269

Former-commit-id: adb82617948f02594e9f459279d36825f7d91060

  1. … 67 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

  1. … 817 more files in changeset.
- Merged conditional ?: expressions into conditional access. - Merged sequential checks in && or || expressions.

Paired with berg_jl

Related to Issue [WTI-1242]

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

Former-commit-id: 046b2480e95cfbe00503c7529eef55b577d7c563

Former-commit-id: b458cfeda0d4eeff999fab9ba59e439bcb9c9526

  1. … 39 more files in changeset.
Used null propagation where suggested. Related to Issue [WTI-1242]

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

Former-commit-id: 6d1d55a48f678a84b1d7b6279d945d2de8ee71a2

Former-commit-id: ac6b4dc77ee63a4b3e313075cebd822f4d32f432

  1. … 35 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

  1. … 290 more files in changeset.
Merged revision(s) 7802-7807 from branches/Release/16_4: Ran Deltares cleanup Related to Issue [WTI-1065]

........

Adjusted validator of StabilityPointStructureParameterKeyword22 to only validate {{Mean}}

Related to Issue [WTI 1102]

........

Changes after review

paired with bouvrie

Related to Issue [WTI-1065]

........

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

Former-commit-id: 7837197cf36f26bd709d61e3d88aaf4c25e55313

Former-commit-id: ee9e4d26cca941db8a5cbd20d5b9735843e6b06f

  1. … 33 more files in changeset.
* Refactored logic statements involging && and || to have improved outlining. * Removed nesting of 'remarks' clause within 'summary' clause in XML docs. * Fixed typos. * Replaced empty array initializers with empty array constructor. Related to Issue [WTI-958]

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

Former-commit-id: ca4049cc579a9c57aad121ecda5a5f8d606602e4

Former-commit-id: 2f244a555467f8b9e7467504077deb9f096e390a

  1. … 10 more files in changeset.
* Made variabletype explicit. * Added xml docs to method to make it clear what it's behavior is. * Added InvalidEnumArgumentException to default sections of switch statements. * Renamed resource (and reused it)

Related to Issue [WTI-926]

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

Former-commit-id: bc454db9c282f8f142b9ddd4e0d6b2f7141a5ef6

Former-commit-id: f83d1d7387f86e9c8cb1edf2cf839799e3180065

  1. … 14 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

  1. … 219 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.
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. … 2 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

  1. … 1 more file 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

  1. … 3 more files in changeset.
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

  1. … 1 more file in changeset.