Core.Plugins.Map.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed tests. WTI-1552

    • -1
    • +1
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Changed parent of context to context. WTI-1552

    • -2
    • +2
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -9
    • +9
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
    • -3
    • +4
    ./PresentationObjects/FeatureBasedMapDataContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapDataCollectionContextTest.cs
    • -1
    • +1
    ./PresentationObjects/MapDataContextTest.cs
  1. … 4 more files in changeset.
Fixed drag drop. WTI-1552

    • -5
    • +9
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Use context in context menu build provider. WTI-1552

    • -2
    • +3
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Wrap MapDataCollection in context. WTI-1552

  1. … 1 more file in changeset.
Made ParentMapData abstract. WTI-1552

    • -0
    • +12
    ./PresentationObjects/FeatureBasedMapDataContextTest.cs
    • -19
    • +5
    ./PresentationObjects/MapDataContextTest.cs
  1. … 3 more files in changeset.
Made MapDataContext abstract. WTI-1552

    • -2
    • +8
    ./PresentationObjects/MapDataContextTest.cs
  1. … 1 more file in changeset.
Changed MapDataCollection tree node info to MapDataCollectionContext. WTI-1552

    • -2
    • +1
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -0
    • +518
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
    • -570
    • +0
    ./Legend/MapDataCollectionTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Changed MapDataContext tree node info to FeatureBasedMapDataContext. WTI-1552

    • -0
    • +639
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -801
    • +0
    ./Legend/MapDataContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Cleanup. WTI-1552

    • -1
    • +0
    ./PresentationObjects/MapDataCollectionContextTest.cs
Added context for FeatureBasedMapData. WTI-1552

    • -0
    • +50
    ./PresentationObjects/FeatureBasedMapDataContextTest.cs
  1. … 2 more files in changeset.
Added context for MapDataCollection. WTI-1552

    • -0
    • +48
    ./PresentationObjects/MapDataCollectionContextTest.cs
  1. … 2 more files in changeset.
Improvements after review. WTI-1856

    • -1
    • +1
    ./Legend/MapDataCollectionTreeNodeInfoTest.cs
    • -2
    • +2
    ./Legend/MapDataContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./PresentationObjects/MapDataContextTest.cs
  1. … 1 more file in changeset.
Fixed wrong context menu on groups. WTI-1856

    • -8
    • +37
    ./Legend/MapDataContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Fixed tests. WTI-1856

    • -54
    • +80
    ./Legend/MapDataCollectionTreeNodeInfoTest.cs
    • -0
    • +772
    ./Legend/MapDataContextTreeNodeInfoTest.cs
    • -439
    • +0
    ./Legend/MapLineDataTreeNodeInfoTest.cs
    • -439
    • +0
    ./Legend/MapPointDataTreeNodeInfoTest.cs
    • -439
    • +0
    ./Legend/MapPolygonDataTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Use context in MapLegendView. WTI-1856

  1. … 2 more files in changeset.
Added MapDataContext. WTI-1856

    • -0
    • +63
    ./PresentationObjects/MapDataContextTest.cs
  1. … 4 more files in changeset.
Change type of valuecriterion to string WTI-1881

    • -3
    • +2
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 8 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Commands/ToggleMapLegendViewCommandTest.cs
    • -1
    • +1
    ./ImportInfos/MapDataCollectionImportInfoTest.cs
    • -1
    • +1
    ./Legend/MapDataCollectionTreeNodeInfoTest.cs
    • -1
    • +1
    ./Legend/MapLineDataTreeNodeInfoTest.cs
    • -1
    • +1
    ./Legend/MapPointDataTreeNodeInfoTest.cs
    • -1
    • +1
    ./Legend/MapPolygonDataTreeNodeInfoTest.cs
    • -1
    • +1
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/MapDataCollectionPropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/MapLineDataPropertiesTest.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Core.Plugins

WTI-1767

    • -0
    • +1
    ./Legend/MapLineDataTreeNodeInfoTest.cs
    • -0
    • +1
    ./Legend/MapPointDataTreeNodeInfoTest.cs
    • -0
    • +1
    ./Legend/MapPolygonDataTreeNodeInfoTest.cs
  1. … 13 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 more files in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

    • -1
    • +2
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
  1. … 11 more files in changeset.
- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapPolygonData: -- Make Color property invisible -- Make other styling properties readonly - Improved existing MapData related tests: -- Renamed -- Moved converter asserts to default constructor asserts as converters are always active regardless of the state of the wrapped object

WTI-1551

    • -3
    • +6
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -14
    • +17
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -5
    • +243
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 1 more file in changeset.
- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapPointData: -- Make Color property invisible -- Make other styling properties readonly - Reordered items in property panel for MapLineData

WTI-1551

    • -11
    • +3
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -1
    • +259
    ./PropertyClasses/MapPointDataPropertiesTest.cs
  1. … 2 more files in changeset.
- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapLineData: -- Make Color property invisible -- Make other styling properties readonly

WTI-1551

    • -1
    • +236
    ./PropertyClasses/MapLineDataPropertiesTest.cs
  1. … 2 more files in changeset.
- Extended FeatureBasedMapDataProperties with category properties - Improved tests

WTI-1551

    • -18
    • +56
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
  1. … 3 more files in changeset.
Added tests to validate behaviour of the DynamicReadOnly and DynamicValidation implementations on the FeatureBasedMapDataProperties

WTI-1551

    • -2
    • +147
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
Changed base class implementation for the FeatureBasedMapData properties: - Added properties related to MapThemes - Changed implementations of the DynamicReadOnly and DynamicVisible functions

WTI-1551

    • -4
    • +74
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
    • -4
    • +4
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -6
    • +6
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -4
    • +4
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 3 more files in changeset.
Added initial property class for the category themes.

WTI-1551

    • -0
    • +148
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Added event to IObjectProperties and let PropertyGridView work with that. Related to Issue [WTI-1509]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/1507-2@13432 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0175de1df9247f0106e2416565a3c6e3e06e2031

Former-commit-id: 0bdd830238ef7b63d82157ce7196b10f67d8b738

    • -3
    • +1
    ./UITypeEditors/MetaDataAttributeEditorTest.cs
  1. … 9 more files in changeset.