Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed Core.Plugins.SharpMapGis.Gui and Core.Plugins.SharpMapGis.Test. Prevented load of SharpMapGisGuiPlugin and SharpMapGisApplicationPlugin. Related to Issue [WTI-261]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1795 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e24a6e53ce0d2ed4a1dc3d8047949758d5e9e5f9

    • -52
    • +0
    ./GridProperties/CoordinateSystemTypeEditor.cs
    • -23
    • +0
    ./GridProperties/FeatureDataRowProperties.cs
    • -45
    • +0
    ./GridProperties/GroupLayerProperties.cs
    • -43
    • +0
    ./GridProperties/LayerProperties.cs
    • -57
    • +0
    ./GridProperties/LayoutComponentToolProperties.cs
    • -49
    • +0
    ./GridProperties/LegendToolProperties.cs
    • -26
    • +0
    ./GridProperties/LineStyleProperties.cs
    • -128
    • +0
    ./GridProperties/LineStylePropertiesBase.cs
    • -26
    • +0
    ./GridProperties/PointStyleProperties.cs
    • -172
    • +0
    ./GridProperties/PointStylePropertiesBase.cs
    • -26
    • +0
    ./GridProperties/PolygonStyleProperties.cs
    • -73
    • +0
    ./GridProperties/PolygonStylePropertiesBase.cs
    • -227
    • +0
    ./GridProperties/ThemeItemProperties.cs
    • -89
    • +0
    ./GridProperties/VectorLayerLineProperties.cs
  1. … 170 more files in changeset.
* Merged MathUtils into ComparableExtensions. * Removed TypeConverter. * Moved TestHelperTest from Core.Common.Utils.Test to Core.Common.TestUtil.Test and related test-data. * Fully covered and documented root of Core.Common.Utils. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1620 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 72a534c6b345b6ba66294b1837e9b7aa578a6536

    • -2
    • +3
    ./GridProperties/LineStylePropertiesBase.cs
    • -2
    • +3
    ./GridProperties/PointStylePropertiesBase.cs
    • -1
    • +2
    ./GridProperties/PolygonStylePropertiesBase.cs
    • -2
    • +3
    ./GridProperties/ThemeItemProperties.cs
    • -2
    • +3
    ./GridProperties/VectorLayerProperties.cs
    • -2
    • +3
    ./GridProperties/VectorStyleProperties.cs
  1. … 25 more files in changeset.
Got rid of IsLoaded property in TreeNode Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1571 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ef6bb748e5a82cf9b8b21aae198bdf463bc714a6

    • -9
    • +1
    ./MapLegendView/MapTreeViewNodePresenter.cs
  1. … 5 more files in changeset.
Further cleaned up TreeView and TreeNode Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1566 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5510fe6d699cf4fa33400c802f461b72911a3b9a

    • -1
    • +0
    ./MapLegendView/MapLayerTreeViewNodePresenter.cs
    • -1
    • +0
    ./MapLegendView/MapTreeViewNodePresenter.cs
  1. … 2 more files in changeset.
Further cleaned up TreeView and TreeNode Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1565 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 522412f5e68d533f919e5478e36698eb5619a4c7

  1. … 6 more files in changeset.
Further cleaned up TreeView Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1560 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1611c6f33cffa84e290ee41162bae935a91f10cf

    • -1
    • +0
    ./MapLegendView/MapLegendView.Designer.cs
  1. … 4 more files in changeset.
Moved other attributes closely related with DynamicPropertyBag from Core.Common.Utils to Core.Common.Gui. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1556 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4b9773d55b21ce3633c4a065f2bd858084432be5

    • -0
    • +1
    ./GridProperties/GroupLayerProperties.cs
    • -0
    • +1
    ./GridProperties/LineStyleProperties.cs
    • -0
    • +1
    ./GridProperties/LineStylePropertiesBase.cs
    • -0
    • +1
    ./GridProperties/PointStyleProperties.cs
    • -0
    • +1
    ./GridProperties/PointStylePropertiesBase.cs
    • -0
    • +1
    ./GridProperties/PolygonStyleProperties.cs
    • -0
    • +1
    ./GridProperties/PolygonStylePropertiesBase.cs
    • -0
    • +2
    ./GridProperties/VectorLayerLineProperties.cs
    • -0
    • +2
    ./GridProperties/VectorLayerPointProperties.cs
    • -0
    • +2
    ./GridProperties/VectorLayerPolygonProperties.cs
    • -0
    • +1
    ./GridProperties/VectorLayerProperties.cs
  1. … 30 more files in changeset.
