Core.GIS.SharpMap

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Small clean ups * Removed IEventedList dependency from ITreeView related classes, introducing RegisterNodePresenter method to handle special 'after add' logic. * Removed IEventedList dependency from WizardDialog. * Removed INotifyCollectionChanging as it is not used. * Deleted unused classes and interfaces from Core.Common.Utils. Related to Issue [WTI-187]

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

Former-commit-id: 05ec6eaef57781d0e16ccb113e4114d211fcaa5c

  1. … 23 more files in changeset.
* Removed unused classes, interfaces or members. * Moved NativeWin32 methods to their respective caller's libraries. * Moved NativeLibrary to Core.Common.Gui/Forms/MainWindow/Interop * Moved GraphicsExtensions in library to Drawing part Related to Issue [WTI-187]

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

Former-commit-id: 97766c6c3b6319b157189c9c0e3fc26171df63b4

  1. … 27 more files in changeset.
SQLite database with load and save project Related to Issue [WTI-199]

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

Former-commit-id: 87c7609f9f912ed4e4fc8e5d5b0e7f6c3589e05d

  1. … 163 more files in changeset.
Final review related changes

Paired with Marten

Related to Issue [WTI-148]

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

Former-commit-id: 022caf52c6f4db82a1df0a4bceb28bfd3c998f25

  1. … 28 more files in changeset.
we set "CopyLocal" for references of domestic projects to FALSE. Related to Issue [WTI-148]

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

Former-commit-id: c4677e16a1ae7cc08150a1b9b60dcefeccde8754

  1. … 28 more files in changeset.
reintroduced Ringtoets.targets. If it placed above, then it represents "global settings" that fulfills all the projects (that import it) with default settings without code duplication. AllowedReferenceRelatedFileExtensions (for Release only), OutputPath, WarningLevel and PlatformTarget are moved to targets now. Related to Issue [WTI-148]

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

Former-commit-id: 5400b8fdf52a4a4621ede66d2ea767c6eee50bda

  1. … 35 more files in changeset.
removed Ringtoets.targets due to unnecessary clean up actions. AllowedReferenceRelatedFileExtensions flag is moved to the project configuration. Related to Issue [WTI-148]

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

Former-commit-id: 2f8f7061db721b7f1b67104ee0d83acb7ad4841a

  1. … 37 more files in changeset.
Set default platform to x86 (instead of AnyCPU) Removed configuration *CreateInstallerWithDemoProject* in projects (release was used anyways) Related to Issue [WTI-148]

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

Former-commit-id: 2fb0ca748dced07d7231dcbf87ed9885a248fffb

  1. … 72 more files in changeset.
Fixed creation of installer with demo projects added Related to Issue [WTI-95]

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

Former-commit-id: 81eb7226a7bfb9a01d5b8a9f2adac6514cbc8874

  1. … 71 more files in changeset.
- Created configuration for test coverage (it requires PDB files) - Cleaned up cofngiration for *CreateInstallerWithDemoProject*, it is an equivalent of *Release* Related to Issue [WTI-64]

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

Former-commit-id: c5f32c4f489636d5ebe6acddc774a15a5e3ef418

  1. … 73 more files in changeset.
Removed unused references cleanup Related to Issue [WTI-95]

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

Former-commit-id: 1eda20ffff2a79890342b87f3b06503d41cfc5fa

  1. … 17 more files in changeset.
all projects are build into SolutionDir\bin directory. Installer is also redirected to this dir. Related to Issue [WTI-148]

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

Former-commit-id: b930a00c4632ec165638f460385728583e825e17

  1. … 71 more files in changeset.
- Removed unused references to PostSharp - Removed unused reference to System.Threading (was causing a warning) Related to Issue [WTI-95]

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

Former-commit-id: aa2b6bb04ac2d2bf3baea263f897e3ce79919fe6

  1. … 2 more files in changeset.
Prevent .pdb getting copied for anything but Debug in non-test projects. Related to Issue [WTI-64]

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

