Index: Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.Designer.cs
===================================================================
diff -u -r5f53f2f23d0c4145d79823c5443966ff4a5a830f -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5f53f2f23d0c4145d79823c5443966ff4a5a830f)
+++ Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -586,16 +586,6 @@
}
///
- /// Looks up a localized string similar to OnNodeRenamed moet zijn geïmplementeerd in de afgeleide klasse..
- ///
- internal static string TreeViewNodePresenterBase_OnNodeRenamed_OnNodeRenamed_must_be_implemented_in_derived_class {
- get {
- return ResourceManager.GetString("TreeViewNodePresenterBase_OnNodeRenamed_OnNodeRenamed_must_be_implemented_in_deri" +
- "ved_class", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Er is een fout opgetreden. Verifieer de invoer alstublieft.
///
///Fout:
Index: Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.resx
===================================================================
diff -u -r5f53f2f23d0c4145d79823c5443966ff4a5a830f -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.resx (.../Resources.resx) (revision 5f53f2f23d0c4145d79823c5443966ff4a5a830f)
+++ Core/Common/src/Core.Common.Controls.TreeView/Properties/Resources.resx (.../Resources.resx) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -188,9 +188,6 @@
Fout opgetreden
-
- OnNodeRenamed moet zijn geïmplementeerd in de afgeleide klasse.
-
Fout tijdens slepen/neerzetten: {0}.
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj
===================================================================
diff -u -r2750ecd900b9e34ba54bb96d233c464b82d7684c -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision 2750ecd900b9e34ba54bb96d233c464b82d7684c)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -63,7 +63,6 @@
-
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewNodePresenterBaseTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Plugins/src/Core.Plugins.OxyPlot/Legend/LegendView.cs
===================================================================
diff -u -rcf6a76a5bd319b58990949132b0fbf6fe60a97e4 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/src/Core.Plugins.OxyPlot/Legend/LegendView.cs (.../LegendView.cs) (revision cf6a76a5bd319b58990949132b0fbf6fe60a97e4)
+++ Core/Plugins/src/Core.Plugins.OxyPlot/Legend/LegendView.cs (.../LegendView.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -48,7 +48,7 @@
treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo
{
- Text = pointData => OxyPlotResources.ChartDataNodePresenter_Point_data_label,
+ Text = pointData => OxyPlotResources.ChartData_Point_data_label,
Image = pointData => OxyPlotResources.PointsIcon,
CanDrag = (pointData, sourceNode) => DragOperations.Move,
CanCheck = pointData => true,
@@ -58,7 +58,7 @@
treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo
{
- Text = lineData => OxyPlotResources.ChartDataNodePresenter_Line_data_label,
+ Text = lineData => OxyPlotResources.ChartData_Line_data_label,
Image = lineData => OxyPlotResources.LineIcon,
CanDrag = (lineData, sourceNode) => DragOperations.Move,
CanCheck = lineData => true,
@@ -68,7 +68,7 @@
treeViewControl.RegisterTreeNodeInfo(new TreeNodeInfo
{
- Text = areaData => OxyPlotResources.ChartDataNodePresenter_Area_data_label,
+ Text = areaData => OxyPlotResources.ChartData_Area_data_label,
Image = areaData => OxyPlotResources.AreaIcon,
CanDrag = (areaData, sourceNode) => DragOperations.Move,
CanCheck = areaData => true,
Index: Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.Designer.cs
===================================================================
diff -u -r1341790727b3578050fde0968605fc9499781954 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1341790727b3578050fde0968605fc9499781954)
+++ Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -73,27 +73,27 @@
///
/// Looks up a localized string similar to Gebied.
///
- public static string ChartDataNodePresenter_Area_data_label {
+ public static string ChartData_Area_data_label {
get {
- return ResourceManager.GetString("ChartDataNodePresenter_Area_data_label", resourceCulture);
+ return ResourceManager.GetString("ChartData_Area_data_label", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lijn.
///
- public static string ChartDataNodePresenter_Line_data_label {
+ public static string ChartData_Line_data_label {
get {
- return ResourceManager.GetString("ChartDataNodePresenter_Line_data_label", resourceCulture);
+ return ResourceManager.GetString("ChartData_Line_data_label", resourceCulture);
}
}
///
/// Looks up a localized string similar to Punten.
///
- public static string ChartDataNodePresenter_Point_data_label {
+ public static string ChartData_Point_data_label {
get {
- return ResourceManager.GetString("ChartDataNodePresenter_Point_data_label", resourceCulture);
+ return ResourceManager.GetString("ChartData_Point_data_label", resourceCulture);
}
}
Index: Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.resx
===================================================================
diff -u -r1341790727b3578050fde0968605fc9499781954 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.resx (.../Resources.resx) (revision 1341790727b3578050fde0968605fc9499781954)
+++ Core/Plugins/src/Core.Plugins.OxyPlot/Properties/Resources.resx (.../Resources.resx) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -121,13 +121,13 @@
..\resources\area.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
+
Gebied
-
+
Lijn
-
+
Punten
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/AreaDataTreeNodeInfoTest.cs
===================================================================
diff -u -r5bcddcaff997d5871cbe96230dfa2c23a8832925 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/AreaDataTreeNodeInfoTest.cs (.../AreaDataTreeNodeInfoTest.cs) (revision 5bcddcaff997d5871cbe96230dfa2c23a8832925)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/AreaDataTreeNodeInfoTest.cs (.../AreaDataTreeNodeInfoTest.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -60,7 +60,7 @@
var text = info.Text(areaData);
// Assert
- Assert.AreEqual(Resources.ChartDataNodePresenter_Area_data_label, text);
+ Assert.AreEqual(Resources.ChartData_Area_data_label, text);
mocks.VerifyAll();
}
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/LineDataTreeNodeInfoTest.cs
===================================================================
diff -u -r5bcddcaff997d5871cbe96230dfa2c23a8832925 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/LineDataTreeNodeInfoTest.cs (.../LineDataTreeNodeInfoTest.cs) (revision 5bcddcaff997d5871cbe96230dfa2c23a8832925)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/LineDataTreeNodeInfoTest.cs (.../LineDataTreeNodeInfoTest.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -60,7 +60,7 @@
var text = info.Text(lineData);
// Assert
- Assert.AreEqual(Resources.ChartDataNodePresenter_Line_data_label, text);
+ Assert.AreEqual(Resources.ChartData_Line_data_label, text);
mocks.VerifyAll();
}
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/PointDataTreeNodeInfoTest.cs
===================================================================
diff -u -r5bcddcaff997d5871cbe96230dfa2c23a8832925 -rc68064014494505f833de7749ee7b3d879f723d6
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/PointDataTreeNodeInfoTest.cs (.../PointDataTreeNodeInfoTest.cs) (revision 5bcddcaff997d5871cbe96230dfa2c23a8832925)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/PointDataTreeNodeInfoTest.cs (.../PointDataTreeNodeInfoTest.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -60,7 +60,7 @@
var text = info.Text(pointData);
// Assert
- Assert.AreEqual(Resources.ChartDataNodePresenter_Point_data_label, text);
+ Assert.AreEqual(Resources.ChartData_Point_data_label, text);
mocks.VerifyAll();
}
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Forms/NodePresenters/CategoryTreeFolderNodePresenter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Forms/NodePresenters/RingtoetsNodePresenterBase.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rc8848af0c6f8780634dcce2013e606f090da6577 -rc68064014494505f833de7749ee7b3d879f723d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c8848af0c6f8780634dcce2013e606f090da6577)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -220,24 +220,6 @@
}
///
- /// Looks up a localized string similar to Kan knoop uit boom van type {0} niet hernoemen..
- ///
- public static string RingtoetsNodePresenterBase_OnNodeRenamed_Cannot_rename_tree_node_of_type_0_ {
- get {
- return ResourceManager.GetString("RingtoetsNodePresenterBase_OnNodeRenamed_Cannot_rename_tree_node_of_type_0_", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Kan knoop uit boom van type {0} niet verwijderen..
- ///
- public static string RingtoetsNodePresenterBase_RemoveNodeData_Cannot_delete_node_of_type_0_ {
- get {
- return ResourceManager.GetString("RingtoetsNodePresenterBase_RemoveNodeData_Cannot_delete_node_of_type_0_", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to &Valideren.
///
public static string Validate {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -r844b6342be08ffe7faa053883960c09f6e46fafa -rc68064014494505f833de7749ee7b3d879f723d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 844b6342be08ffe7faa053883960c09f6e46fafa)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -120,12 +120,6 @@
Algemeen
-
- Kan knoop uit boom van type {0} niet hernoemen.
-
-
- Kan knoop uit boom van type {0} niet verwijderen.
-
..\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj
===================================================================
diff -u -rc8848af0c6f8780634dcce2013e606f090da6577 -rc68064014494505f833de7749ee7b3d879f723d6
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision c8848af0c6f8780634dcce2013e606f090da6577)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj (.../Ringtoets.Common.Forms.csproj) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -43,8 +43,6 @@
Properties\GlobalAssembly.cs
-
-
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Forms.Test/NodePresenters/CategoryTreeFolderNodePresenterTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Forms.Test/NodePresenters/RingtoetsNodePresenterBaseTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj
===================================================================
diff -u -rb326158bd228dc407858ba620a437a175baf0190 -rc68064014494505f833de7749ee7b3d879f723d6
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision b326158bd228dc407858ba620a437a175baf0190)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Ringtoets.Common.Forms.Test.csproj (.../Ringtoets.Common.Forms.Test.csproj) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -55,8 +55,6 @@
-
-
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.Forms/NodePresenters/AssessmentSectionBaseNodePresenter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.Forms/NodePresenters/FailureMechanismContributionNodePresenter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.Forms/NodePresenters/FailureMechanismNodePresenter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag c68064014494505f833de7749ee7b3d879f723d6 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.Forms/NodePresenters/PlaceholderWithReadonlyNameNodePresenter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
===================================================================
diff -u -rc8848af0c6f8780634dcce2013e606f090da6577 -rc68064014494505f833de7749ee7b3d879f723d6
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision c8848af0c6f8780634dcce2013e606f090da6577)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision c68064014494505f833de7749ee7b3d879f723d6)
@@ -44,10 +44,6 @@
Properties\GlobalAssembly.cs
-
-
-
-
True