PropertyClasses

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reconnect MapLegendView. WTI-2239

    • -183
    • +0
    ./FeatureBasedMapDataProperties.cs
    • -108
    • +0
    ./LineCategoryThemeProperties.cs
    • -144
    • +0
    ./PointCategoryThemeProperties.cs
    • -107
    • +0
    ./PolygonCategoryThemeProperties.cs
  1. … 51 more files in changeset.
Created Core.Gui. WTI-2239

  1. … 27 more files in changeset.
Adapted copyright year. WTI-2195

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

  1. … 3 more files in changeset.
Test if smell is fixed. WTI-2012

Updated license headers in source files of src\Core.Plugins. WTI-1931

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

- Swapped constructor arguments for the CategoryThemeProperties

- Refactored property return value

- Further cleanup

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

- Cleaned up properties (test)

  1. … 1 more file in changeset.
Removed obsolete constructor parameter. WTI-1894

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

  1. … 2 more files in changeset.
Adjusted visibility properties of the MapDataCollection. WTI-1894

- Made property readonly

- Changed return type

  1. … 1 more file in changeset.
Changed constructor from public to protected. WTI-1887

Made style type abstract. WTI-1887

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

  1. … 6 more files in changeset.
Ran intermediate cleanup across affected projects. WTI-1887

  1. … 7 more files in changeset.
Made CategoryThemeProperties abstract. WTI-1887

  1. … 1 more file in changeset.
Fixed representation of the category array in the property panel. WTI-1887

  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

Fixed test and compilation error. WTI-1887

  1. … 1 more file in changeset.
Fixed failing tests for the category properties. WTI-1887

  1. … 5 more files in changeset.
Added support of editable category themes for the PolygonData. WTI-1887

  1. … 1 more file in changeset.
Introduced property class to display PolygonCategories. WTI-1887

- Also cleaned up tests of existing implementations

    • -0
    • +113
    ./PolygonCategoryThemeProperties.cs
  1. … 5 more files in changeset.
Adjusted MapPointDataProperties to host the editable category themes. WTI-1887

  1. … 1 more file in changeset.
Renamed property name for line data properties. WTI-1887

  1. … 1 more file in changeset.
Added propertyclass for the PointCategoryTheme. WTI-1887

- Also cleaned up existing tests for the LineCategoryTheme

    • -0
    • +148
    ./PointCategoryThemeProperties.cs
  1. … 6 more files in changeset.
Adjusted MapLineDataProperties to host the editable category themes. WTI-1887

  1. … 3 more files in changeset.
Made CategoryThemeProperties typed. WTI-1887

- Done to let its derived classes access derived data from the CategoryTheme.

  1. … 3 more files in changeset.
Introduced property class to display line category theme properties. WTI-1887

    • -0
    • +72
    ./LineCategoryThemeProperties.cs
  1. … 5 more files in changeset.
Cleaned up category theme properties. WTI-1887

  1. … 1 more file in changeset.
Removed theming support from the MapData base class. WTI-1887

  1. … 1 more file in changeset.
Notify observers of parents when changing visibility of mapData. WTI-1885

  1. … 1 more file in changeset.
Added parents to FeatureBasedMapDataProperties. WTI-1885

  1. … 1 more file in changeset.