Core.Plugins.Map

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed build paths.

  1. … 8 more files in changeset.
Build src projects to own folder.

  1. … 125 more files in changeset.
Fixed Properties should not make collection or array copies. WTI-2012

    • -1
    • +6
    ./PropertyClasses/MapPointDataProperties.cs
    • -1
    • +6
    ./PropertyClasses/MapPolygonDataProperties.cs
  1. … 3 more files in changeset.
Test if smell is fixed. WTI-2012

    • -1
    • +6
    ./PropertyClasses/MapLineDataProperties.cs
Restored AssemblyInfos and Core.Common.Version. WTI-2003

  1. … 358 more files in changeset.
Migrated Core Plugins projects. WTI-2003

  1. … 10 more files in changeset.
Removed all resources designer files. WTI-2003

    • -916
    • +0
    ./Properties/Resources.Designer.cs
  1. … 99 more files in changeset.
Revert "Removed all resources designer files. WTI-2003"

This reverts commit 2b0b66513226fa1fcd379c2cd214d61302cc9be7.

    • -0
    • +916
    ./Properties/Resources.Designer.cs
  1. … 99 more files in changeset.
Cleanup Core. WTI-1971

    • -1
    • +1
    ./PresentationObjects/MapPointDataContext.cs
  1. … 24 more files in changeset.
Removed unused resources. WTI-1971

  1. … 2 more files in changeset.
Fixed packages.config targetFramework. WTI-1953

  1. … 260 more files in changeset.
Fixed package references. WTI-1953

  1. … 293 more files in changeset.
Downgraded fluent to 5.0.2.46

  1. … 30 more files in changeset.
Updated fluent ribbon. WTI-1953

  1. … 30 more files in changeset.
Updated fluent ribbon. WTI-1953

  1. … 30 more files in changeset.
Revert "Updated fluent ribbon. WTI-1953"

This reverts commit f0a753b1e13727e68cf9f46ae8e74dc4dce69f62.

  1. … 30 more files in changeset.
Updated .net version in all packages.config. WTI-1953

  1. … 267 more files in changeset.
Revert "Updated .net version in all packages.config. WTI-1953"

This reverts commit 5b0a61282b618ef46d67391fa93f577622c0481e.

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

    • -3
    • +3
    ./Commands/ToggleMapLegendViewCommand.cs
    • -3
    • +3
    ./PresentationObjects/FeatureBasedMapDataContext.cs
    • -3
    • +3
    ./PresentationObjects/MapDataCollectionContext.cs
    • -3
    • +3
    ./PresentationObjects/MapDataContext.cs
    • -3
    • +3
    ./PresentationObjects/MapLineDataContext.cs
    • -3
    • +3
    ./PresentationObjects/MapPointDataContext.cs
    • -3
    • +3
    ./PresentationObjects/MapPolygonDataContext.cs
  1. … 45 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

  1. … 353 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Swapped constructor arguments for the CategoryThemeProperties

- Refactored property return value

- Further cleanup

    • -18
    • +18
    ./PropertyClasses/CategoryThemeProperties.cs
    • -3
    • +3
    ./PropertyClasses/LineCategoryThemeProperties.cs
    • -1
    • +1
    ./PropertyClasses/MapLineDataProperties.cs
    • -1
    • +1
    ./PropertyClasses/MapPointDataProperties.cs
    • -1
    • +1
    ./PropertyClasses/MapPolygonDataProperties.cs
    • -3
    • +3
    ./PropertyClasses/PointCategoryThemeProperties.cs
    • -3
    • +3
    ./PropertyClasses/PolygonCategoryThemeProperties.cs
  1. … 4 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Cleaned up properties (test)

    • -4
    • +9
    ./PropertyClasses/CategoryThemeProperties.cs
    • -2
    • +1
    ./PropertyClasses/FeatureBasedMapDataProperties.cs
  1. … 1 more file in changeset.
Removed obsolete constructor parameter. WTI-1894

- Visibility property is readonly, parents are therefore not required anymore to notify.

    • -14
    • +3
    ./PropertyClasses/MapDataCollectionProperties.cs
  1. … 1 more file in changeset.
Adjusted visibility properties of the MapDataCollection. WTI-1894

- Made property readonly

- Changed return type

    • -33
    • +5
    ./PropertyClasses/MapDataCollectionProperties.cs
  1. … 1 more file in changeset.
Changed constructor from public to protected. WTI-1887

    • -1
    • +1
    ./PropertyClasses/CategoryThemeProperties.cs
Made style type abstract. WTI-1887

- Let the derived classes determine what to use to represent as the style type

    • -18
    • +18
    ./Properties/Resources.Designer.cs
    • -7
    • +1
    ./PropertyClasses/FeatureBasedMapDataProperties.cs
    • -0
    • +10
    ./PropertyClasses/MapLineDataProperties.cs
    • -0
    • +10
    ./PropertyClasses/MapPointDataProperties.cs
    • -0
    • +10
    ./PropertyClasses/MapPolygonDataProperties.cs
  1. … 4 more files in changeset.
Ran intermediate cleanup across affected projects. WTI-1887

    • -1
    • +1
    ./PropertyClasses/CategoryThemeProperties.cs
    • -1
    • +1
    ./PropertyClasses/MapLineDataProperties.cs
    • -1
    • +0
    ./PropertyClasses/MapPolygonDataProperties.cs
  1. … 7 more files in changeset.
Made CategoryThemeProperties abstract. WTI-1887

    • -2
    • +11
    ./PropertyClasses/CategoryThemeProperties.cs
    • -9
    • +4
    ./PropertyClasses/LineCategoryThemeProperties.cs
    • -12
    • +8
    ./PropertyClasses/PointCategoryThemeProperties.cs
    • -9
    • +4
    ./PropertyClasses/PolygonCategoryThemeProperties.cs
  1. … 1 more file in changeset.
Fixed representation of the category array in the property panel. WTI-1887

    • -0
    • +1
    ./PropertyClasses/MapLineDataProperties.cs
    • -0
    • +1
    ./PropertyClasses/MapPointDataProperties.cs
    • -0
    • +1
    ./PropertyClasses/MapPolygonDataProperties.cs
  1. … 3 more files in changeset.
Fixed failing tests. WTI-1887

- Added display names for the derived MapDataProperties

- Added dynamic visibility logic for the derived properties

    • -3
    • +11
    ./PropertyClasses/MapLineDataProperties.cs
    • -1
    • +14
    ./PropertyClasses/MapPointDataProperties.cs
    • -3
    • +16
    ./PropertyClasses/MapPolygonDataProperties.cs