Former-commit-id: 3d3b918e38ffd9aa7f0ddb2fd417fe09daed7326

  1. … 54 more files in changeset.
Review related change => Removed SkipChildItemEventBubbling from INotifyCollectionChange Related to Issue [WTI-81]

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

Former-commit-id: 677fcce1900f10ade2d365d2e0322553ee38797b

  1. … 5 more files in changeset.
Moved log4net to NUGet Related to Issue [WTI-100]

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

Former-commit-id: efc1ee9dc887a144abb0c543a7744ff8387ec427

  1. … 77 more files in changeset.
Replaced all *\/{3}(\w)* with */// $1* (not on inline code) Related to Issue [WTI-101]

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

Former-commit-id: 98b877a8c6d7b95a63f6725803f8af74a9f88083

  1. … 11 more files in changeset.
Applied some final improvements when it comes to layers and themes Related to Issue [WTI-81]

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

Former-commit-id: cbe9a4ae8e369c7891ac15b5bbf0648463aa03a3

    • -1
    • +1
    ./Rendering/Thematics/CategorialTheme.cs
Removed Entity from Map Related to Issue [WTI-81]

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

Former-commit-id: 4de44c7e13f82f87333214f327e18292bef9d9fa

  1. … 2 more files in changeset.
Further cleanup and improvement of translations due to review. Related to Issue [WTI-6]

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

Former-commit-id: 82fdefedc8e13efbf5cffe5b56478dedc20d720c

    • -108
    • +0
    ./Properties/Resources.Designer.cs
  1. … 28 more files in changeset.
Bug in LatexToPDF does not process *///</* correctly. This can be solved by replacing it with */// </* Related to Issue [WTI-101]

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

Former-commit-id: 5641fecac9a47239a729b66e5cce86624a7d616d

  1. … 35 more files in changeset.
Removed Entity from Layer Related to Issue [WTI-81]

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

Former-commit-id: 4bc526f18c8637d2f77f47af4caa6f8f0e99dcc5

  1. … 7 more files in changeset.
Removed Entity from GroupLayer Related to Issue [WTI-81]

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

Former-commit-id: bdfe49a6d449d0d08786d89c367326a374218709

  1. … 3 more files in changeset.
Removed Entity from LabelLayer Related to Issue [WTI-81]

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

Former-commit-id: 0a536e77bd790b8ebeb8589eda4d2f8521573463

  1. … 1 more file in changeset.
Removed Entity from VectorLayer Related to Issue [WTI-81]

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

Former-commit-id: 505825e815ca53660e3b78f6e43b6c844f961577

  1. … 1 more file in changeset.
Cleaned up GradientTheme Related to Issue [WTI-81]

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

Former-commit-id: cf129615b21e759a312ae2e45f644563e21165b4

    • -40
    • +6
    ./Rendering/Thematics/GradientTheme.cs
Fixed property change bubbling for Style objects in CustomTheme related classes Related to Issue [WTI-81]

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

Former-commit-id: d7ef4bdcc00907c2f781123904f9d004b43b73b6

    • -2
    • +32
    ./Rendering/Thematics/CustomTheme.cs
  1. … 3 more files in changeset.
Fixed property change bubbling for Style objects in CategorialTheme related classes Related to Issue [WTI-81]

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

Former-commit-id: a9d2fab1f8808b40be4b0aca33e8c6c5087acc90

    • -0
    • +13
    ./Rendering/Thematics/CategorialTheme.cs
  1. … 1 more file in changeset.
Fixed property change bubbling for Style objects in ThemeItem related classes Related to Issue [WTI-81]

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

Former-commit-id: cbcc394ae7700b867a91eb19614e9441086db8e3

    • -5
    • +5
    ./Rendering/Thematics/GradientThemeItem.cs
  1. … 3 more files in changeset.
Removed Entity from Style related classes Related to Issue [WTI-81]

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

Former-commit-id: 7a9df77dcca5437f30fbd6624ec3960cae7de4a3

  1. … 1 more file in changeset.