Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./ProgressDialog/ProgressDialog.Designer.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. … 2 more files 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

    • -178
    • +15
    ./MessageWindow/MessageWindow.cs
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. … 2 more files 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

    • -35
    • +11
    ./MessageWindow/MessageWindow.Designer.cs
    • -79
    • +55
    ./MessageWindow/MessageWindow.resx
    • -86
    • +2
    ./MessageWindow/MessageWindowData.Designer.cs
    • -2
    • +1
    ./MessageWindow/MessageWindowLogAppender.cs
  1. … 1 more file in changeset.
Reverted changes => Removed too much Related to Issue [WTI-70]

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

Former-commit-id: 408e2d6915a134dfc7d80ee150d1d9076e1f46d5

  1. … 71 more files in changeset.
Removed unused classes Related to Issue [WTI-70]

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

Former-commit-id: 2c2b0ae9bbd6449e5789c9a1031d666c090f7bf7

  1. … 27 more files in changeset.
- Removed static version number from app.config - Now, the displayed version number is the assembly version number - Fixed error (in application log) that SplashScreenBackground.png cannot be found Related to Issue [WTI-58]

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

Former-commit-id: 41388857068025c063b4e382a0f06cf5558d8fa7

  1. … 4 more files in changeset.
cosmetic changes to MessagesWindow Related to Issue [WTI-48]

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

Former-commit-id: 71170a487be5f197243317a6d3c96a414bae2ced

    • -30
    • +30
    ./MessageWindow/MessageWindow.Designer.cs
    • -87
    • +87
    ./MessageWindow/MessageWindow.resx
Full cleanup over src and test Related to Issue [WTI-55]

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

Former-commit-id: 10d4dd15dbc2525f4f704d5225cbaab5b3705b9c

    • -375
    • +451
    ./MainWindow/MainWindow.xaml.cs
    • -26
    • +10
    ./MessageWindow/MessageRowData.cs
    • -46
    • +56
    ./MessageWindow/MessageWindow.cs
    • -53
    • +39
    ./MessageWindow/MessageWindowLogAppender.cs
    • -51
    • +71
    ./OptionsDialog/GeneralOptionsControl.cs
    • -14
    • +20
    ./OptionsDialog/OptionsDialog.cs
    • -18
    • +21
    ./ProgressDialog/ActivityInfo.cs
    • -54
    • +55
    ./ProgressDialog/ProgressDialog.cs
    • -125
    • +142
    ./PropertyGrid/PropertyGrid.cs
  1. … 1366 more files in changeset.
removed PropertyTabs button from property-grid Related to Issue [WTI-47]

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

Former-commit-id: 4b8b1bfe161970a5d5aabc956af7e581a70e1d0e

removed combobox above property-grid. all panels and splitter required for layout are also removed. Related to Issue [WTI-47]

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

Former-commit-id: b8a31edb980931649f43ce4de8f7f8e50af26b80

    • -37
    • +4
    ./PropertyGrid/PropertyGrid.Designer.cs
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
    ./MessageWindow/MessageWindowLogAppender.cs
  1. … 10 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

    • -4
    • +1
    ./PropertyGrid/PropertyGrid.Designer.cs
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.
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

  1. … 7 more files in changeset.