ProjectExplorerViewController.cs

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

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

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

  1. … 6095 more files in changeset.
Cleanup: Fix implementation of IDisposable to conform to the dispose pattern. WTI-1787

  1. … 39 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.
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.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

  1. … 284 more files in changeset.
Merged revision(s) from branches/WTI 956:

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

Former-commit-id: 3d2c37b53bc9af98d14966ffd630002740f6e6a0

Former-commit-id: 61a1d9c005e4a1ecc187f522b951df018848a0bf

  1. … 33 more files in changeset.
Merged revision(s) 5138-5153 from branches/Release/16_1_1: Events below private fields Related to Issue WTI 739

........

Updated DSoil-Model database version requirement to 15.0.6.0

Related to Issue WTI 739

........

Remove obsolete tag

........

Create release tag

Related to Issue WTI 739

........

Fixed documentation errors.

Reviewed by: kleijn

Related to Issue WTI 739

........

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

Former-commit-id: 5862eaf0157aedd25b5b34bd5eb972f1d3480ec4

Former-commit-id: f2137caaf23b270126ff933a2fc8f59ffb8db6b2

  1. … 55 more files in changeset.
Merged revision(s) 4850, 4857, 4861 from branches/Release/16_1_1: - Remove strange assembly in resource. - Updated UnusedResourceSearcher.exe Related to Issue WTI 744

........

* Improved resource name to match coding conventions.

Related to Issue WTI 798

........

Use GetFullPath to get a proper path for the SaveFileDialog

........

Merged revision(s) 4837, 4842, 4846 from branches/Release/16_1_1:

Checked VerifyAll for every ReplayAll call.

Whenever encountered: mocking of implementation classes replaced with instances.

Reviewed by: kleijn

........

Added test for RingtoetsPipingSurfaceLineProperties.

........

Corrected documentation.

Related to Issue WTI 737

........

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

Former-commit-id: df400900af18215aa45d4c4535e15722f2daea3f

Former-commit-id: 8dccb6e105b15f43d5b135c05c7a3d4b50febed7

  1. … 58 more files in changeset.
* Cleanup Core.Plugins test and source projects. * Cleanup Demo.Ringtoets test and source projects. Related to Issue [WTI-737]

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

Former-commit-id: fe307a4e821c34daeb01025d8a3330ee640e35d0

Former-commit-id: fd27b97e2d27f67d0d1ccc1ebf06332563f1eb9b

  1. … 23 more files in changeset.
Added serializable attributes. Introduced properties for methods. Implemented IDisposable for ContextMenuBuilder. Defined EventHandler as event. Related to Issue [WTI-737]

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

Former-commit-id: fe14bd565768d4de43db8608d70bc58882363f85

Former-commit-id: 82c05ffc945906268b695d49570e99d954fb8c2d

  1. … 12 more files in changeset.
Merged revision(s) 4248, 4250, 4252, 4255, 4258, 4260, 4265-4266, 4268 from branches/WTI-539:

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

Former-commit-id: b19de7cb2f82f53409f1db3ad1f2db6cd8147bab

Former-commit-id: 855a7d1e06150e515db5c1aa47368b09477a121c

    • -10
    • +10
    ./ProjectExplorerViewController.cs
  1. … 82 more files in changeset.
Cleaned up storage command handler: - no unnecessary RefreshGui calls. - no unnecessary ProjectOpened and ProjectClosed logic - Moved closing of open views to GuiCore. - Replaced dependency of IMainWindowController to IWin32Window. Removed obsolete RefreshGui from IMainWindowController. Removed unwanted selection changes. Made ProjectExplorer clean up the application selection when disposed. Made ProjectExplorerViewController IDisposable so it can clean up ProjectExplorer. Made ProjectExplorerPlugin clean up ProjectExplorerVieController.

Related to Issue [WTI-487]

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

Former-commit-id: 8c9af8381be8ba38fd1709348df7318e7213dd01

Former-commit-id: 270ab1c90b3a762c190890ad901bec33a9722133

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

    • -59
    • +39
    ./ProjectExplorerViewController.cs
  1. … 122 more files in changeset.
* Implemented review suggestions from WTI-Review-296: ** Improved tests. ** Removed unused references. ** Moved RingtoetsGuiTests. ** Fixed typos. Related to Issue [WTI-190]

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

Former-commit-id: 19b4405609a279f01e0c541a1990ab1e2f46a09c

  1. … 10 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
Added documentation and tests for Core.Plugins.ProjectExplorer. Added PluginActivationException for when activating ProjectExplorer plugin failed.

Related to Issue [WTI-190]

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

Former-commit-id: 0c1b2be747e9e6fd4eead31f7fe6bc06b3087277

  1. … 11 more files in changeset.
Integrated TreeViewControl into IProjectExplorer Related to Issue [WTI-347]

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

Former-commit-id: f407f68b81e56a9aad411da22a85b7fc62fe7f63

  1. … 7 more files in changeset.
Added documentation and tests for Core.Plugins.ProjectExplorer. Replaced manual Add and Remove on toolview collection with OpenView and CloseView calls. Related to Issue [WTI-190]

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

Former-commit-id: 507f635428d3d24972b162f8993a6e6a515405e4

  1. … 4 more files in changeset.
Added documentation and tests for Core.Plugins.ProjectExplorer. Removed obsolete ProjectExplorerGuiPluginException. Related to Issue [WTI-190]

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

Former-commit-id: 23254e9743985e9c67bc91c88b42ca7e246456bc

    • -13
    • +45
    ./ProjectExplorerViewController.cs
  1. … 13 more files in changeset.
Added GetTreeNodeInfos to IGuiPluginsHost, implemented in RingtoetsGui, used in ProjectExplorerGuiPlugin. Moved ProjectExplorer open/close logic to projectExplorerViewController.

Related to Issue [WTI-190]

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

Former-commit-id: dc3bc569edc32ef3a1169ebc4d394f4595aa03a5

    • -14
    • +62
    ./ProjectExplorerViewController.cs
  1. … 9 more files in changeset.
Added explicit test for IsDisposed in Data property of ProjectExplorer because of force cleanup in view controller. Introduced ProjectExplorerViewController to separate ToggleProjectExplorerCommand from the gui. Injected ToggleProjectExplorerCommand into Ribbon.xaml.cs. Related to Issue [WTI-190]

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

Former-commit-id: 35ddf4fa7d8ced5efb21844d63b0a96ff8571d26

    • -0
    • +36
    ./ProjectExplorerViewController.cs
  1. … 5 more files in changeset.