PropertyClasses

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

    • -162
    • +0
    ./CategoryThemePropertiesTest.cs
    • -426
    • +0
    ./FeatureBasedMapDataPropertiesTest.cs
    • -160
    • +0
    ./LineCategoryThemePropertiesTest.cs
    • -103
    • +0
    ./MapDataCollectionPropertiesTest.cs
    • -388
    • +0
    ./MapPolygonDataPropertiesTest.cs
    • -186
    • +0
    ./PointCategoryThemePropertiesTest.cs
    • -159
    • +0
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 52 more files in changeset.
Created Core.Gui. WTI-2239

    • -2
    • +2
    ./FeatureBasedMapDataPropertiesTest.cs
    • -1
    • +2
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 28 more files in changeset.
Adapted copyright year. WTI-2195

    • -1
    • +1
    ./FeatureBasedMapDataPropertiesTest.cs
    • -1
    • +1
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 111 more files in changeset.
Updated license headers in source files of test\Core.Plugins. WTI-1931

    • -3
    • +3
    ./FeatureBasedMapDataPropertiesTest.cs
    • -3
    • +3
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 59 more files in changeset.
Improvements after review. WTI-1887

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

- Fixed compilation errors as a consequence of changes in the derived classes of FeatureBasedMapData

-- Fixed for the property classes

    • -26
    • +21
    ./MapPolygonDataPropertiesTest.cs
Incorporated comments review 3395: WTI-1887

- Swapped constructor arguments for the CategoryThemeProperties

- Refactored property return value

- Further cleanup

    • -4
    • +4
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 7 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Cleaned up properties (test)

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

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

    • -15
    • +3
    ./MapDataCollectionPropertiesTest.cs
  1. … 2 more files in changeset.
Adjusted visibility properties of the MapDataCollection. WTI-1894

- Made property readonly

- Changed return type

    • -70
    • +10
    ./MapDataCollectionPropertiesTest.cs
  1. … 1 more file in changeset.
Added missing tests to MapData properties. WTI-1887

- Added test to verify whether the attribute name is passed correctly into the category themes

- Added test to verify if the map data is passed into the category themes proeprties

Introduced testhelper. WTI-1887

- Introduced testhelper to get rid of the expected format expression duplication across the various property classes

    • -16
    • +4
    ./LineCategoryThemePropertiesTest.cs
    • -16
    • +4
    ./PointCategoryThemePropertiesTest.cs
    • -16
    • +4
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Made style type abstract. WTI-1887

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

    • -1
    • +3
    ./FeatureBasedMapDataPropertiesTest.cs
  1. … 6 more files in changeset.
Ran intermediate cleanup across affected projects. WTI-1887

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

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

  1. … 3 more files in changeset.
Fixed test and compilation error. WTI-1887

    • -2
    • +2
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 1 more file in changeset.
Removed obsolete test factory. WTI-1887

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

    • -8
    • +5
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 3 more files in changeset.
Added support of editable category themes for the PolygonData. WTI-1887

    • -92
    • +57
    ./MapPolygonDataPropertiesTest.cs
  1. … 1 more file in changeset.
Introduced property class to display PolygonCategories. WTI-1887

- Also cleaned up tests of existing implementations

    • -15
    • +15
    ./PointCategoryThemePropertiesTest.cs
    • -0
    • +173
    ./PolygonCategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Adjusted MapPointDataProperties to host the editable category themes. WTI-1887

    • -117
    • +64
    ./MapPointDataPropertiesTest.cs
  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

    • -17
    • +16
    ./LineCategoryThemePropertiesTest.cs
    • -0
    • +197
    ./PointCategoryThemePropertiesTest.cs
  1. … 5 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.

    • -10
    • +10
    ./CategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Introduced property class to display line category theme properties. WTI-1887

    • -0
    • +175
    ./LineCategoryThemePropertiesTest.cs
  1. … 4 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

    • -123
    • +3
    ./FeatureBasedMapDataPropertiesTest.cs
  1. … 1 more file in changeset.
Notify observers of parents when changing visibility of mapData. WTI-1885

    • -3
    • +32
    ./FeatureBasedMapDataPropertiesTest.cs
  1. … 1 more file in changeset.