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

  1. … 5651 more files in changeset.
Updating copyright year. WTI-2914

  1. … 5652 more files in changeset.
Updated copyright year. WTI-2882

  1. … 5653 more files in changeset.
Updated license headers. WTI-2820

  1. … 193 more files in changeset.
General cleanups.

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

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

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

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

- Renamed test names

- Improved XMLDoc

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

  1. … 7 more files in changeset.
Made MapTheme typed. WTI-1887

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

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

  1. … 1 more file in changeset.
Added derived CategoryThemes. WTI-1887

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

    • -0
    • +55
    ./LineCategoryTheme.cs
    • -0
    • +55
    ./PointCategoryTheme.cs
    • -0
    • +55
    ./PolygonCategoryTheme.cs
  1. … 5 more files in changeset.
Add null check WTI-1881

  1. … 1 more file in changeset.
Change type of valuecriterion to string WTI-1881

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

  1. … 6092 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

  1. … 66 more files in changeset.
Improve argumentexceptions in MapTheme. WTI-1551 Paired with SiuHinTang

  1. … 1 more file in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -0
    • +39
    ./ValueCriterionOperator.cs
  1. … 13 more files in changeset.
- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

  1. … 10 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -39
    • +0
    ./Criteria/ValueCriteriaOperator.cs
    • -0
    • +39
    ./ValueCriteriaOperator.cs
  1. … 13 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

    • -49
    • +0
    ./Criteria/RangeCriteriaOperator.cs
  1. … 8 more files in changeset.
- Renamed enum values of the RangeCriteria operator to resolve ambiguity - Implemented generic tests for the FeatureBasedMapDataConverter to assert correctness of the applied algorithm

WTI-1551

  1. … 5 more files in changeset.
- Moved files to the correct folders - Added XMLDoc - Cleaned up files

WTI-1551

  1. … 9 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. … 12 more files in changeset.
Renamed IMapCriteria to ICriteria: - Works on general elements, not on specific MapElements

WTI-1551

    • -0
    • +25
    ./Criteria/ICriteria.cs
  1. … 3 more files in changeset.
- Moved files to a separate Theme folder -- Adjusted namespaces

WTI-1551

    • -0
    • +25
    ./Criteria/IMapCriteria.cs
    • -0
    • +78
    ./Criteria/RangeCriteria.cs
    • -0
    • +49
    ./Criteria/RangeCriteriaOperator.cs
    • -0
    • +62
    ./Criteria/ValueCriteria.cs
    • -0
    • +39
    ./Criteria/ValueCriteriaOperator.cs
  1. … 16 more files in changeset.