DeltaShell

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed template for AssemblyInfo.cs and added custom AssemblyInfo.cs Related to Issue [WTI-39]

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

Former-commit-id: edd05e85e112853877393565f8f9033a5445720e

    • -0
    • +12
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs
    • -39
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs.svn
    • -0
    • +11
    ./DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs
    • -37
    • +0
    ./DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs.svn
    • -0
    • +11
    ./DeltaShell.Plugins.ProjectExplorer/Properties/AssemblyInfo.cs
    • -37
    • +0
    ./DeltaShell.Plugins.ProjectExplorer/Properties/AssemblyInfo.cs.svn
    • -0
    • +11
    ./DeltaShell.Plugins.SharpMapGis.Gui/Properties/AssemblyInfo.cs
    • -35
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Gui/Properties/AssemblyInfo.cs.svn
    • -0
    • +11
    ./DeltaShell.Plugins.SharpMapGis/Properties/AssemblyInfo.cs
    • -38
    • +0
    ./DeltaShell.Plugins.SharpMapGis/Properties/AssemblyInfo.cs.svn
  1. … 16 more files in changeset.
Added link to GlobalAssembly.cs for projects that will share assembly information (everything except for "external" sources) Removed version information from AssemblyInfo.cs Have GlobalAssembly.cs be generated by DeltaShell.Gui project

Related to Issue [WTI-39]

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

Former-commit-id: 61e7e5e5856a55f3851bc84892a20977aa1d0c44

    • -1
    • +2
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +8
    ./DeltaShell.Core/Properties/AssemblyInfo.cs
    • -1
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -0
    • +11
    ./DeltaShell.Gui/Properties/AssemblyInfo.cs
    • -1
    • +5
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -1
    • +5
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -1
    • +5
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -1
    • +5
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -1
    • +5
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 27 more files in changeset.
Added GlobalAssembly.cs Added references from WTI plugin projects and DeltaShell.Core and DeltaShell.Gui projects. Related to Issue [WTI-39]

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

Former-commit-id: 5aed324bdb939627c095ddc67aea052171a6c7e0

    • -0
    • +4
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +4
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 13 more files in changeset.
removed x86 and x64 build configurations. Left AnyCPU configuration as the main configuration. Related to Issue [WTI-51]

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

Former-commit-id: a415af7e16c02d543a8a4671cd4145ef01c82f01

    • -30
    • +1
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -56
    • +5
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -27
    • +1
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -30
    • +1
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -30
    • +1
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -27
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -31
    • +0
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 43 more files in changeset.
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Removed unused private variables - Commented local variables that had become obsolete when the rest of the method was commented / unreachable due to a NotImplementedException - Set warning level to 0 (this will prevent all warnings to appear in the error list) in the following projects: - - GeoAPI.* - - NetTopologySuite.* - - SharpMap.*

Remaining number of warnings: 155

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

Former-commit-id: cbb6c3da0280f1b34875e255248fb6167cdc179f

    • -2
    • +0
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 18 more files in changeset.
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Removed CLS compliant validation in AssemblyInfo.cs.svn - Removed explicit CLSCompliant attributes above methods (e.g. [CLSCompliant(false)]) - Removed unused variables - Commented code that was defined after an "NotImplementedException" is thrown

- Set SVN to ignore compiled files

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

Former-commit-id: 0cb9baaf9227fde916021e3e564d51280faa4739

    • -1
    • +1
    ./DeltaShell.Gui/CustomSettingsProvider.cs
  1. … 9 more files in changeset.
* Removed the DelayedEventHandler class and related DelayedEventHandlerController Related to Issue [WTI-52]

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

Former-commit-id: cdc862ff00bd2b8f0c6ad95fcbf9b7f0475e3a28

    • -9
    • +0
    ./DeltaShell.Core/DeltaShellApplication.cs
  1. … 6 more files in changeset.
* Readded required update logic for handling property and collection changes of data in TreeView (Which were removed too zealously) Related to Issue [WTI-52]

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

Former-commit-id: 293f5286b992590e0b36b0881b58fe4faaedcb4f

    • -0
    • +10
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorer.cs
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs
    • -0
    • +10
    ./DeltaShell.Plugins.ProjectExplorer/ProjectTreeView.cs
  1. … 2 more files in changeset.
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Updated XML documentation - Removed CLS compliant validation in AssemblyInfo.cs.svn - Removed SecurityPermission in AssemblyInfo.cs.svn

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

Former-commit-id: fe94afb86f75b0bc255ee2d731044d105810711e

  1. … 32 more files in changeset.
* Removed usage of DelayedEventHandler in TreeView Related to Issue [WTI-52]

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

Former-commit-id: 875f21ba8825069ff6a48d133b25960188750c01

    • -10
    • +0
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorer.cs
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/ProjectExplorerGuiPlugin.cs
    • -10
    • +0
    ./DeltaShell.Plugins.ProjectExplorer/ProjectTreeView.cs
  1. … 2 more files in changeset.
* PropertyGrid no longer using DelayedEventHandler to handle selection changes Related to Issue [WTI-52]

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

Former-commit-id: fe9a850477936afaa42d8ce597c3e7fbe8dda946

* Updated existing library versions to 0.5 Related to Issue [WTI-38]

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

Former-commit-id: cf54c16457681bf6055fa0f8229e48c3a325f5ef

    • -2
    • +2
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs.svn
    • -2
    • +2
    ./DeltaShell.Plugins.CommonTools/Properties/AssemblyInfo.cs.svn
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer/Properties/AssemblyInfo.cs.svn
    • -2
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Gui/Properties/AssemblyInfo.cs.svn
    • -2
    • +2
    ./DeltaShell.Plugins.SharpMapGis/Properties/AssemblyInfo.cs.svn
  1. … 8 more files in changeset.
