Components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed SQLite from Brutile. WTI-1955

Removed all occurrences of Ringtoets in Core: WTI-1931

- Updated string values, comments, classes and parameter names within the namespace

  1. … 17 more files in changeset.
Updated license headers of all source files of the solution. WTI-1931

  1. … 3228 more files in changeset.
Updated license headers in source files of test\Core.Components. WTI-1931

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

  1. … 194 more files in changeset.
Fixed .targets: WTI-1931

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

  1. … 339 more files in changeset.
Improvements after review. WTI-1887

    • -1
    • +9
    ./src/Core.Components.Gis/Data/MapLineData.cs
    • -1
    • +9
    ./src/Core.Components.Gis/Data/MapPointData.cs
  1. … 3 more files in changeset.
Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

Incorporated comments review 3395: WTI-1887

- Updated test names to a more descriptive one

-- Corrected typos

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter test of the FeatureBasedMapData.

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter tests of the derived map data classes

Incorporated comments review 3395: WTI-1887

- Renamed test names

- Improved XMLDoc

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converters after changes in the datamodel for the derived classes of the FeatureBasedMapData

-- Moved all generic functions to the base class

-- Moved general operation definitions to the base class

Incorporated comments review 3395: WTI-1887

- Fixed compilation errors of the derived classes from the FeatureBasedMapData as a consequence of the data model change.

    • -7
    • +15
    ./src/Core.Components.Gis/Data/MapLineData.cs
    • -7
    • +16
    ./src/Core.Components.Gis/Data/MapPointData.cs
Incorporated comments review 3395: WTI-1887

- Added typed derivative of the FeatureBasedMapData in order to prevent duplication of specific converters

Removed obsolete helper. WTI-1894

Added display names to MapDataCollectionVisisbility. WTI-1894

Ran intermediate cleanup across affected projects. WTI-1887

  1. … 5 more files in changeset.
Removed obsolete test factory. WTI-1887

  1. … 1 more file in changeset.
Added missing tests WTI-1887

- Added for the derived classes: default category should be added when a theme is defined for an attribute that's not present in the features.

- Added for the filter expression, test in the base class to guarantee it always gives the expected expression.

- Fixed parameter names

Fixed converters. WTI-1887

- Added category creation logic in the converters and pushed tests downwards for the derived datatypes from the converter base class.

Adjusted base converter WTI-1887

- Turned the base converter into a template pattern class, as the derived classes should provide the implementations to convert categories

Pushed (Map)Theme property from the base down to derived classes. WTI-1887

- Pushed down as the derived classes each has their own specific styling options and thus their own categorical theming.

    • -0
    • +6
    ./src/Core.Components.Gis/Data/MapLineData.cs
    • -0
    • +6
    ./src/Core.Components.Gis/Data/MapPointData.cs
Made MapTheme typed. WTI-1887

- Made it typed as a preparation for pushing the MapTheme property down to its derived classes for the FeatureBasedMapData

Updated CategoryTheme. WTI-1887

- Made class abstract, as it serves as a base for the specific Map type data

- Removed Color property as it is already contained within the derived classes and their specific styling

    • -10
    • +2
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
Added derived CategoryThemes. WTI-1887

- Added derived themes to represent the individual styling of each possible data type.

    • -0
    • +55
    ./src/Core.Components.Gis/Theme/LineCategoryTheme.cs
    • -0
    • +55
    ./src/Core.Components.Gis/Theme/PointCategoryTheme.cs
Added test factory to create instance of ValueCriterion. WTI-1887

Possible fix for background map bug. WTI-1210

Added extra method to helper to get nested collections. WTI-1889

Fixed getting right state when nested collection state is mixed. WTI-1889