* Moved Core.Common.Utils.PropertyBag to Core.Common.Gui.PropertyBag * Moved PropertyOrderAttribute from Utils to Gui ** ? Other attributes might follow that are strongly related to DynamicPropertyBag ? Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1555 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: da2b5d7e958a1b1332c01ff98d2f2ea203319f7d

    • -1
    • +1
    ./GridProperties/CoordinateSystemTypeEditor.cs
  1. … 44 more files in changeset.
Removed property change logic from ITreeNodePresenter Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1550 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 833e085e60cd27670c497989416cfdbe82b34ce2

    • -13
    • +0
    ./MapLegendView/MapTreeViewNodePresenter.cs
  1. … 4 more files in changeset.
Removed property change logic from ITreeNodePresenter Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1549 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 81285906f6092cd62ec02bf415d5577bad87bcaf

    • -26
    • +0
    ./MapLegendView/MapLayerTreeViewNodePresenter.cs
    • -11
    • +0
    ./MapLegendView/ThemeItemTreeViewNodePresenter.cs
    • -10
    • +0
    ./MapLegendView/VectorStyleTreeViewNodePresenter.cs
  1. … 9 more files in changeset.
Removed collection change logic from ITreeNodePresenter Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1547 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 002c5c680613971c42268d7fa1b90bbde1995b0a

    • -2
    • +2
    ./MapLegendView/MapLayerTreeViewNodePresenter.cs
    • -2
    • +2
    ./MapLegendView/MapTreeViewNodePresenter.cs
  1. … 12 more files in changeset.
Got rid of ITreeNode Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1515 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f5b2c9e2b82e13044e15c0efec49dd617218ae57

    • -7
    • +8
    ./MapLegendView/MapLayerTreeViewNodePresenter.cs
    • -7
    • +8
    ./MapLegendView/MapTreeViewNodePresenter.cs
    • -2
    • +2
    ./MapLegendView/ThemeItemTreeViewNodePresenter.cs
    • -2
    • +2
    ./MapLegendView/VectorStyleTreeViewNodePresenter.cs
  1. … 78 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1498 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 68 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1497 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 68 more files in changeset.
* Move HtmlPageView to Core.Common.Controls * Got rid of Core.Common.Controls.Swf Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9b7beb2b9ac23c23e5feedd5491e2828af0dcbae

  1. … 25 more files in changeset.
Got rid of MapViewTabControl Related to Issue [WTI-177]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1488 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 46043d1d7747417633a7978fd7dae0ddbed147b8

  1. … 1 more file in changeset.
Got rid of ILayerEditorView Related to Issue [WTI-177]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1487 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5b3b980dad2763206266b9d34c4bcf93ff714f8b

  1. … 5 more files in changeset.
Got rid of Core.Common.Controls.Table Related to Issue [WTI-177]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1485 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9eaf168abcce89f722dad58c2a791d2649063723

    • -18
    • +0
    ./MapLegendView/MapLegendView.Designer.cs
    • -94
    • +0
    ./VectorLayerAttributeTableView.Designer.cs
    • -471
    • +0
    ./VectorLayerAttributeTableView.cs
    • -120
    • +0
    ./VectorLayerAttributeTableView.resx
  1. … 63 more files in changeset.
Improved size of OpenUrlDialog Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1433 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8667e8cceb5dd34b96bb69ae2be50cbebc2fbcb1

* Disposing all opened dialogues after they have been closed. Related to Issue [WTI-233]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1426 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ad1546268223d6a915c1cd51f68dc4d6005ed358

    • -6
    • +7
    ./GridProperties/CoordinateSystemTypeEditor.cs
  1. … 7 more files in changeset.
* Refactored and fully covered DynamicVisibkeAttribute and related attributes. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1413 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 346cb87370b4389c0eebf27b3a846d63f5819769

  1. … 13 more files in changeset.
