[longomatch] Update GUI after last monodevelop update
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update GUI after last monodevelop update
- Date: Wed, 25 Jul 2012 11:44:30 +0000 (UTC)
commit 2c3b3c8cc61eb13fa2c93a3a306cd6df1bfbe3ad
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Jul 23 21:42:17 2012 +0200
Update GUI after last monodevelop update
.../gtk-gui/LongoMatch.Gui.CapturerBin.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.PlayerBin.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.VolumeWindow.cs | 2 +-
LongoMatch.GUI.Multimedia/gtk-gui/generated.cs | 22 ++--
LongoMatch.GUI/LongoMatch.GUI.mdp | 2 +
.../LongoMatch.Gui.Base.TemplatesEditorBase.cs | 2 +-
.../LongoMatch.Gui.Base.TimelineWidgetBase.cs | 2 +-
.../LongoMatch.Gui.Component.ButtonsWidget.cs | 2 +-
.../LongoMatch.Gui.Component.CategoryProperties.cs | 2 +-
.../LongoMatch.Gui.Component.DrawingToolBox.cs | 2 +-
.../LongoMatch.Gui.Component.DrawingWidget.cs | 2 +-
.../LongoMatch.Gui.Component.GameUnitWidget.cs | 2 +-
.../LongoMatch.Gui.Component.GameUnitsEditor.cs | 2 +-
.../LongoMatch.Gui.Component.GameUnitsTagger.cs | 2 +-
.../LongoMatch.Gui.Component.NotesWidget.cs | 2 +-
.../LongoMatch.Gui.Component.PlayListWidget.cs | 2 +-
.../LongoMatch.Gui.Component.PlayerProperties.cs | 2 +-
...ngoMatch.Gui.Component.PlayersListTreeWidget.cs | 2 +-
.../LongoMatch.Gui.Component.PlayersTagger.cs | 2 +-
...LongoMatch.Gui.Component.PlayersTaggerWidget.cs | 2 +-
...LongoMatch.Gui.Component.PlaysListTreeWidget.cs | 2 +-
...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 2 +-
.../LongoMatch.Gui.Component.ProjectListWidget.cs | 2 +-
.../LongoMatch.Gui.Component.RenderingStateBar.cs | 2 +-
.../LongoMatch.Gui.Component.StringTaggerWidget.cs | 2 +-
.../LongoMatch.Gui.Component.TaggerWidget.cs | 2 +-
.../LongoMatch.Gui.Component.TagsTreeWidget.cs | 2 +-
.../LongoMatch.Gui.Component.TeamTaggerWidget.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs | 2 +-
.../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.EditPlayerDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 2 +-
...Match.Gui.Dialog.FramesCaptureProgressDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.OpenProjectDialog.cs | 2 +-
...LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.ProjectsManager.cs | 2 +-
.../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.TemplateEditorDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.TemplatesManager.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs | 2 +-
...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 2 +-
.../LongoMatch.Gui.Dialog.Win32CalendarDialog.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs | 2 +-
.../LongoMatch.Gui.Popup.TransparentDrawingArea.cs | 2 +-
LongoMatch.GUI/gtk-gui/generated.cs | 22 ++--
LongoMatch.GUI/gtk-gui/gui.stetic | 142 +++++++++-----------
LongoMatch.GUI/gtk-gui/objects.xml | 105 ++-------------
54 files changed, 152 insertions(+), 239 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index 0e59f12..b51b92b 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui
private global::Gtk.Button pausebutton;
private global::Gtk.Button stopbutton;
private global::Gtk.Label timelabel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
index b5640ad..75a4aef 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
@@ -26,7 +26,7 @@ namespace LongoMatch.Gui
private global::Gtk.Label timelabel;
private global::Gtk.Button volumebutton;
private global::Gtk.Button detachbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
index dec2637..f031c6c 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui
private global::Gtk.Button morebutton;
private global::Gtk.VScale volumescale;
private global::Gtk.Button lessbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs b/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
index a6e0af4..d23ef38 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
@@ -5,7 +5,7 @@ namespace Stetic
internal class Gui
{
private static bool initialized;
-
+
internal static void Initialize (Gtk.Widget iconRenderer)
{
if ((Stetic.Gui.initialized == false)) {
@@ -13,12 +13,12 @@ namespace Stetic
}
}
}
-
+
internal class BinContainer
{
private Gtk.Widget child;
private Gtk.UIManager uimanager;
-
+
public static BinContainer Attach (Gtk.Bin bin)
{
BinContainer bc = new BinContainer ();
@@ -27,32 +27,32 @@ namespace Stetic
bin.Added += new Gtk.AddedHandler (bc.OnAdded);
return bc;
}
-
+
private void OnSizeRequested (object sender, Gtk.SizeRequestedArgs args)
{
if ((this.child != null)) {
args.Requisition = this.child.SizeRequest ();
}
}
-
+
private void OnSizeAllocated (object sender, Gtk.SizeAllocatedArgs args)
{
if ((this.child != null)) {
this.child.Allocation = args.Allocation;
}
}
-
+
private void OnAdded (object sender, Gtk.AddedArgs args)
{
this.child = args.Widget;
}
-
+
public void SetUiManager (Gtk.UIManager uim)
{
this.uimanager = uim;
this.child.Realized += new System.EventHandler (this.OnRealized);
}
-
+
private void OnRealized (object sender, System.EventArgs args)
{
if ((this.uimanager != null)) {
@@ -65,7 +65,7 @@ namespace Stetic
}
}
}
-
+
internal class IconLoader
{
public static Gdk.Pixbuf LoadIcon (Gtk.Widget widget, string name, Gtk.IconSize size)
@@ -99,14 +99,14 @@ namespace Stetic
}
}
}
-
+
internal class ActionGroups
{
public static Gtk.ActionGroup GetActionGroup (System.Type type)
{
return Stetic.ActionGroups.GetActionGroup (type.FullName);
}
-
+
public static Gtk.ActionGroup GetActionGroup (string name)
{
return null;
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index dd50b44..3d3564b 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -153,6 +153,8 @@
<File subtype="Code" buildaction="Compile" name="Gui/Cairo.cs" />
<File subtype="Code" buildaction="Compile" name="Gui/Component/PlayersTagger.cs" />
<File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs" />
+ <File subtype="Code" buildaction="Compile" name="PlaysSelectionWidget.cs" />
+ <File subtype="Code" buildaction="Compile" name="gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
index 3919c67..c64ba85 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs
@@ -18,7 +18,7 @@ namespace LongoMatch.Gui.Base
private global::Gtk.Button exportbutton;
private global::Gtk.HSeparator hseparator1;
private global::Gtk.Label label1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TimelineWidgetBase.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TimelineWidgetBase.cs
index 880813a..9823b6e 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TimelineWidgetBase.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Base.TimelineWidgetBase.cs
@@ -18,7 +18,7 @@ namespace LongoMatch.Gui.Base
private global::Gtk.VBox timescalebox;
private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.VBox timelinebox;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
index 43a3882..f95b46f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Button cancelbutton;
private global::Gtk.Button starttagbutton;
private global::Gtk.Table table1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
index 3883825..9560512 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
@@ -39,7 +39,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Label GtkLabel4;
private global::Gtk.Button addbutton;
private global::Gtk.Label GtkLabel5;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
index adb23f6..8feb7f2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
@@ -27,7 +27,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.SpinButton spinbutton1;
private global::Gtk.Button clearbutton;
private global::Gtk.Label label1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs
index 9536eb9..7234122 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Component
{
private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.DrawingArea drawingarea;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitWidget.cs
index e0162ee..97d61d2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitWidget.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Component
{
private global::Gtk.HBox gameunitsbox;
private global::Gtk.Button button1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsEditor.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsEditor.cs
index c533843..b9646dd 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsEditor.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.HBox hbox1;
private global::Gtk.Entry entry1;
private global::Gtk.Button addbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsTagger.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsTagger.cs
index 8a9a9a4..2d80d2c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsTagger.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameUnitsTagger.cs
@@ -5,7 +5,7 @@ namespace LongoMatch.Gui.Component
public partial class GameUnitsTagger
{
private global::Gtk.HBox gameunitsbox1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
index af72e56..9ffb7a6 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.ScrolledWindow scrolledwindow1;
private global::Gtk.TextView textview1;
private global::Gtk.Button savebutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index ececad3..4e3d12a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -14,7 +14,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Button openbutton;
private global::Gtk.Button savebutton;
private global::Gtk.Button newvideobutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
index b455842..da42f60 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
@@ -27,7 +27,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.ComboBox playscombobox;
private global::Gtk.Entry positionentry;
private global::Gtk.SpinButton weightspinbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
index b0ff5dc..691315c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Component
{
private global::Gtk.ScrolledWindow scrolledwindow1;
private global::LongoMatch.Gui.Component.PlayersTreeView playerstreeview;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs
index a26cf48..6078cb5 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Table localtable;
private global::Gtk.HSeparator hseparator1;
private global::Gtk.Table visitortable;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs
index 8015458..ff40f9a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs
@@ -7,7 +7,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Frame frame1;
private global::Gtk.Alignment GtkAlignment;
private global::Gtk.Label CategoryLabel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
index 7300fb0..46c2d02 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Component
{
private global::Gtk.ScrolledWindow scrolledwindow1;
private global::LongoMatch.Gui.Component.PlaysTreeView treeview;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
index afd6666..6b284fb 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
@@ -50,7 +50,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.ComboBox videoformatcombobox;
private global::Gtk.Label videoformatlabel;
private global::Gtk.Label GtkLabel5;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
index 5655a43..15c5b86 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
@@ -10,7 +10,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Entry filterEntry;
private global::Gtk.ScrolledWindow scrolledwindow2;
private global::Gtk.TreeView treeview;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
index 0bf5d6c..1d791e0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Button statebutton;
private global::Gtk.ProgressBar progressbar;
private global::Gtk.Button cancellbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.StringTaggerWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.StringTaggerWidget.cs
index 9c8b039..efa3983 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.StringTaggerWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.StringTaggerWidget.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Alignment GtkAlignment;
private global::Gtk.HBox buttonsbox;
private global::Gtk.Label titlelabel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
index 51a45c9..56496e2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.CheckButton visitorcheckbutton;
private global::Gtk.Label GtkLabel1;
private global::Gtk.Table table1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs
index bddff82..4bec433 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Button AddFilterButton;
private global::Gtk.HBox hbox2;
private global::Gtk.ComboBox filtercombobox;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTaggerWidget.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTaggerWidget.cs
index d7c6e66..caee29f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTaggerWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTaggerWidget.cs
@@ -8,7 +8,7 @@ namespace LongoMatch.Gui.Component
private global::Gtk.Alignment GtkAlignment;
private global::Gtk.HBox buttonsbox;
private global::Gtk.Label titlelabel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs
index 9399245..8e8beff 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs
@@ -7,7 +7,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.VBox vbox2;
private global::Gtk.Label messagelabel;
private global::Gtk.ProgressBar progressbar1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index 2565c16..ad68316 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -11,7 +11,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button savebutton;
private global::LongoMatch.Gui.Component.DrawingWidget drawingwidget1;
private global::Gtk.Button button271;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
index f357ffa..d6b9e60 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Dialog
{
private global::LongoMatch.Gui.Component.CategoryProperties timenodeproperties2;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
index c969615..954eab2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Dialog
{
private global::LongoMatch.Gui.Component.PlayerProperties playerproperties1;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
index 2cc66b7..92a0644 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button quitbutton;
private global::Gtk.Button savebutton;
private global::Gtk.Button buttonCancel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index a3a32ae..2a1f2bf 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -14,7 +14,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.ComboBox combobox;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
index 4f63b1d..812f522 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
@@ -9,7 +9,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Image image;
private global::Gtk.Button okbutton;
private global::Gtk.Button cancelbutton;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
index 0e65282..70b9713 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Dialog
{
private global::Gtk.Label label1;
private global::Gtk.Button buttonCancel;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
index 87645aa..bf99f5a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
@@ -7,7 +7,7 @@ namespace LongoMatch.Gui.Dialog
private global::LongoMatch.Gui.Component.ProjectDetailsWidget fdwidget;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
index 94a4faf..bffa5fa 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
@@ -7,7 +7,7 @@ namespace LongoMatch.Gui.Dialog
private global::LongoMatch.Gui.Component.ProjectListWidget projectlistwidget;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
index 152dc39..c9bdd49 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs
@@ -16,7 +16,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Image image62;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
index 0b86aa6..8e5a406 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
@@ -18,7 +18,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button exportbutton;
private global::Gtk.HSeparator hseparator3;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
index 2ff3f8e..33d0911 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
@@ -12,7 +12,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button cancelbutton;
private global::Gtk.Button retrybutton;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 04fa12b..2a01d9b 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -12,7 +12,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Label playLabel;
private global::Gtk.SpinButton spinbutton1;
private global::Gtk.Button button22;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
index 9769723..0d2738d 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs
@@ -20,7 +20,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button addtagbutton;
private global::Gtk.Label GtkLabel4;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
index a750962..c7f8f0b 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs
@@ -12,7 +12,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.VBox playersbox;
private global::Gtk.Label label2;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs
index a8febde..3eda8ec 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Dialog
{
private global::Gtk.HBox templateeditorbox;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
index 68255a5..a228497 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
@@ -13,7 +13,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button savebutton;
private global::Gtk.HBox templateditorbox;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
index 8e6f6b9..ac7ad77 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
@@ -10,7 +10,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Label label6;
private global::Gtk.Label label7;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
index 31c4d58..a425b54 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
@@ -24,7 +24,7 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.Button openbutton;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
index 80c7c73..4ac3565 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.Win32CalendarDialog.cs
@@ -6,7 +6,7 @@ namespace LongoMatch.Gui.Dialog
{
private global::Gtk.Calendar calendar1;
private global::Gtk.Button buttonOk;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs
index ea02770..c11246c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs
@@ -5,7 +5,7 @@ namespace LongoMatch.Gui.Popup
public partial class CalendarPopup
{
private global::Gtk.Calendar calendar1;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs
index 7412912..8822509 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs
@@ -5,7 +5,7 @@ namespace LongoMatch.Gui.Popup
public partial class TransparentDrawingArea
{
private global::Gtk.DrawingArea drawingarea;
-
+
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
diff --git a/LongoMatch.GUI/gtk-gui/generated.cs b/LongoMatch.GUI/gtk-gui/generated.cs
index 3dabaaf..974cc6e 100644
--- a/LongoMatch.GUI/gtk-gui/generated.cs
+++ b/LongoMatch.GUI/gtk-gui/generated.cs
@@ -5,7 +5,7 @@ namespace Stetic
internal class Gui
{
private static bool initialized;
-
+
internal static void Initialize (Gtk.Widget iconRenderer)
{
if ((Stetic.Gui.initialized == false)) {
@@ -17,12 +17,12 @@ namespace Stetic
}
}
}
-
+
internal class BinContainer
{
private Gtk.Widget child;
private Gtk.UIManager uimanager;
-
+
public static BinContainer Attach (Gtk.Bin bin)
{
BinContainer bc = new BinContainer ();
@@ -31,32 +31,32 @@ namespace Stetic
bin.Added += new Gtk.AddedHandler (bc.OnAdded);
return bc;
}
-
+
private void OnSizeRequested (object sender, Gtk.SizeRequestedArgs args)
{
if ((this.child != null)) {
args.Requisition = this.child.SizeRequest ();
}
}
-
+
private void OnSizeAllocated (object sender, Gtk.SizeAllocatedArgs args)
{
if ((this.child != null)) {
this.child.Allocation = args.Allocation;
}
}
-
+
private void OnAdded (object sender, Gtk.AddedArgs args)
{
this.child = args.Widget;
}
-
+
public void SetUiManager (Gtk.UIManager uim)
{
this.uimanager = uim;
this.child.Realized += new System.EventHandler (this.OnRealized);
}
-
+
private void OnRealized (object sender, System.EventArgs args)
{
if ((this.uimanager != null)) {
@@ -69,7 +69,7 @@ namespace Stetic
}
}
}
-
+
internal class IconLoader
{
public static Gdk.Pixbuf LoadIcon (Gtk.Widget widget, string name, Gtk.IconSize size)
@@ -103,14 +103,14 @@ namespace Stetic
}
}
}
-
+
internal class ActionGroups
{
public static Gtk.ActionGroup GetActionGroup (System.Type type)
{
return Stetic.ActionGroups.GetActionGroup (type.FullName);
}
-
+
public static Gtk.ActionGroup GetActionGroup (string name)
{
return null;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 5084a80..2cb3984 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -1869,93 +1869,20 @@
<widget class="Gtk.HPaned" id="hpaned">
<property name="MemberName" />
<property name="CanFocus">True</property>
- <property name="Position">161</property>
+ <property name="Position">276</property>
<child>
<widget class="Gtk.VBox" id="leftbox">
<property name="MemberName" />
<property name="Visible">False</property>
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Notebook" id="notebook1">
+ <widget class="LongoMatch.Gui.Component.PlaysSelectionWidget" id="playsSelection">
<property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="CurrentPage">3</property>
- <property name="TabPos">Bottom</property>
- <child>
- <widget class="LongoMatch.Gui.Component.PlaysListTreeWidget" id="playsList">
- <property name="MemberName" />
- <property name="Events">ButtonPressMask</property>
- <signal name="TimeNodeSelected" handler="OnTimeNodeSelected" />
- </widget>
- </child>
- <child>
- <widget class="Gtk.Label" id="playslabel">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes">Plays</property>
- </widget>
- <packing>
- <property name="type">tab</property>
- </packing>
- </child>
- <child>
- <widget class="LongoMatch.Gui.Component.PlayersListTreeWidget" id="localPlayersList">
- <property name="MemberName" />
- <property name="Events">ButtonPressMask</property>
- </widget>
- <packing>
- <property name="Position">1</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="localteamlabel">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes">Local Team</property>
- </widget>
- <packing>
- <property name="type">tab</property>
- </packing>
- </child>
- <child>
- <widget class="LongoMatch.Gui.Component.PlayersListTreeWidget" id="visitorPlayersList">
- <property name="MemberName" />
- <property name="Events">ButtonPressMask</property>
- </widget>
- <packing>
- <property name="Position">2</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="visitorteamlabel">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes">Visitor Team</property>
- </widget>
- <packing>
- <property name="type">tab</property>
- </packing>
- </child>
- <child>
- <widget class="LongoMatch.Gui.Component.TagsTreeWidget" id="tagsList">
- <property name="MemberName" />
- <property name="Sensitive">False</property>
- <property name="Events">ButtonPressMask</property>
- </widget>
- <packing>
- <property name="Position">3</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="tagslabel">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes">Tags</property>
- </widget>
- <packing>
- <property name="type">tab</property>
- </packing>
- </child>
+ <property name="Events">ButtonPressMask</property>
</widget>
<packing>
<property name="Position">0</property>
- <property name="AutoSize">False</property>
+ <property name="AutoSize">True</property>
</packing>
</child>
</widget>
@@ -6856,4 +6783,65 @@ Defining <b> Game Units </b> will help you during the analysis to in
</widget>
</child>
</widget>
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.PlaysSelectionWidget" design-size="300 495">
+ <property name="MemberName" />
+ <property name="Visible">False</property>
+ <child>
+ <widget class="Gtk.Notebook" id="notebook1">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="CurrentPage">2</property>
+ <property name="TabPos">Bottom</property>
+ <child>
+ <widget class="LongoMatch.Gui.Component.PlaysListTreeWidget" id="playsList">
+ <property name="MemberName" />
+ <property name="Events">ButtonPressMask</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="playsList1">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes">Plays</property>
+ </widget>
+ <packing>
+ <property name="type">tab</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="LongoMatch.Gui.Component.PlayersListTreeWidget" id="localPlayersList">
+ <property name="MemberName" />
+ <property name="Events">ButtonPressMask</property>
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="localPlaysList">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="type">tab</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="LongoMatch.Gui.Component.PlayersListTreeWidget" id="visitorPlayersList">
+ <property name="MemberName" />
+ <property name="Events">ButtonPressMask</property>
+ </widget>
+ <packing>
+ <property name="Position">2</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="visitorPlaysList">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="type">tab</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
</stetic-interface>
\ No newline at end of file
diff --git a/LongoMatch.GUI/gtk-gui/objects.xml b/LongoMatch.GUI/gtk-gui/objects.xml
index 1646ff7..a4ff671 100644
--- a/LongoMatch.GUI/gtk-gui/objects.xml
+++ b/LongoMatch.GUI/gtk-gui/objects.xml
@@ -44,15 +44,7 @@
<signal name="TimeNodeChanged" />
<signal name="PlayListNodeAdded" />
<signal name="SnapshotSeriesEvent" />
- </itemgroup>
- </signals>
- </object>
- <object type="LongoMatch.Gui.SubCategoriesTreeView" palette-category="LongoMatch" allow-children="false" base-type="Gtk.TreeView">
- <itemgroups />
- <signals>
- <itemgroup label="SubCategoriesTreeView Signals">
- <signal name="SubCategoriesDeleted" />
- <signal name="SubCategorySelected" />
+ <signal name="RenderPlaylistEvent" />
</itemgroup>
</signals>
</object>
@@ -148,22 +140,6 @@
</itemgroup>
</signals>
</object>
- <object type="LongoMatch.Gui.Component.TimeScale" palette-category="LongoMatch" allow-children="false" base-type="Gtk.DrawingArea">
- <itemgroups>
- <itemgroup label="TimeScale Properties">
- <property name="PixelRatio" />
- <property name="CurrentFrame" />
- </itemgroup>
- </itemgroups>
- <signals>
- <itemgroup label="TimeScale Signals">
- <signal name="NewMarkAtFrameEvent" />
- <signal name="TimeNodeChanged" />
- <signal name="TimeNodeSelected" />
- <signal name="TimeNodeDeleted" />
- </itemgroup>
- </signals>
- </object>
<object type="LongoMatch.Gui.Base.TimeScaleBase" palette-category="LongoMatch" allow-children="false" base-type="Gtk.DrawingArea">
<itemgroups>
<itemgroup label="TimeScaleBase Properties">
@@ -178,16 +154,6 @@
</itemgroups>
<signals />
</object>
- <object type="LongoMatch.Gui.Component.CategoriesTemplateEditorWidget" palette-category="General" allow-children="false" base-type="Gtk.Bin">
- <itemgroups>
- </itemgroups>
- <signals />
- </object>
- <object type="LongoMatch.Gui.Component.TeamTemplateEditorWidget" palette-category="General" allow-children="false" base-type="LongoMatch.Gui.Base.TemplatesEditorBase">
- <itemgroups>
- </itemgroups>
- <signals />
- </object>
<object type="LongoMatch.Gui.Base.TemplatesEditorBase" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
<itemgroups>
<itemgroup label="TemplatesEditorBase Properties">
@@ -213,61 +179,6 @@
</itemgroup>
</signals>
</object>
- <object type="LongoMatch.Gui.Component.TagsTreeView" palette-category="LongoMatch" allow-children="false" base-type="Gtk.TreeView">
- <itemgroups>
- <itemgroup label="ListTreeViewBase Properties">
- <property name="Colors" />
- </itemgroup>
- </itemgroups>
- <signals>
- <itemgroup label="ListTreeViewBase Signals">
- <signal name="TimeNodeChanged" />
- <signal name="TimeNodeSelected" />
- <signal name="TimeNodeDeleted" />
- <signal name="PlayListNodeAdded" />
- <signal name="SnapshotSeriesEvent" />
- <signal name="TagPlay" />
- <signal name="NewRenderingJob" />
- </itemgroup>
- </signals>
- </object>
- <object type="LongoMatch.Gui.Component.PlaysTreeView" palette-category="LongoMatch" allow-children="false" base-type="Gtk.TreeView">
- <itemgroups>
- <itemgroup label="ListTreeViewBase Properties">
- <property name="Colors" />
- </itemgroup>
- </itemgroups>
- <signals>
- <itemgroup label="PlaysTreeView Signals">
- <signal name="EditProperties" />
- <signal name="TimeNodeChanged" />
- <signal name="TimeNodeSelected" />
- <signal name="TimeNodeDeleted" />
- <signal name="PlayListNodeAdded" />
- <signal name="SnapshotSeriesEvent" />
- <signal name="TagPlay" />
- <signal name="NewRenderingJob" />
- </itemgroup>
- </signals>
- </object>
- <object type="LongoMatch.Gui.Component.PlayersTreeView" palette-category="LongoMatch" allow-children="false" base-type="Gtk.TreeView">
- <itemgroups>
- <itemgroup label="ListTreeViewBase Properties">
- <property name="Colors" />
- </itemgroup>
- </itemgroups>
- <signals>
- <itemgroup label="ListTreeViewBase Signals">
- <signal name="TimeNodeChanged" />
- <signal name="TimeNodeSelected" />
- <signal name="TimeNodeDeleted" />
- <signal name="PlayListNodeAdded" />
- <signal name="SnapshotSeriesEvent" />
- <signal name="TagPlay" />
- <signal name="NewRenderingJob" />
- </itemgroup>
- </signals>
- </object>
<object type="LongoMatch.Gui.Component.RenderingStateBar" palette-category="General" allow-children="false" base-type="Gtk.Bin">
<itemgroups>
<itemgroup label="RenderingStateBar Properties">
@@ -309,7 +220,6 @@
<property name="Competition" />
<property name="LocalGoals" />
<property name="VisitorGoals" />
- <property name="Date" />
</itemgroup>
</itemgroups>
<signals>
@@ -348,4 +258,17 @@
</itemgroup>
</signals>
</object>
+ <object type="LongoMatch.Gui.Component.PlaysSelectionWidget" palette-category="General" allow-children="false" base-type="Gtk.Bin">
+ <itemgroups />
+ <signals>
+ <itemgroup label="PlaysSelectionWidget Signals">
+ <signal name="PlaysDeleted" />
+ <signal name="PlaySelected" />
+ <signal name="PlayListNodeAdded" />
+ <signal name="SnapshotSeries" />
+ <signal name="RenderPlaylist" />
+ <signal name="TagPlay" />
+ </itemgroup>
+ </signals>
+ </object>
</objects>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]