DeltaShell

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
extracted method Related to Issue [WTI-56]

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

Former-commit-id: 18234050cb41ff57e00a8c87cff52e49dc7802e6

improved refresh() by manipulating with the timer. Related to Issue [WTI-56]

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

Former-commit-id: 45cd0daa6e34aaa1cd5c00f1b3d6ac335b83cf4b

* Prevent Wti.Base.dll from being copied to bin-folder (This project is only required for it's compilation actions, but doesn't contain any code) Related to Issue [WTI-38]

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

Former-commit-id: 72fb3881f6052d9640228edd70af4700ae5e6b4a

    • -0
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 12 more files in changeset.
reverted rev 252. Seems like property-bag is needed (at least in 10 unit-tests) Related to Issue [WTI-56]

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

Former-commit-id: bfd3c90250ca7ab70ab103a8d4419f7162404a7b

removed DynamicPropertyBag dependency

Related to Issue [WTI-56]

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

Former-commit-id: 4451709c010927cfb1c3382370bc351dfb8b8b26

got rid of multi-selection and multi-composition (when objects stacked in propertyGrid) Related to Issue [WTI-56]

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

Former-commit-id: ead4419f45056d4cf6cf7914d87299ba8b265ad4

ReSharper warning resolved: Convert to '?:' expression Related to Issue [WTI-49]

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

Former-commit-id: 4acba3d8a82ec6ce4a67d13222f617f4830bb7d1

    • -16
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapTreeViewNodePresenter.cs
  1. … 41 more files in changeset.
Ensured map items can no longer be added to the project tree => Didn't remove any code but commented it (for testing purposes) Related to Issue [WTI-5]

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

Former-commit-id: e5c6dceee0fbdea918ffd78e666e38f7481c5981

    • -10
    • +12
    ./DeltaShell.Plugins.SharpMapGis/SharpMapGisApplicationPlugin.cs
Removed some unused code Related to Issue [WTI-70]

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

Former-commit-id: 02f43419757a08698bf959a9f994fe60858392df

    • -2
    • +0
    ./DeltaShell.Core/DeltaShellUserDataFolderConverter.cs
    • -2
    • +0
    ./DeltaShell.Core/ProjectRepositoryFactory.cs
  1. … 9 more files in changeset.
+ removed refreshRequired flag. Didn't do anything. + cleaned code a bit

Related to Issue [WTI-56]

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

Former-commit-id: 1f0dfbe36182347016d2e563908c4410757223e2

- Converted invalid XML into 'normal' comment - Added XML comment - Removed empty statement - Removed empty expression Related to Issue [WTI-49]

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

Former-commit-id: df8891d61b0f3cfa60dffb6dd5c9611a0fcfd66a

    • -7
    • +24
    ./DeltaShell.Plugins.CommonTools/CommonToolsApplicationPlugin.cs
    • -0
    • +5
    ./DeltaShell.Plugins.CommonTools/CommonToolsDataAccessListener.cs
  1. … 3 more files in changeset.
- Set build properties of all projects

Related to Issue [WTI-78]

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

Former-commit-id: cb6ce199f7f01b258f2e83916acf9c831279ee83

    • -5
    • +4
    ./DeltaShell.Core/DeltaShell.Core.csproj
    • -0
    • +5
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -0
    • +3
    ./DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj
    • -2
    • +6
    ./DeltaShell.Plugins.CommonTools/DeltaShell.Plugins.CommonTools.csproj
    • -1
    • +4
    ./DeltaShell.Plugins.ProjectExplorer/DeltaShell.Plugins.ProjectExplorer.csproj
    • -2
    • +8
    ./DeltaShell.Plugins.SharpMapGis/DeltaShell.Plugins.SharpMapGis.csproj
  1. … 35 more files in changeset.
minor cosmetic tweaks Related to Issue [WTI-57]

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

Former-commit-id: 524eee8f1e7f6552be461258e3cc38c7052a8472

removed unused property

Related to Issue [WT-57]

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

Former-commit-id: f10b728fdbf97a157f7361082687a2f9e0f36702

translated "Message details" window caption to NL Related to Issue [WT-57]

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

Former-commit-id: b06de95670f87e0cfe873a74a5fbdb0aac48956a

    • -1
    • +1
    ./DeltaShell.Gui/Properties/Resources.resx
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Removed unused code - Ignored unused code in test that is required by an interface - Updated xml comments

Related to Issue [WTI-49]

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

