[longomatch/newui: 49/104] Rename ButtonsWidget to DashboardWidget
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/newui: 49/104] Rename ButtonsWidget to DashboardWidget
- Date: Wed, 27 Aug 2014 08:53:07 +0000 (UTC)
commit 4c11f67062e8ad9de3c965abe2b2b84102c677ba
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Aug 21 13:24:16 2014 +0200
Rename ButtonsWidget to DashboardWidget
.../{ButtonsWidget.cs => DashboardWidget.cs} | 4 +-
LongoMatch.GUI/LongoMatch.GUI.mdp | 4 +-
LongoMatch.GUI/Makefile.am | 4 +-
.../LongoMatch.Gui.Component.CodingWidget.cs | 4 +-
...=> LongoMatch.Gui.Component.DashboardWidget.cs} | 8 +++---
.../LongoMatch.Gui.Panel.SportsTemplatesPanel.cs | 4 +-
LongoMatch.GUI/gtk-gui/gui.stetic | 2 +-
LongoMatch.GUI/gtk-gui/objects.xml | 24 ++++++++++----------
8 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/ButtonsWidget.cs b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
similarity index 99%
rename from LongoMatch.GUI/Gui/Component/ButtonsWidget.cs
rename to LongoMatch.GUI/Gui/Component/DashboardWidget.cs
index 3b56ab6..a2dd0ab 100644
--- a/LongoMatch.GUI/Gui/Component/ButtonsWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
@@ -36,7 +36,7 @@ namespace LongoMatch.Gui.Component
{
[System.ComponentModel.Category("LongoMatch")]
[System.ComponentModel.ToolboxItem(true)]
- public partial class ButtonsWidget : Gtk.Bin
+ public partial class DashboardWidget : Gtk.Bin
{
public event NewTagHandler NewTagEvent;
@@ -47,7 +47,7 @@ namespace LongoMatch.Gui.Component
bool internalButtons;
bool edited;
- public ButtonsWidget()
+ public DashboardWidget()
{
this.Build();
tagger = new Dashboard (new WidgetWrapper (drawingarea));
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index 5161764..b36ce73 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -21,7 +21,7 @@
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/EditCategoryDialog.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/EntryDialog.cs" />
<File subtype="Directory" buildaction="Compile" name="Gui/Component" />
- <File subtype="Code" buildaction="Compile" name="Gui/Component/ButtonsWidget.cs" />
+ <File subtype="Code" buildaction="Compile" name="Gui/Component/DashboardWidget.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/NotesWidget.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/FramesCaptureProgressDialog.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Dialog/HotKeySelectorDialog.cs" />
@@ -47,7 +47,6 @@
<File subtype="Code" buildaction="Compile" name="gtk-gui/generated.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs"
/>
<File subtype="Code" buildaction="Compile"
name="gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs" />
- <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.MainWindow.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs"
/>
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs" />
@@ -187,6 +186,7 @@
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.MediaFileChooser.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/DatePicker.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.DatePicker.cs" />
+ <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs" />
</Contents>
<References>
<ProjectReference type="Package" localcopy="True" refto="atk-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f" />
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index 0cae19f..ebb9542 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -6,10 +6,10 @@ LINK = $(REF_DEP_LONGOMATCH_GUI)
SOURCES = Gui/Cairo.cs \
Gui/Component/AnalysisComponent.cs \
Gui/Component/BackgroundWidget.cs \
- Gui/Component/ButtonsWidget.cs \
Gui/Component/CategoryProperties.cs \
Gui/Component/CodingWidget.cs \
Gui/Component/CoordinatesTagger.cs \
+ Gui/Component/DashboardWidget.cs \
Gui/Component/DatePicker.cs \
Gui/Component/GeneralPreferencesPanel.cs \
Gui/Component/LiveAnalysisPreferences.cs \
@@ -80,10 +80,10 @@ SOURCES = Gui/Cairo.cs \
Gui/TreeView/RenderingJobsTreeView.cs \
gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs \
gtk-gui/LongoMatch.Gui.Component.BackgroundWidget.cs \
- gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs \
gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs \
gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs \
gtk-gui/LongoMatch.Gui.Component.CoordinatesTagger.cs \
+ gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs \
gtk-gui/LongoMatch.Gui.Component.DatePicker.cs \
gtk-gui/LongoMatch.Gui.Component.GameViewer.cs \
gtk-gui/LongoMatch.Gui.Component.GeneralPreferencesPanel.cs \
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
index f14ce89..288fed9 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
@@ -17,7 +17,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.HPaned hpaned1;
private global::Gtk.DrawingArea teamsdrawingarea;
private global::Gtk.HBox hbox5;
- private global::LongoMatch.Gui.Component.ButtonsWidget buttonswidget;
+ private global::LongoMatch.Gui.Component.DashboardWidget buttonswidget;
private global::LongoMatch.Gui.Component.Timeline timeline;
private global::LongoMatch.Gui.Component.PlaysPositionViewer playspositionviewer1;
private global::Gtk.Label label19;
@@ -92,7 +92,7 @@ namespace LongoMatch.Gui.Component
this.hbox5.Name = "hbox5";
this.hbox5.Spacing = 6;
// Container child hbox5.Gtk.Box+BoxChild
- this.buttonswidget = new global::LongoMatch.Gui.Component.ButtonsWidget ();
+ this.buttonswidget = new global::LongoMatch.Gui.Component.DashboardWidget ();
this.buttonswidget.Events = ((global::Gdk.EventMask)(256));
this.buttonswidget.Name = "buttonswidget";
this.buttonswidget.Edited = false;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
similarity index 99%
rename from LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
rename to LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
index f592b90..656cd09 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
@@ -2,7 +2,7 @@
// This file has been generated by the GUI designer. Do not modify.
namespace LongoMatch.Gui.Component
{
- public partial class ButtonsWidget
+ public partial class DashboardWidget
{
private global::Gtk.HBox hbox2;
private global::Gtk.VBox vbox2;
@@ -52,10 +52,10 @@ namespace LongoMatch.Gui.Component
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
- // Widget LongoMatch.Gui.Component.ButtonsWidget
+ // Widget LongoMatch.Gui.Component.DashboardWidget
global::Stetic.BinContainer.Attach (this);
- this.Name = "LongoMatch.Gui.Component.ButtonsWidget";
- // Container child LongoMatch.Gui.Component.ButtonsWidget.Gtk.Container+ContainerChild
+ this.Name = "LongoMatch.Gui.Component.DashboardWidget";
+ // Container child
LongoMatch.Gui.Component.DashboardWidget.Gtk.Container+ContainerChild
this.hbox2 = new global::Gtk.HBox ();
this.hbox2.Name = "hbox2";
this.hbox2.Spacing = 12;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
index 0cd313a..ceb8014 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
@@ -47,7 +47,7 @@ namespace LongoMatch.Gui.Panel
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
private global::Gtk.TreeView dashboardseditortreeview;
private global::Gtk.VBox vbox4;
- private global::LongoMatch.Gui.Component.ButtonsWidget buttonswidget;
+ private global::LongoMatch.Gui.Component.DashboardWidget buttonswidget;
protected virtual void Build ()
{
@@ -362,7 +362,7 @@ namespace LongoMatch.Gui.Panel
this.vbox4.Name = "vbox4";
this.vbox4.Spacing = 6;
// Container child vbox4.Gtk.Box+BoxChild
- this.buttonswidget = new global::LongoMatch.Gui.Component.ButtonsWidget ();
+ this.buttonswidget = new global::LongoMatch.Gui.Component.DashboardWidget ();
this.buttonswidget.Events = ((global::Gdk.EventMask)(256));
this.buttonswidget.Name = "buttonswidget";
this.buttonswidget.Edited = false;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 2d00bf5..d7d4b6f 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -95,7 +95,7 @@
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.ButtonsWidget" design-size="1324 747">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.DashboardWidget" design-size="1324 747">
<property name="MemberName" />
<child>
<widget class="Gtk.HBox" id="hbox2">
diff --git a/LongoMatch.GUI/gtk-gui/objects.xml b/LongoMatch.GUI/gtk-gui/objects.xml
index 2e72cbc..559b65b 100644
--- a/LongoMatch.GUI/gtk-gui/objects.xml
+++ b/LongoMatch.GUI/gtk-gui/objects.xml
@@ -3,18 +3,6 @@
<itemgroups />
<signals />
</object>
- <object type="LongoMatch.Gui.Component.ButtonsWidget" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
- <itemgroups>
- <itemgroup label="ButtonsWidget Properties">
- <property name="Edited" />
- </itemgroup>
- </itemgroups>
- <signals>
- <itemgroup label="ButtonsWidget Signals">
- <signal name="NewTagEvent" />
- </itemgroup>
- </signals>
- </object>
<object type="LongoMatch.Gui.Component.NotesWidget" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
<itemgroups />
<signals />
@@ -339,4 +327,16 @@
</itemgroup>
</signals>
</object>
+ <object type="LongoMatch.Gui.Component.DashboardWidget" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
+ <itemgroups>
+ <itemgroup label="DashboardWidget Properties">
+ <property name="Edited" />
+ </itemgroup>
+ </itemgroups>
+ <signals>
+ <itemgroup label="DashboardWidget Signals">
+ <signal name="NewTagEvent" />
+ </itemgroup>
+ </signals>
+ </object>
</objects>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]