Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating copyright year. WTI-2951

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 5643 more files in changeset.
Updating copyright year. WTI-2914

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 5644 more files in changeset.
Updated copyright year. WTI-2882

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 5645 more files in changeset.
Updated license headers. WTI-2820

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 185 more files in changeset.
General cleanups.

  1. … 48 more files in changeset.
Updated year in license header to 2022. WTI-2715

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 5715 more files in changeset.
Adapted copyright year. WTI-2195

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 358 more files in changeset.
Revert "Fixed Sonarqube rule "Parameter names used into ArgumentException constructors should match an existing one". WTI-2012"

This reverts commit 31734a202bd9be72c6babcf8b61a9bb9acfb2686.

  1. … 1 more file in changeset.
Fixed Sonarqube rule "Parameter names used into ArgumentException constructors should match an existing one". WTI-2012

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

    • -3
    • +3
    ./Removable/RemovableMapDataConverter.cs
    • -3
    • +3
    ./Removable/RemovableMapPolygonData.cs
  1. … 194 more files in changeset.
Improvements after review. WTI-1887

  1. … 5 more files in changeset.
Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

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

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

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

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

  1. … 1 more file in changeset.
Added display names to MapDataCollectionVisisbility. WTI-1894

  1. … 3 more files in changeset.
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.

  1. … 5 more files in changeset.
Fixed getting right state when nested collection state is mixed. WTI-1889

  1. … 1 more file in changeset.
Adjusted IsVisible getter. WTI-1889

  1. … 1 more file in changeset.
Added extra method in MapDataCollection to get visibility state. WTI-1889

  1. … 1 more file in changeset.
Added enum for map data collection visibility. WTI-1889

    • -0
    • +44
    ./MapDataCollectionVisibility.cs
  1. … 3 more files in changeset.
Introduced MapDataCollection helper to get all child visibility states. WTI-1552

  1. … 4 more files in changeset.
Ignore empty nested collections when determining visibility. WTI-1552

  1. … 1 more file in changeset.
Overridden IsVisible in MapDataCollection. WTI-1552

  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Removable/RemovableMapDataConverter.cs
    • -1
    • +1
    ./Removable/RemovableMapPolygonData.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

    • -0
    • +3
    ./Removable/RemovableMapDataConverter.cs
  1. … 61 more files in changeset.
- Got rid of the IMapCategory and made a concrete implementation called CategoryTheme to hold the thematic styling for the categories: -- Introduced test factory and test objects -- Cleaned up tests

WTI-1551

  1. … 14 more files in changeset.
- Moved files to a separate Theme folder -- Adjusted namespaces

WTI-1551

    • -49
    • +0
    ./Categories/RangeCriteriaOperator.cs
    • -39
    • +0
    ./Categories/ValueCriteriaOperator.cs
  1. … 15 more files in changeset.
- Added RangeCriteria: -- Allows map styling based on intervals of values - Imporved variable names

WTI-1551

    • -0
    • +78
    ./Categories/RangeCriteria.cs
    • -0
    • +49
    ./Categories/RangeCriteriaOperator.cs
  1. … 4 more files in changeset.
- Added IMapCriteria to apply styling to the MapCategories based on equivalence.

WTI-1551

    • -0
    • +27
    ./Categories/IMapCriteria.cs
    • -0
    • +62
    ./Categories/ValueCriteria.cs
    • -0
    • +39
    ./Categories/ValueCriteriaOperator.cs
  1. … 3 more files in changeset.
- Added MapTheme property to the abstract FeatureBasedMapData class - Improved tests

WTI-1551

  1. … 3 more files in changeset.