* Refactored and fully covered DynamicReadOnlyAttribute and related attributes. * Moved extensions tests from Attributes folder to new Extensions folder. * Moved DisplayFormatAttribute to Core.GIS.GeoAPI. * Removed DynamicEditorAttribute. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1407 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cb25d1b4034240c15509ee63c61d7d9c9b5eee0f

  1. … 24 more files in changeset.
Simplified implementation of TreeViewNodePresenterBase.GetDefaultDropOperation. Completed tests for ChartSeriesTreeNodePresenter and ChartTreeNodePresenter. Related to Issue [WTI-189]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1405 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8381513300d0a6970e341dcb6553bc03454bfee6

    • -1
    • +1
    ./MapLegendView/MapTreeViewNodePresenter.cs
  1. … 5 more files in changeset.
Moved Core.Common.Controls.Swf.Table to project Core.Common.Controls.Table

Further optimalisation required

Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1399 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b58bee8e6a54b39380f58b2e58b71fd6748b8f21

    • -1
    • +1
    ./VectorLayerAttributeTableView.Designer.cs
  1. … 124 more files in changeset.
Moved Core.Common.Controls.Swf.TreeViewControls to project Core.Common.Controls.TreeView

Further optimalisation required

Related to Issue [WTI-184]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1395 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e748057a9a7d0c4e48f826cfaa707e82423015df

    • -2
    • +1
    ./MapLegendView/MapLayerTreeViewNodePresenter.cs
    • -3
    • +3
    ./MapLegendView/MapLegendView.Designer.cs
    • -2
    • +1
    ./MapLegendView/MapTreeViewNodePresenter.cs
    • -1
    • +1
    ./MapLegendView/ThemeItemTreeViewNodePresenter.cs
    • -1
    • +1
    ./MapLegendView/VectorStyleTreeViewNodePresenter.cs
  1. … 151 more files in changeset.
* Merged PropertyBag into DynamicPropertyBag. * Moved classes inside PropertyBag to separate files. * Removed TextDocument Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1389 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a8b57635182aaad16fce2a1901f355e39f740200

    • -1
    • +2
    ./GridProperties/CoordinateSystemTypeEditor.cs
  1. … 19 more files in changeset.
Removed ViewInfo from IView Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1387 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 78c25143c6b3d48465718ab2fd031cab5d5d7247

  1. … 20 more files in changeset.
* Restructured namespaces of classes within Core.Common.Utils Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1380 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: abb5674060f8ad81b77df2d12f35c924e8285cbe

    • -1
    • +0
    ./GridProperties/GroupLayerProperties.cs
    • -1
    • +2
    ./GridProperties/LineStyleProperties.cs
    • -1
    • +0
    ./GridProperties/LineStylePropertiesBase.cs
    • -1
    • +2
    ./GridProperties/PointStyleProperties.cs
    • -1
    • +0
    ./GridProperties/PointStylePropertiesBase.cs
    • -1
    • +2
    ./GridProperties/PolygonStyleProperties.cs
    • -1
    • +0
    ./GridProperties/PolygonStylePropertiesBase.cs
    • -1
    • +0
    ./GridProperties/VectorLayerLineProperties.cs
    • -1
    • +0
    ./GridProperties/VectorLayerPointProperties.cs
    • -1
    • +0
    ./GridProperties/VectorLayerPolygonProperties.cs
    • -1
    • +0
    ./GridProperties/VectorLayerProperties.cs
  1. … 89 more files in changeset.
* Deleted unused classes. * Refactored away some IEventedList implementations to no longer depends on this interface. * Moved IEventedList and NotifyCollectionChangingEventArgs from Core.Common.Utils to Core.GIS.SharpMap.Api. * Renamed NotifyCollectionChangingEventArgs to NotifyCollectionChangeEventArgs. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1375 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7f684e848d533e7d7780e01581bac7276ecbe014

  1. … 43 more files in changeset.
* Moved EventedList from Core.Common.Utils to Core.GIS.SharpMap.Api Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1374 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 66256c3be2ec86e24b27f58ebbf47ea94557cb6b

  1. … 29 more files in changeset.