Former-commit-id: 38966946a5f22e4e0a2463d94b355e2312e711b1

    • -0
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Gui/DeltaShell.Plugins.SharpMapGis.Gui.csproj
  1. … 20 more files in changeset.
remove redundant var Related to Issue [WTI-57]

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

Former-commit-id: 9fb4daebf3ef9017ce5cedb133820ada10003357

+ toolStrip has now vertical layout + minor clean up Related to Issue [WTI-57]

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

Former-commit-id: 4b3f1d89b9c310967407a0a7a8409f295bbbad13

committing missing dependencies

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

Former-commit-id: 8b68bfd7842b014d69a7c53a3af15cd042650527

    • -1
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 4 more files in changeset.
cosmetic adjustments for log window. consulted with PO. Related to Issue [WTI-57]

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

Former-commit-id: aeb7467afae3e76813006e6381b4d824661e4e40

    • -0
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -734
    • +737
    ./DeltaShell.Gui/Properties/Resources.resx
    • binary
    ./DeltaShell.Gui/Resources/icon_clear_all_messages.PNG
removed caption from the first column. It had to be removed for WTI-48. Related to Issue [WTI-57]

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

Former-commit-id: 5aff4a03d909ed4540373a76a2123e8455badd27

Refactoring of PipingDataNodeController due to discussion on MVC - Introduced PipingCalculationService which can be called to perform a piping calculation - Removed PipingDataNodeController obsolete + logic of PipingDataNodeController moved to PipingDataNodePresenter + context menu constructed in PipingDataNodeController - Adapted tests accordingly. Related to Issue [WTI-13]

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

Former-commit-id: 533b8c324d3ccf85e68643f3f5d40d4c3f7e0607

    • -2
    • +2
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
  1. … 28 more files in changeset.
got rid of Debug button Related to Issue [WTI-57]

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

Former-commit-id: a8307020fe61f86533822de0293aa0ca0b35cf3f

added icon for show-details form Related to Issue [WTI-57]

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

Former-commit-id: bc8f817a9e93ee1deb0d7e940f5780fbc7c1482a

    • -0
    • +1
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -4
    • +3
    ./DeltaShell.Gui/Properties/Resources.resx
    • binary
    ./DeltaShell.Gui/Resources/application_import_blue.ico
Warning: Accessing a member on may cause a runtime exception because it is a field of a marshal-by-reference class (compiler warning CS1690) - Is prevented by creating a local copy of the field - https://msdn.microsoft.com/en-us/library/x524dkh4.aspx

- Removed few unused variables

Related to Issue [WTI-49]

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

Former-commit-id: 3603f7ce6b84ac4796a8e96f781f0e1ee12a90c3

    • -1
    • +0
    ./DeltaShell.Gui/Forms/SelectViewDialog.cs
  1. … 3 more files in changeset.
removed MainForm icon handling. Irrelevant for WTI project. Related to Issue [WTI-74]

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

Former-commit-id: dfbf76e52f1cf968ac560bb25183d3b18bb5020c

  1. … 1 more file in changeset.
+ renamed "Error" event to OnError for transparency reasons + removed code related to MONO Related to Issue [WTI-57]

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

Former-commit-id: faccb8e45a6b8fe21845fb41b2c0be6dbf2f8e51

removing SplashScreenLogAppender. Such functionality is not needed for the current project. is a part of the implementation for WTI-57 Related to Issue [WTI-57]

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

Former-commit-id: 3416ca96f20deefabd2c48cd033f6d5f679a9c56

    • -1
    • +0
    ./DeltaShell.Gui/DeltaShell.Gui.csproj
    • -205
    • +0
    ./DeltaShell.Gui/Forms/SplashScreenLogAppender.cs
- Removed unnecessary comments - Reference to "company" in app.config moved to SettingsHelper.ApplicationCompany, which takes the company name from the application's assembly - Made setters for property SettingsHelper.ApplicationName and SettingsHelper.ApplicationVersion private Related to Issue [WTI-58]

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

Former-commit-id: b4bd12d27cb1a00f38f04c1732068a9a7e362ba6

    • -11
    • +0
    ./DeltaShell.Core/DeltaShellApplication.cs
    • -1
    • +0
    ./DeltaShell.Core/DeltaShellUserDataFolderConverter.cs
  1. … 1 more file in changeset.
removed Source and Exception columns from LogMessages window Related to Issue [WTI-48]

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

Former-commit-id: 2e90f248218b1f3c443099160b724d51c5b02d37

    • -1
    • +1
    ./DeltaShell.Gui/Forms/SplashScreenLogAppender.cs
  1. … 1 more file in changeset.