Removed EditableObjectUnique related code Related to Issue [WTI-5]

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

Former-commit-id: 2efbb45e0818461dbf8918e062e5f4f148da22ba

  1. … 4 more files in changeset.
Removed EditableObjectUnique related code Related to Issue [WTI-5]

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

Former-commit-id: 773a305c00b02886271c87445e075ae01f4f64dc

    • -0
    • +1
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -4
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs
    • -10
    • +1
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs
    • -3
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx
    • -3
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx
  1. … 1 more file in changeset.
Added placeholders for Piping calculations in the interface. Added PipingDataNodeController to add interactions between the calculation and the PipingDataNodePresenter. Added context menu for a pipingData node which contains the item to start a calculation. Related to Issue [WTI-13]

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

Former-commit-id: 50766c143307211e49753114ebec42d577210e06

    • -0
    • +4
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 20 more files in changeset.
Reverse merged revision(s) 71, 66-65, 63 from trunk: Fixed compilation failure ........ Removed EditableObjectUnique related code Related to Issue [WTI-5]

........

Removed IEditableObject related code

Related to Issue [WTI-5]

........

Removed IEditable object related code

Related to Issue [WTI-5]

........

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

Former-commit-id: 525aeecf16f40a6a68247bb0f60d718cdfe7c921

    • -1
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -0
    • +6
    ./DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs
    • -1
    • +10
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs
    • -0
    • +3
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx
    • -0
    • +3
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx
  1. … 16 more files in changeset.
* Localised installer for nl-NL * Removed textual references to WTI2017, and renamed those to just WTI Related to Issue [WTI-10]

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

Former-commit-id: ac954471c91df58eaac6a52dd1cdd4bd9b99b709

    • -0
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 10 more files in changeset.
Removed IEditableObject related code Related to Issue [WTI-5]

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

Former-commit-id: ee54e85b83f2a660e08cf222f3bfd4332ad9dd07

  1. … 2 more files in changeset.
Removed IEditableObject related code Related to Issue [WTI-5]

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

Former-commit-id: 14e649905bedbf4dd515cb400da06516eaebe5e4

  1. … 2 more files in changeset.
Removed IEditable object related code Related to Issue [WTI-5]

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

Former-commit-id: e7006a71f4165f5d9fe7afb4c210850010abb797

    • -0
    • +1
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -6
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs
    • -10
    • +1
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs
    • -3
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx
    • -3
    • +0
    ./DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx
  1. … 1 more file in changeset.
Removed IUnique and SqlUtils Related to Issue [WTI-5]

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

Former-commit-id: 80dcc2aea0e825abe2c31cc38bee51f34d431d1c

  1. … 18 more files in changeset.
Removed Unique related code Related to Issue [WTI-5]

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

Former-commit-id: 1a5c992ffed5011c1a55f157e95597fc828853d2

    • -3
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Gui/Forms/GeneratedMapLayerInfo.cs
  1. … 17 more files in changeset.
* Improved installer to check if .Net 4.5 of higher has been installed. * Installer places shortcuts on Desktop, Start Menu and installation directory. Related to Issue [WTI-10]

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

Former-commit-id: e9c3139d3cd5e4cd04e7c928942f41c939427bca

    • -1
    • +2
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 2 more files in changeset.
* Configured all projects to build as 32bit when creating the installer. * Defined Wti2017Payload.wxs file harvested with Wix tool: heat.exe Related to Issue [WTI-10]

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

Former-commit-id: cc86bda8145a8d01e3c4337e1b2e101b3282dccb

    • -0
    • +30
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +27
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -0
    • +30
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -0
    • +30
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -0
    • +27
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -0
    • +31
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 18 more files in changeset.
Removed unused usings

Related to Issue [WTI-5]

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

Former-commit-id: ef2ec893db50b0b3f0709bf731b5456e75fd4f87

    • -2
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Gui/Forms/GeneratedMapLayerInfo.cs
    • -1
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Gui/Forms/GridProperties/VectorLayerPolygonProperties.cs
    • -1
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Gui/SharpMapGisGuiPlugin.cs
  1. … 61 more files in changeset.
* Created Wti2017Setup WiX project with initial dummy installer build * Created CreateInstaller configuration that only builds the projects required to create and build the WTI 2017 application installer. * Removed strong name keys from libraries

Related to Issue [WTI-10]

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

Former-commit-id: 7c4489f15fecabe081d167b33f12ccf2d1538edd

    • -0
    • +10
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +20
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -0
    • +9
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -0
    • +10
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -0
    • +10
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -0
    • +9
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
    • -0
    • +10
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 47 more files in changeset.
* Created WtiProject class to hold all data for a particular WTI 2017 project. ** Defined corresponding NodePresenter and PropertyClass. * Extended plugins to make WtiProject, WtiProjectNodePresenter and WtiProjectProperties available to the framework. * Fixed Wti.*.csproj files to properly integrate into the Delta Shell plugin framework. Related to Issue [WTI-9]

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

Former-commit-id: 6908bc96099177eaaea3a3ded305282f3d268ef7

    • -0
    • +16
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 28 more files in changeset.
Improved GuiCommandHandler (TryCreateNewWTIProject/TryCloseWTIProject) => Added log messages => Cleaned up code

Related to Issue [WTI-5]

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

Former-commit-id: a984d4da53cabcc732c09d34b14902328934d7d9

    • -75
    • +62
    ./DeltaShell.Gui/GuiCommandHandler.cs
    • -3
    • +9
    ./DeltaShell.Gui/Properties/Resources.resx
  1. … 3 more files in changeset.