src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Migrated Core Plugins projects. WTI-2003

    • -66
    • +20
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -25
    • +0
    ./Core.Plugins.Chart/packages.config
    • -16
    • +2
    ./Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj
    • -81
    • +21
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -55
    • +20
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
    • -25
    • +0
    ./Core.Plugins.ProjectExplorer/Properties/AssemblyInfo.cs
    • -11
    • +11
    ./Core.Plugins.ProjectExplorer/Properties/Resources.Designer.cs
    • -25
    • +0
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 1 more file in changeset.
Removed all resources designer files. WTI-2003

    • -570
    • +0
    ./Core.Plugins.Chart/Properties/Resources.Designer.cs
    • -139
    • +0
    ./Core.Plugins.ProjectExplorer/Properties/Resources.Designer.cs
  1. … 97 more files in changeset.
Revert "Removed all resources designer files. WTI-2003"

This reverts commit 2b0b66513226fa1fcd379c2cd214d61302cc9be7.

    • -0
    • +570
    ./Core.Plugins.Chart/Properties/Resources.Designer.cs
    • -0
    • +139
    ./Core.Plugins.ProjectExplorer/Properties/Resources.Designer.cs
  1. … 97 more files in changeset.
Cleanup Core. WTI-1971

  1. … 23 more files in changeset.
Removed unused resources. WTI-1971

  1. … 2 more files in changeset.
Fixed packages.config targetFramework. WTI-1953

    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 258 more files in changeset.
Fixed package references. WTI-1953

    • -1
    • +1
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -1
    • +1
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
  1. … 291 more files in changeset.
Downgraded fluent to 5.0.2.46

    • -5
    • +5
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -5
    • +5
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -5
    • +5
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
    • -4
    • +4
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 26 more files in changeset.
Updated fluent ribbon. WTI-1953

    • -4
    • +9
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -4
    • +9
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -3
    • +8
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
    • -2
    • +4
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 26 more files in changeset.
Updated fluent ribbon. WTI-1953

    • -4
    • +9
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -4
    • +9
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -3
    • +8
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
    • -2
    • +4
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 26 more files in changeset.
Revert "Updated fluent ribbon. WTI-1953"

This reverts commit f0a753b1e13727e68cf9f46ae8e74dc4dce69f62.

    • -9
    • +4
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -9
    • +4
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -8
    • +3
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
    • -4
    • +2
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 26 more files in changeset.
Updated .net version in all packages.config. WTI-1953

    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 265 more files in changeset.
Revert "Updated .net version in all packages.config. WTI-1953"

This reverts commit 5b0a61282b618ef46d67391fa93f577622c0481e.

    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/packages.config
  1. … 265 more files in changeset.
Updated license headers in source files of src\Core.Plugins. WTI-1931

    • -3
    • +3
    ./Core.Plugins.Chart/ChartingRibbon.xaml
    • -3
    • +3
    ./Core.Plugins.Chart/ChartingRibbon.xaml.cs
    • -3
    • +3
    ./Core.Plugins.Chart/Commands/ToggleLegendViewCommand.cs
    • -3
    • +3
    ./Core.Plugins.Chart/Legend/ChartLegendController.cs
    • -3
    • +3
    ./Core.Plugins.Chart/Legend/ChartLegendView.Designer.cs
  1. … 45 more files in changeset.
Fixed .targets: WTI-1931

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

    • -1
    • +1
    ./Core.Plugins.Chart/Core.Plugins.Chart.csproj
    • -1
    • +1
    ./Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj
    • -1
    • +1
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -1
    • +1
    ./Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj
  1. … 350 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Swapped constructor arguments for the CategoryThemeProperties

- Refactored property return value

- Further cleanup

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

- Cleaned up properties (test)

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

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

  1. … 1 more file in changeset.
Adjusted visibility properties of the MapDataCollection. WTI-1894

- Made property readonly

- Changed return type

  1. … 1 more file in changeset.
Changed constructor from public to protected. WTI-1887

Made style type abstract. WTI-1887

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

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

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

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

  1. … 3 more files in changeset.
Fixed failing tests. WTI-1887

- Added display names for the derived MapDataProperties

- Added dynamic visibility logic for the derived properties

Fixed test and compilation error. WTI-1887

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

  1. … 3 more files in changeset.
Added support of editable category themes for the PolygonData. WTI-1887

  1. … 1 more file in changeset.
Introduced property class to display PolygonCategories. WTI-1887

- Also cleaned up tests of existing implementations

    • -0
    • +1
    ./Core.Plugins.Map/Core.Plugins.Map.csproj
    • -0
    • +113
    ./Core.Plugins.Map/PropertyClasses/PolygonCategoryThemeProperties.cs
  1. … 4 more files in changeset.
Adjusted MapPointDataProperties to host the editable category themes. WTI-1887

  1. … 1 more file in changeset.