Index: Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj
===================================================================
diff -u -r6771fe13d21dd9bffd06ca54ea0d65b571e62c7b -r7839bcdb81979e816af0f5848cbb4ccb146e96a6
--- Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision 6771fe13d21dd9bffd06ca54ea0d65b571e62c7b)
+++ Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision 7839bcdb81979e816af0f5848cbb4ccb146e96a6)
@@ -205,12 +205,6 @@
-
- Form
-
-
- ProgressBarDialog.cs
-
True
@@ -272,9 +266,6 @@
HtmlPageView.cs
Designer
-
- ProgressBarDialog.cs
-
ResXFileCodeGenerator
Resources.Designer.cs
Fisheye: Tag 7839bcdb81979e816af0f5848cbb4ccb146e96a6 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/ProgressBarDialog.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 7839bcdb81979e816af0f5848cbb4ccb146e96a6 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/ProgressBarDialog.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 7839bcdb81979e816af0f5848cbb4ccb146e96a6 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/ProgressBarDialog.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Common/src/Core.Common.Gui/GuiCommandHandler.cs
===================================================================
diff -u -re1eca7dab59f9465ca9d0bd6d705490528a5e5a8 -r7839bcdb81979e816af0f5848cbb4ccb146e96a6
--- Core/Common/src/Core.Common.Gui/GuiCommandHandler.cs (.../GuiCommandHandler.cs) (revision e1eca7dab59f9465ca9d0bd6d705490528a5e5a8)
+++ Core/Common/src/Core.Common.Gui/GuiCommandHandler.cs (.../GuiCommandHandler.cs) (revision 7839bcdb81979e816af0f5848cbb4ccb146e96a6)
@@ -87,8 +87,8 @@
var result = false;
- // TODO: Implement logic for opening the project from the provided file path
- ProgressBarDialog.PerformTask(Resources.Loading_project_from_selected_file, () => gui.Project = new Project());
+ // TODO: Implement logic for opening the project from the provided file path and show progress indicator
+ gui.Project = new Project();
RefreshGui();
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs
===================================================================
diff -u -rd64c53911d1dcd19f9769d0fc637a1f7559ffbdb -r7839bcdb81979e816af0f5848cbb4ccb146e96a6
--- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d64c53911d1dcd19f9769d0fc637a1f7559ffbdb)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7839bcdb81979e816af0f5848cbb4ccb146e96a6)
@@ -1388,15 +1388,6 @@
}
///
- /// Looks up a localized string similar to Laden van Ringtoets project vanaf geselecteerd bestand..
- ///
- public static string Loading_project_from_selected_file {
- get {
- return ResourceManager.GetString("Loading_project_from_selected_file", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap lock_edit {
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx
===================================================================
diff -u -rd64c53911d1dcd19f9769d0fc637a1f7559ffbdb -r7839bcdb81979e816af0f5848cbb4ccb146e96a6
--- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision d64c53911d1dcd19f9769d0fc637a1f7559ffbdb)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 7839bcdb81979e816af0f5848cbb4ccb146e96a6)
@@ -368,9 +368,6 @@
Geen documentvenster geregistreerd voor: {0}.
-
- Laden van Ringtoets project vanaf geselecteerd bestand.
-
..\Resources\CopyHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Index: Core/Common/test/Core.Common.Test/Core.Common.Test.csproj
===================================================================
diff -u -r13f47cf031a0cb759b4685bcdcde112f039d00d3 -r7839bcdb81979e816af0f5848cbb4ccb146e96a6
--- Core/Common/test/Core.Common.Test/Core.Common.Test.csproj (.../Core.Common.Test.csproj) (revision 13f47cf031a0cb759b4685bcdcde112f039d00d3)
+++ Core/Common/test/Core.Common.Test/Core.Common.Test.csproj (.../Core.Common.Test.csproj) (revision 7839bcdb81979e816af0f5848cbb4ccb146e96a6)
@@ -90,7 +90,6 @@
-
Fisheye: Tag 7839bcdb81979e816af0f5848cbb4ccb146e96a6 refers to a dead (removed) revision in file `Core/Common/test/Core.Common.Test/Gui/Forms/ProgressBarDialogTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?