[longomatch] Rename ProjectPeriods to SyncrhonizationWidget
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Rename ProjectPeriods to SyncrhonizationWidget
- Date: Wed, 1 Apr 2015 20:39:47 +0000 (UTC)
commit 94e7bfa0b7fba674b7f9febbfca4dc87cb8a647f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Apr 1 21:58:36 2015 +0200
Rename ProjectPeriods to SyncrhonizationWidget
...{ProjectPeriods.cs => SynchronizationWidget.cs} | 4 ++--
LongoMatch.GUI/LongoMatch.GUI.csproj | 4 ++--
LongoMatch.GUI/Makefile.am | 4 ++--
...goMatch.Gui.Component.SynchronizationWidget.cs} | 8 ++++----
.../LongoMatch.Gui.Panel.NewProjectPanel.cs | 4 ++--
.../LongoMatch.Gui.Panel.ProjectsManagerPanel.cs | 4 ++--
LongoMatch.GUI/gtk-gui/gui.stetic | 2 +-
LongoMatch.GUI/gtk-gui/objects.xml | 8 ++++----
po/POTFILES.in | 2 +-
9 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
b/LongoMatch.GUI/Gui/Component/SynchronizationWidget.cs
similarity index 99%
rename from LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
rename to LongoMatch.GUI/Gui/Component/SynchronizationWidget.cs
index 6343aa7..55fee17 100644
--- a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
+++ b/LongoMatch.GUI/Gui/Component/SynchronizationWidget.cs
@@ -32,7 +32,7 @@ using LongoMatch.Gui.Helpers;
namespace LongoMatch.Gui.Component
{
[System.ComponentModel.ToolboxItem (true)]
- public partial class ProjectPeriods : Gtk.Bin
+ public partial class SynchronizationWidget : Gtk.Bin
{
CamerasLabels camerasLabels;
CamerasTimeline camerasTimeline;
@@ -49,7 +49,7 @@ namespace LongoMatch.Gui.Component
CameraOutOfScope,
}
- public ProjectPeriods ()
+ public SynchronizationWidget ()
{
this.Build ();
diff --git a/LongoMatch.GUI/LongoMatch.GUI.csproj b/LongoMatch.GUI/LongoMatch.GUI.csproj
index abb92f5..74c8343 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.csproj
+++ b/LongoMatch.GUI/LongoMatch.GUI.csproj
@@ -137,8 +137,6 @@
<Compile Include="gtk-gui\LongoMatch.Gui.Component.Timeline.cs" />
<Compile Include="Gui\Component\CodingWidget.cs" />
<Compile Include="gtk-gui\LongoMatch.Gui.Component.CodingWidget.cs" />
- <Compile Include="Gui\Component\ProjectPeriods.cs" />
- <Compile Include="gtk-gui\LongoMatch.Gui.Component.ProjectPeriods.cs" />
<Compile Include="Gui\Component\PlaysPositionViewer.cs" />
<Compile Include="gtk-gui\LongoMatch.Gui.Component.PlaysPositionViewer.cs" />
<Compile Include="Gui\Menu\PlaysMenu.cs" />
@@ -182,6 +180,8 @@
<Compile Include="..\AssemblyInfo\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="Gui\Component\SynchronizationWidget.cs" />
+ <Compile Include="gtk-gui\LongoMatch.Gui.Component.SynchronizationWidget.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="gtk-gui\gui.stetic">
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index 8597519..40913b9 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -29,8 +29,8 @@ SOURCES = ../AssemblyInfo/AssemblyInfo.cs \
Gui/Component/PlaysSelectionWidget.cs \
Gui/Component/PluginsPreferences.cs \
Gui/Component/ProjectListWidget.cs \
- Gui/Component/ProjectPeriods.cs \
Gui/Component/RenderingStateBar.cs \
+ Gui/Component/SynchronizationWidget.cs \
Gui/Component/TeamTemplateEditor.cs \
Gui/Component/TeamsComboBox.cs \
Gui/Component/Timeline.cs \
@@ -102,8 +102,8 @@ SOURCES = ../AssemblyInfo/AssemblyInfo.cs \
gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs \
gtk-gui/LongoMatch.Gui.Component.PluginsPreferences.cs \
gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs \
- gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs \
gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs \
+ gtk-gui/LongoMatch.Gui.Component.SynchronizationWidget.cs \
gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs \
gtk-gui/LongoMatch.Gui.Component.Timeline.cs \
gtk-gui/LongoMatch.Gui.Component.VideoFileInfo.cs \
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.SynchronizationWidget.cs
similarity index 97%
rename from LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
rename to LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.SynchronizationWidget.cs
index 3e2188d..fdc7c1f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.SynchronizationWidget.cs
@@ -2,7 +2,7 @@
// This file has been generated by the GUI designer. Do not modify.
namespace LongoMatch.Gui.Component
{
- public partial class ProjectPeriods
+ public partial class SynchronizationWidget
{
private global::Gtk.EventBox headereventbox;
@@ -67,10 +67,10 @@ namespace LongoMatch.Gui.Component
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
- // Widget LongoMatch.Gui.Component.ProjectPeriods
+ // Widget LongoMatch.Gui.Component.SynchronizationWidget
global::Stetic.BinContainer.Attach (this);
- this.Name = "LongoMatch.Gui.Component.ProjectPeriods";
- // Container child
LongoMatch.Gui.Component.ProjectPeriods.Gtk.Container+ContainerChild
+ this.Name = "LongoMatch.Gui.Component.SynchronizationWidget";
+ // Container child
LongoMatch.Gui.Component.SynchronizationWidget.Gtk.Container+ContainerChild
this.headereventbox = new global::Gtk.EventBox ();
this.headereventbox.Name = "headereventbox";
// Container child headereventbox.Gtk.Container+ContainerChild
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
index 580086e..bc839ce 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
@@ -186,7 +186,7 @@ namespace LongoMatch.Gui.Panel
private global::Gtk.Label label13;
- private global::LongoMatch.Gui.Component.ProjectPeriods projectperiods1;
+ private global::LongoMatch.Gui.Component.SynchronizationWidget projectperiods1;
private global::Gtk.Label label14;
@@ -956,7 +956,7 @@ namespace LongoMatch.Gui.Panel
this.notebook1.SetTabLabel (this.vbox5, this.label13);
this.label13.ShowAll ();
// Container child notebook1.Gtk.Notebook+NotebookChild
- this.projectperiods1 = new global::LongoMatch.Gui.Component.ProjectPeriods ();
+ this.projectperiods1 = new global::LongoMatch.Gui.Component.SynchronizationWidget ();
this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
this.projectperiods1.Name = "projectperiods1";
this.notebook1.Add (this.projectperiods1);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
index 5f4db06..1e71472 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
@@ -86,7 +86,7 @@ namespace LongoMatch.Gui.Panel
private global::Gtk.Label label1;
- private global::LongoMatch.Gui.Component.ProjectPeriods projectperiods1;
+ private global::LongoMatch.Gui.Component.SynchronizationWidget projectperiods1;
private global::Gtk.Label label3;
@@ -426,7 +426,7 @@ namespace LongoMatch.Gui.Panel
this.notebook1.SetTabLabel (this.pm_content_alignment, this.label1);
this.label1.ShowAll ();
// Container child notebook1.Gtk.Notebook+NotebookChild
- this.projectperiods1 = new global::LongoMatch.Gui.Component.ProjectPeriods ();
+ this.projectperiods1 = new global::LongoMatch.Gui.Component.SynchronizationWidget ();
this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
this.projectperiods1.Name = "projectperiods1";
this.notebook1.Add (this.projectperiods1);
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index e968c2f..cce5bdf 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9671,7 +9671,7 @@ You can continue with the current capture, cancel it or save your project.
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.ProjectPeriods" design-size="3263 475">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.SynchronizationWidget" design-size="3263 475">
<property name="MemberName" />
<property name="Visible">False</property>
<child>
diff --git a/LongoMatch.GUI/gtk-gui/objects.xml b/LongoMatch.GUI/gtk-gui/objects.xml
index dffc6d3..a239b2d 100644
--- a/LongoMatch.GUI/gtk-gui/objects.xml
+++ b/LongoMatch.GUI/gtk-gui/objects.xml
@@ -201,10 +201,6 @@
</itemgroups>
<signals />
</object>
- <object type="LongoMatch.Gui.Component.ProjectPeriods" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
- <itemgroups />
- <signals />
- </object>
<object type="LongoMatch.Gui.Component.PlaysPositionViewer" palette-category="General"
allow-children="false" base-type="Gtk.Bin">
<itemgroups />
<signals />
@@ -324,4 +320,8 @@
<itemgroups />
<signals />
</object>
+ <object type="LongoMatch.Gui.Component.SynchronizationWidget" palette-category="General"
allow-children="false" base-type="Gtk.Bin">
+ <itemgroups />
+ <signals />
+ </object>
</objects>
\ No newline at end of file
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5337904..050460a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -73,7 +73,7 @@ LongoMatch.GUI/Gui/Component/MediaFileSetSelection.cs
LongoMatch.GUI/Gui/Component/PlayListWidget.cs
LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
LongoMatch.GUI/Gui/Component/ProjectListWidget.cs
-LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
+LongoMatch.GUI/Gui/Component/SynchronizationWidget.cs
LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
LongoMatch.GUI/Gui/Component/Timeline.cs
LongoMatch.GUI/Gui/Component/TimeScale.cs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]