[longomatch] Update stetic generated files
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update stetic generated files
- Date: Tue, 31 Mar 2015 17:30:53 +0000 (UTC)
commit 5849cd079458c764ec6ee4f3a6d0ae7f19e3f3cf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Mar 23 11:06:40 2015 +0100
Update stetic generated files
.../LongoMatch.GUI.Multimedia.csproj | 4 +
.../gtk-gui/LongoMatch.Gui.CapturerBin.cs | 32 ++++++++++
.../gtk-gui/LongoMatch.Gui.PlayerBin.cs | 33 +++++++++++
.../gtk-gui/LongoMatch.Gui.PlayerCapturerBin.cs | 11 +++-
.../gtk-gui/LongoMatch.Gui.VolumeWindow.cs | 3 +
LongoMatch.GUI.Multimedia/gtk-gui/generated.cs | 1 +
LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 1 -
LongoMatch.GUI.Multimedia/gtk-gui/objects.xml | 23 -------
.../LongoMatch.Gui.Component.AnalysisComponent.cs | 9 +++
.../LongoMatch.Gui.Component.CategoryProperties.cs | 45 ++++++++++++++
.../LongoMatch.Gui.Component.CodingWidget.cs | 11 ++++
.../LongoMatch.Gui.Component.DashboardWidget.cs | 54 +++++++++++++++++
.../gtk-gui/LongoMatch.Gui.Component.DatePicker.cs | 4 +
.../LongoMatch.Gui.Component.EventsListWidget.cs | 6 ++
...ngoMatch.Gui.Component.FakeAnalysisComponent.cs | 4 +
...ngoMatch.Gui.Component.GameDescriptionHeader.cs | 10 +++
...oMatch.Gui.Component.GeneralPreferencesPanel.cs | 5 ++
...oMatch.Gui.Component.LiveAnalysisPreferences.cs | 4 +
.../LongoMatch.Gui.Component.NotesWidget.cs | 1 +
.../LongoMatch.Gui.Component.PlayListWidget.cs | 8 +++
...ngoMatch.Gui.Component.PlayersListTreeWidget.cs | 1 +
...goMatch.Gui.Component.PlaysCoordinatesTagger.cs | 3 +
...LongoMatch.Gui.Component.PlaysListTreeWidget.cs | 1 +
...LongoMatch.Gui.Component.PlaysPositionViewer.cs | 4 +
...ongoMatch.Gui.Component.PlaysSelectionWidget.cs | 7 ++
.../LongoMatch.Gui.Component.PluginsPreferences.cs | 19 ++++++
.../LongoMatch.Gui.Component.ProjectListWidget.cs | 8 +++
.../LongoMatch.Gui.Component.ProjectPeriods.cs | 4 -
.../LongoMatch.Gui.Component.RenderingStateBar.cs | 5 ++
.../LongoMatch.Gui.Component.TeamTemplateEditor.cs | 61 ++++++++++++++++++++
.../gtk-gui/LongoMatch.Gui.Component.Timeline.cs | 13 ++++
...ngoMatch.Gui.Component.VideoPreferencesPanel.cs | 25 ++++++++
.../LongoMatch.Gui.Dialog.CalendarDialog.cs | 1 +
.../LongoMatch.Gui.Dialog.ChooseOptionDialog.cs | 3 +
.../LongoMatch.Gui.Dialog.ChooseProjectDialog.cs | 2 +
.../LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs | 7 ++
.../LongoMatch.Gui.Dialog.DatabasesManager.cs | 11 ++++
.../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs | 57 ++++++++++++++++++
.../LongoMatch.Gui.Dialog.EditCategoryDialog.cs | 1 +
.../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 8 +++
.../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 9 +++
.../LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs | 3 +
...Match.Gui.Dialog.FramesCaptureProgressDialog.cs | 4 +
.../LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs | 1 +
.../gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs | 15 +++++
.../LongoMatch.Gui.Dialog.RenderingJobsDialog.cs | 7 ++
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 7 ++
.../LongoMatch.Gui.Dialog.SubstitutionsEditor.cs | 12 ++++
.../gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs | 5 ++
.../LongoMatch.Gui.Dialog.VideoConversionTool.cs | 17 ++++++
...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 21 +++++++
.../gtk-gui/LongoMatch.Gui.MainWindow.cs | 33 +++++++++++
.../LongoMatch.Gui.Panel.OpenProjectPanel.cs | 3 +
.../LongoMatch.Gui.Panel.PreferencesPanel.cs | 5 ++
.../LongoMatch.Gui.Panel.SportsTemplatesPanel.cs | 40 +++++++++++++
.../LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs | 31 ++++++++++
.../gtk-gui/LongoMatch.Gui.Panel.WelcomePanel.cs | 5 ++
LongoMatch.GUI/gtk-gui/gui.stetic | 4 -
LongoMatch.GUI/gtk-gui/objects.xml | 23 -------
59 files changed, 699 insertions(+), 56 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.csproj
b/LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.csproj
index 98164b1..4b74ec7 100644
--- a/LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.csproj
+++ b/LongoMatch.GUI.Multimedia/LongoMatch.GUI.Multimedia.csproj
@@ -105,6 +105,10 @@
<Project>{AE98609B-353C-4CE4-A5B7-606BB4EE3576}</Project>
<Name>LongoMatch.Drawing.Cairo</Name>
</ProjectReference>
+ <ProjectReference Include="..\LongoMatch.Services\LongoMatch.Services.csproj">
+ <Project>{AA2793F9-3B72-4F34-9B34-2E0C18A8A960}</Project>
+ <Name>LongoMatch.Services</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index 3ca2e2b..fca7aff 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -5,37 +5,69 @@ namespace LongoMatch.Gui
public partial class CapturerBin
{
private global::Gtk.VBox vbox1;
+
private global::LongoMatch.Gui.VideoWindow videowindow;
+
private global::Gtk.Alignment alignment1;
+
private global::Gtk.HBox controllerbox;
+
private global::Gtk.EventBox hourseventbox;
+
private global::Gtk.Label hourlabel;
+
private global::Gtk.Label label1;
+
private global::Gtk.EventBox minuteseventbox;
+
private global::Gtk.Label minuteslabel;
+
private global::Gtk.Label label2;
+
private global::Gtk.EventBox secondseventbox;
+
private global::Gtk.Label secondslabel;
+
private global::Gtk.Label periodlabel;
+
private global::Gtk.VSeparator vseparator1;
+
private global::Gtk.Button recbutton;
+
private global::Gtk.Image recimage;
+
private global::Gtk.Button stopbutton;
+
private global::Gtk.Image stopimage;
+
private global::Gtk.Button pausebutton;
+
private global::Gtk.Image pauseimage;
+
private global::Gtk.Button resumebutton;
+
private global::Gtk.Image resumeimage;
+
private global::Gtk.Button savebutton;
+
private global::Gtk.Image saveimage;
+
private global::Gtk.Button cancelbutton;
+
private global::Gtk.Image cancelimage;
+
private global::Gtk.VSeparator vseparator2;
+
private global::Gtk.HBox lasteventbox;
+
private global::Gtk.Label lastlabel;
+
private global::Gtk.Button deletelastbutton;
+
private global::Gtk.Image deletelastimage;
+
private global::Gtk.Button playlastbutton;
+
private global::Gtk.Image playlastimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
index ab17238..8ce794a 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
@@ -5,38 +5,71 @@ namespace LongoMatch.Gui
public partial class PlayerBin
{
private global::Gtk.VBox vbox3;
+
private global::Gtk.HBox mainbox;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox videobox;
+
private global::Gtk.HBox hbox2;
+
private global::LongoMatch.Gui.VideoWindow videowindow;
+
private global::Gtk.DrawingArea blackboarddrawingarea;
+
private global::Gtk.VBox vbox5;
+
private global::Gtk.VScale vscale1;
+
private global::Gtk.EventBox lightbackgroundeventbox;
+
private global::Gtk.HBox controlsbox;
+
private global::Gtk.HBox buttonsbox;
+
private global::Gtk.Button closebutton;
+
private global::Gtk.Image closebuttonimage;
+
private global::Gtk.Button drawbutton;
+
private global::Gtk.Image drawbuttonimage;
+
private global::Gtk.Button playbutton;
+
private global::Gtk.Image playbuttonimage;
+
private global::Gtk.Button pausebutton;
+
private global::Gtk.Image pausebuttonimage;
+
private global::Gtk.Button prevbutton;
+
private global::Gtk.Image prevbuttonimage;
+
private global::Gtk.Button nextbutton;
+
private global::Gtk.Image nextbuttonimage;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Label jumplabel;
+
private global::Gtk.SpinButton jumpspinbutton;
+
private global::Gtk.Label tlabel;
+
private global::Gtk.HScale timescale;
+
private global::Gtk.Label timelabel;
+
private global::Gtk.Button volumebutton;
+
private global::Gtk.Image volumebuttonimage;
+
private global::Gtk.Button detachbutton;
+
private global::Gtk.Image detachbuttonimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerCapturerBin.cs
b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerCapturerBin.cs
index f47c2cf..b06150b 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerCapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerCapturerBin.cs
@@ -5,15 +5,25 @@ namespace LongoMatch.Gui
public partial class PlayerCapturerBin
{
private global::Gtk.HBox hbox4;
+
private global::Gtk.VBox playerbox;
+
private global::Gtk.HBox replayhbox;
+
private global::Gtk.Image replayimage;
+
private global::Gtk.Label replaylabel;
+
private global::LongoMatch.Gui.PlayerBin playerbin;
+
private global::Gtk.VBox capturerbox;
+
private global::Gtk.HBox livebox;
+
private global::Gtk.Image liveimage;
+
private global::Gtk.Label livelabel;
+
private global::LongoMatch.Gui.CapturerBin capturerbin;
protected virtual void Build ()
@@ -61,7 +71,6 @@ namespace LongoMatch.Gui
this.playerbin = new global::LongoMatch.Gui.PlayerBin ();
this.playerbin.Events = ((global::Gdk.EventMask)(256));
this.playerbin.Name = "playerbin";
- this.playerbin.CloseAlwaysVisible = false;
this.playerbox.Add (this.playerbin);
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.playerbox
[this.playerbin]));
w4.Position = 1;
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
index efcfcfe..0a016ce 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.VolumeWindow.cs
@@ -5,8 +5,11 @@ namespace LongoMatch.Gui
public partial class VolumeWindow
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.Button morebutton;
+
private global::Gtk.VScale volumescale;
+
private global::Gtk.Button lessbutton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs b/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
index 75935e2..3285e87 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/generated.cs
@@ -17,6 +17,7 @@ namespace Stetic
internal class BinContainer
{
private Gtk.Widget child;
+
private Gtk.UIManager uimanager;
public static BinContainer Attach (Gtk.Bin bin)
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
index 07ec842..54a0b42 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
@@ -848,7 +848,6 @@
<widget class="LongoMatch.Gui.PlayerBin" id="playerbin">
<property name="MemberName" />
<property name="Events">ButtonPressMask</property>
- <property name="CloseAlwaysVisible">False</property>
</widget>
<packing>
<property name="Position">1</property>
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/objects.xml b/LongoMatch.GUI.Multimedia/gtk-gui/objects.xml
index b56c9ce..32c81e9 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/objects.xml
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/objects.xml
@@ -9,37 +9,14 @@
</object>
<object type="LongoMatch.Gui.PlayerBin" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
<itemgroups>
- <itemgroup label="PlayerBin Properties">
- <property name="CloseAlwaysVisible" />
- <property name="Sensitive" />
- <property name="Volume" />
- <property name="IgnoreTicks" />
- </itemgroup>
</itemgroups>
<signals>
- <itemgroup label="PlayerBin Signals">
- <signal name="Tick" />
- <signal name="PlayStateChanged" />
- <signal name="CloseEvent" />
- <signal name="PrepareLoadEvent" />
- <signal name="TimeChangedEvent" />
- <signal name="PlaybackStateChangedEvent" />
- <signal name="LoadImageEvent" />
- <signal name="PlaybackRateChangedEvent" />
- <signal name="VolumeChangedEvent" />
- <signal name="ElementLoadedEvent" />
- <signal name="ElementUnloadedEvent" />
- <signal name="PARChangedEvent" />
- </itemgroup>
</signals>
</object>
<object type="LongoMatch.Gui.PlayerCapturerBin" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
<itemgroups>
</itemgroups>
<signals>
- <itemgroup label="IPlayerBin Signals">
- <signal name="PlayStateChanged" />
- </itemgroup>
</signals>
</object>
<object type="LongoMatch.Gui.VideoWindow" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
index 14428d8..7ead720 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
@@ -5,14 +5,23 @@ namespace LongoMatch.Gui.Component
public partial class AnalysisComponent
{
private global::Gtk.UIManager UIManager;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.EventBox lightbackgroundeventbox;
+
private global::Gtk.VPaned centralpane;
+
private global::Gtk.HPaned uppane;
+
private global::LongoMatch.Gui.Component.PlaysSelectionWidget playsSelection;
+
private global::Gtk.HPaned rigthpane;
+
private global::Gtk.HBox videowidgetsbox;
+
private global::LongoMatch.Gui.PlayerCapturerBin playercapturer;
+
private global::LongoMatch.Gui.Component.CodingWidget codingwidget;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
index 997c71e..50acba2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
@@ -5,50 +5,95 @@ namespace LongoMatch.Gui.Component
public partial class CategoryProperties
{
private global::Gtk.VBox vbox3;
+
private global::Gtk.Table maintable;
+
private global::Gtk.ColorButton colorbutton1;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label4;
+
private global::Gtk.Entry nameentry;
+
private global::Gtk.Table texttable;
+
private global::Gtk.HBox hbox5;
+
private global::Gtk.Label hotKeyLabel;
+
private global::Gtk.Button changebuton;
+
private global::Gtk.Label label6;
+
private global::Gtk.ColorButton textcolorbutton;
+
private global::Gtk.Label textcolorlabel;
+
private global::Gtk.Table timetable;
+
private global::Gtk.Label label7;
+
private global::Gtk.Label label8;
+
private global::Gtk.SpinButton lagtimebutton;
+
private global::Gtk.SpinButton leadtimebutton;
+
private global::Gtk.Label taglabel;
+
private global::Gtk.ComboBox tagmodecombobox;
+
private global::Gtk.Table postable;
+
private global::Gtk.ComboBox fieldcombobox;
+
private global::Gtk.ComboBox goalcombobox;
+
private global::Gtk.ComboBox hfieldcombobox;
+
private global::Gtk.Label label10;
+
private global::Gtk.Label label11;
+
private global::Gtk.Label label12;
+
private global::Gtk.Label label9;
+
private global::Gtk.ComboBox sortmethodcombobox;
+
private global::Gtk.Table cattable;
+
private global::Gtk.Label label15;
+
private global::Gtk.Label showtagslabel;
+
private global::Gtk.CheckButton tagscheckbutton;
+
private global::Gtk.SpinButton tprbutton;
+
private global::Gtk.Table cardtable;
+
private global::Gtk.Label label16;
+
private global::Gtk.ComboBox shapecombobox;
+
private global::Gtk.Table scoretable;
+
private global::Gtk.Label label17;
+
private global::Gtk.SpinButton pointsbutton;
+
private global::Gtk.Table timertable;
+
private global::Gtk.Label label18;
+
private global::Gtk.ComboBox teamcombobox;
+
private global::Gtk.Table tagtable;
+
private global::Gtk.Entry groupentry;
+
private global::Gtk.Label label19;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
index b5f45ee..7f03d55 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CodingWidget.cs
@@ -5,16 +5,27 @@ namespace LongoMatch.Gui.Component
public partial class CodingWidget
{
private global::Gtk.Notebook notebook;
+
private global::Gtk.HPaned dashboardhpaned;
+
private global::Gtk.DrawingArea teamsdrawingarea;
+
private global::Gtk.HBox hbox5;
+
private global::LongoMatch.Gui.Component.DashboardWidget buttonswidget;
+
private global::Gtk.Label label2;
+
private global::LongoMatch.Gui.Component.Timeline timeline;
+
private global::Gtk.Label label3;
+
private global::LongoMatch.Gui.Component.PlaysPositionViewer playspositionviewer1;
+
private global::Gtk.Label label5;
+
private global::LongoMatch.Gui.Component.EventsListWidget eventslistwidget;
+
private global::Gtk.Label label13;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
index e9c565b..e203b91 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
@@ -5,59 +5,113 @@ namespace LongoMatch.Gui.Component
public partial class DashboardWidget
{
private global::Gtk.HBox hbox2;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.HButtonBox hbuttonbox2;
+
private global::Gtk.Button addcatbutton;
+
private global::Gtk.Image addcatbuttonimage;
+
private global::Gtk.Button addtimerbutton;
+
private global::Gtk.Image addtimerbuttonimage;
+
private global::Gtk.Button addscorebutton;
+
private global::Gtk.Image addscorebuttonimage;
+
private global::Gtk.Button addcardbutton;
+
private global::Gtk.Image addcardbuttonimage;
+
private global::Gtk.Button addtagbutton;
+
private global::Gtk.Image addtagbuttonimage;
+
private global::Gtk.ScrolledWindow dashscrolledwindow;
+
private global::Gtk.DrawingArea drawingarea;
+
private global::Gtk.VBox rightbox;
+
private global::Gtk.Frame propertiesframe;
+
private global::Gtk.Alignment propertiesalignment;
+
private global::Gtk.VBox vbox10;
+
private global::Gtk.HBox positionsbox;
+
private global::Gtk.VBox fieldvbox;
+
private global::Gtk.Frame fieldframe;
+
private global::Gtk.Alignment fieldalignment;
+
private global::Gtk.EventBox fieldeventbox;
+
private global::Gtk.VBox vbox12;
+
private global::Gtk.Image fieldimage;
+
private global::Gtk.Label fieldlabel1;
+
private global::Gtk.Label fieldlabel2;
+
private global::Gtk.Button resetfieldbutton;
+
private global::Gtk.VBox hfieldvbox;
+
private global::Gtk.Frame hfieldframe;
+
private global::Gtk.Alignment halffieldalignment;
+
private global::Gtk.EventBox hfieldeventbox;
+
private global::Gtk.VBox vbox14;
+
private global::Gtk.Image hfieldimage;
+
private global::Gtk.Label hfieldlabel1;
+
private global::Gtk.Label hfieldlabel2;
+
private global::Gtk.Button resethfieldbutton;
+
private global::Gtk.VBox goalvbox;
+
private global::Gtk.Frame goalframe;
+
private global::Gtk.Alignment goalalignment;
+
private global::Gtk.EventBox goaleventbox;
+
private global::Gtk.VBox vbox16;
+
private global::Gtk.Image goalimage;
+
private global::Gtk.Label goallabel1;
+
private global::Gtk.Label goallabel2;
+
private global::Gtk.Button resetgoalbutton;
+
private global::Gtk.HBox periodsbox;
+
private global::Gtk.Label periodslabel;
+
private global::Gtk.Entry periodsentry;
+
private global::Gtk.Button applybutton;
+
private global::Gtk.Image applyimage;
+
private global::Gtk.ScrolledWindow propertiesscrolledwindow;
+
private global::Gtk.Alignment tagpropertiesalignment;
+
private global::LongoMatch.Gui.Component.CategoryProperties tagproperties;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DatePicker.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DatePicker.cs
index 9790399..ac9c22b 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DatePicker.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DatePicker.cs
@@ -5,9 +5,13 @@ namespace LongoMatch.Gui.Component
public partial class DatePicker
{
private global::Gtk.EventBox dateentryeventbox;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Entry dateentry;
+
private global::Gtk.Button datebutton;
+
private global::Gtk.Image datebuttonimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.EventsListWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.EventsListWidget.cs
index cc57210..2453234 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.EventsListWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.EventsListWidget.cs
@@ -5,11 +5,17 @@ namespace LongoMatch.Gui.Component
public partial class EventsListWidget
{
private global::Gtk.Notebook playsnotebook;
+
private global::LongoMatch.Gui.Component.PlaysListTreeWidget playsList;
+
private global::Gtk.Label playsList1;
+
private global::LongoMatch.Gui.Component.PlayersListTreeWidget localPlayersList;
+
private global::Gtk.Label localPlaysList;
+
private global::LongoMatch.Gui.Component.PlayersListTreeWidget visitorPlayersList;
+
private global::Gtk.Label visitorPlaysList;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.FakeAnalysisComponent.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.FakeAnalysisComponent.cs
index 5cfdeea..eab64ce 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.FakeAnalysisComponent.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.FakeAnalysisComponent.cs
@@ -5,9 +5,13 @@ namespace LongoMatch.Gui.Component
public partial class FakeAnalysisComponent
{
private global::Gtk.EventBox lightbackgroundeventbox;
+
private global::Gtk.VBox vbox3;
+
private global::LongoMatch.Gui.CapturerBin capturerbin;
+
private global::Gtk.HSeparator hseparator1;
+
private global::LongoMatch.Gui.Component.CodingWidget codingwidget1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameDescriptionHeader.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameDescriptionHeader.cs
index 3dbb47b..cea02cb 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameDescriptionHeader.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GameDescriptionHeader.cs
@@ -5,15 +5,25 @@ namespace LongoMatch.Gui.Component
public partial class GameDescriptionHeader
{
private global::Gtk.HBox descbox;
+
private global::Gtk.Image homeimage;
+
private global::Gtk.VSeparator vseparator1;
+
private global::Gtk.Label homenamelabel;
+
private global::Gtk.EventBox homescoreeventbox;
+
private global::Gtk.Label homescorelabel;
+
private global::Gtk.EventBox awayscoreeventbox;
+
private global::Gtk.Label awayscorelabel;
+
private global::Gtk.Label awaynamelabel;
+
private global::Gtk.VSeparator vseparator2;
+
private global::Gtk.Image awayimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GeneralPreferencesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GeneralPreferencesPanel.cs
index 427aaac..3e2af1b 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GeneralPreferencesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.GeneralPreferencesPanel.cs
@@ -5,10 +5,15 @@ namespace LongoMatch.Gui.Component
public partial class GeneralPreferencesPanel
{
private global::Gtk.Table table1;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label label3;
+
private global::Gtk.ComboBox langcombobox;
+
private global::Gtk.ComboBox templatescombobox;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LiveAnalysisPreferences.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LiveAnalysisPreferences.cs
index 21ddb26..e773574 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LiveAnalysisPreferences.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.LiveAnalysisPreferences.cs
@@ -5,9 +5,13 @@ namespace LongoMatch.Gui.Component
public partial class LiveAnalysisPreferences
{
private global::Gtk.Table table1;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label4;
+
private global::LongoMatch.Gui.Component.MediaFileChooser mediafilechooser1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
index e1e952b..c4e0e62 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Component
public partial class NotesWidget
{
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::Gtk.TextView textview1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index 5d06906..4d5c020 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -5,13 +5,21 @@ namespace LongoMatch.Gui.Component
public partial class PlayListWidget
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::Gtk.VBox vbox1;
+
private global::LongoMatch.Gui.Component.PlayListTreeView playlisttreeview1;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Button newbutton;
+
private global::Gtk.Image newimage;
+
private global::Gtk.Button newvideobutton;
+
private global::Gtk.Image recimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
index cb1eba5..2a53ec0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Component
public partial class PlayersListTreeWidget
{
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::LongoMatch.Gui.Component.PlayersTreeView playerstreeview;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysCoordinatesTagger.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysCoordinatesTagger.cs
index 355bc6c..08f5c9d 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysCoordinatesTagger.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysCoordinatesTagger.cs
@@ -5,8 +5,11 @@ namespace LongoMatch.Gui.Component
public partial class PlaysCoordinatesTagger
{
private global::Gtk.HBox mainbox;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger field;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger hfield;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger goal;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
index 0d87f45..679faa6 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Component
public partial class PlaysListTreeWidget
{
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::LongoMatch.Gui.Component.PlaysTreeView treeview;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysPositionViewer.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysPositionViewer.cs
index e75afba..b54c3e0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysPositionViewer.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysPositionViewer.cs
@@ -5,9 +5,13 @@ namespace LongoMatch.Gui.Component
public partial class PlaysPositionViewer
{
private global::Gtk.HBox hbox1;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger field;
+
private global::Gtk.VBox vbox2;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger hfield;
+
private global::LongoMatch.Gui.Component.CoordinatesTagger goal;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
index 6821bb2..39a3a14 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
@@ -5,12 +5,19 @@ namespace LongoMatch.Gui.Component
public partial class PlaysSelectionWidget
{
private global::Gtk.Notebook notebook;
+
private global::LongoMatch.Gui.Component.EventsListWidget eventslistwidget;
+
private global::Gtk.Label label1;
+
private global::LongoMatch.Gui.Component.PlayListWidget playlistwidget;
+
private global::Gtk.Label label3;
+
private global::Gtk.VBox filtersvbox;
+
private global::Gtk.Notebook filtersnotebook;
+
private global::Gtk.Label label2;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PluginsPreferences.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PluginsPreferences.cs
index 70ad4a9..8198fd3 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PluginsPreferences.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PluginsPreferences.cs
@@ -5,24 +5,43 @@ namespace LongoMatch.Gui.Component
public partial class PluginsPreferences
{
private global::Gtk.HBox hbox1;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::Gtk.TreeView treeview1;
+
private global::Gtk.VBox vbox1;
+
private global::Gtk.Frame frame1;
+
private global::Gtk.Alignment GtkAlignment;
+
private global::Gtk.Table table1;
+
private global::Gtk.Label authorlabel;
+
private global::Gtk.Label desclabel;
+
private global::Gtk.Label filelabel;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label4;
+
private global::Gtk.Label namelabel;
+
private global::Gtk.Label GtkLabel;
+
private global::Gtk.Frame configframe;
+
private global::Gtk.Alignment GtkAlignment1;
+
private global::Gtk.VBox configbox;
+
private global::Gtk.Label GtkLabel1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
index bc0fa3e..c273879 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
@@ -5,13 +5,21 @@ namespace LongoMatch.Gui.Component
public partial class ProjectListWidget
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Image focusimage;
+
private global::Gtk.Entry filterEntry;
+
private global::Gtk.ComboBox sortcombobox;
+
private global::Gtk.ScrolledWindow icoscrolledwindow;
+
private global::Gtk.IconView iconview;
+
private global::Gtk.ScrolledWindow treeviewscrolledwindow;
+
private global::Gtk.TreeView treeview;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
index d9f1995..7ce9558 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
@@ -92,8 +92,6 @@ namespace LongoMatch.Gui.Component
this.main_cam_playerbin = new global::LongoMatch.Gui.PlayerBin ();
this.main_cam_playerbin.Events = ((global::Gdk.EventMask)(256));
this.main_cam_playerbin.Name = "main_cam_playerbin";
- this.main_cam_playerbin.Volume = 1;
- this.main_cam_playerbin.CloseAlwaysVisible = false;
this.main_cam_vbox.Add (this.main_cam_playerbin);
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.main_cam_vbox
[this.main_cam_playerbin]));
w1.Position = 0;
@@ -143,8 +141,6 @@ namespace LongoMatch.Gui.Component
this.sec_cam_playerbin = new global::LongoMatch.Gui.PlayerBin ();
this.sec_cam_playerbin.Events = ((global::Gdk.EventMask)(256));
this.sec_cam_playerbin.Name = "sec_cam_playerbin";
- this.sec_cam_playerbin.Volume = 0;
- this.sec_cam_playerbin.CloseAlwaysVisible = false;
this.sec_cam_vbox.Add (this.sec_cam_playerbin);
global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.sec_cam_vbox
[this.sec_cam_playerbin]));
w8.Position = 0;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
index 8fc496d..a052811 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.RenderingStateBar.cs
@@ -5,10 +5,15 @@ namespace LongoMatch.Gui.Component
public partial class RenderingStateBar
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.Statusbar statusbar3;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Button statebutton;
+
private global::Gtk.ProgressBar progressbar;
+
private global::Gtk.Button cancellbutton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
index 785cd1e..ad390b7 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
@@ -5,66 +5,127 @@ namespace LongoMatch.Gui.Component
public partial class TeamTemplateEditor
{
private global::Gtk.VBox vbox3;
+
private global::Gtk.HBox hbox4;
+
private global::Gtk.Frame teamframe;
+
private global::Gtk.Alignment GtkAlignment3;
+
private global::Gtk.VBox vbox5;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Frame shieldframe;
+
private global::Gtk.Alignment shieldalignment;
+
private global::Gtk.EventBox shieldeventbox;
+
private global::Gtk.VBox shieldvbox;
+
private global::Gtk.Image shieldimage;
+
private global::Gtk.Label teamshieldlabel1;
+
private global::Gtk.Label teamshieldlabel2;
+
private global::Gtk.Table teamtable;
+
private global::Gtk.Label GtkLabel4;
+
private global::Gtk.HBox hbox5;
+
private global::Gtk.Entry tacticsentry;
+
private global::Gtk.Button applybutton;
+
private global::Gtk.HBox hbox6;
+
private global::Gtk.ColorButton colorbutton1;
+
private global::Gtk.ColorButton colorbutton2;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label label4;
+
private global::Gtk.Entry teamnameentry;
+
private global::Gtk.DrawingArea drawingarea;
+
private global::Gtk.Alignment alignment2;
+
private global::Gtk.Frame playerframe;
+
private global::Gtk.Alignment playerpropertyalignment;
+
private global::Gtk.HBox playerpropertyhbox;
+
private global::Gtk.Alignment alignment1;
+
private global::Gtk.Frame playerimageframe;
+
private global::Gtk.Alignment playerimagealignment;
+
private global::Gtk.EventBox playereventbox;
+
private global::Gtk.VBox playervbox;
+
private global::Gtk.Image playerimage;
+
private global::Gtk.Label playerimagelabel1;
+
private global::Gtk.Label playerimagelabel2;
+
private global::Gtk.Table table1;
+
private global::LongoMatch.Gui.Component.DatePicker bdaydatepicker;
+
private global::Gtk.SpinButton heightspinbutton;
+
private global::Gtk.Label label11;
+
private global::Gtk.Label label12;
+
private global::Gtk.Label label13;
+
private global::Gtk.Label label14;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label5;
+
private global::Gtk.Label label6;
+
private global::Gtk.Label label7;
+
private global::Gtk.Label label8;
+
private global::Gtk.Entry lastnameentry;
+
private global::Gtk.Entry mailentry;
+
private global::Gtk.Label maillabel;
+
private global::Gtk.Entry nameentry;
+
private global::Gtk.Entry nationalityentry;
+
private global::Gtk.Entry nicknameentry;
+
private global::Gtk.SpinButton numberspinbutton;
+
private global::Gtk.Entry positionentry;
+
private global::Gtk.SpinButton weightspinbutton;
+
private global::Gtk.HButtonBox hbuttonbox2;
+
private global::Gtk.Button savebutton;
+
private global::Gtk.Button newplayerbutton;
+
private global::Gtk.Button deletebutton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
index 6c8f664..6208f8f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
@@ -5,18 +5,31 @@ namespace LongoMatch.Gui.Component
public partial class Timeline
{
private global::Gtk.HBox hbox1;
+
private global::Gtk.VBox leftbox;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Button focusbutton;
+
private global::Gtk.Image focusbuttonimage;
+
private global::Gtk.DrawingArea labelsarea;
+
private global::Gtk.HBox zoomhbox;
+
private global::Gtk.Image zoominimage;
+
private global::Gtk.HScale focusscale;
+
private global::Gtk.Image zoomoutimage;
+
private global::Gtk.VBox vbox1;
+
private global::Gtk.DrawingArea timerulearea;
+
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::Gtk.DrawingArea timelinearea;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.VideoPreferencesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.VideoPreferencesPanel.cs
index 66c109f..32d6fcf 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.VideoPreferencesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.VideoPreferencesPanel.cs
@@ -5,30 +5,55 @@ namespace LongoMatch.Gui.Component
public partial class VideoPreferencesPanel
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Label fameratelabel;
+
private global::Gtk.ComboBox fpscombobox;
+
private global::Gtk.Frame frame1;
+
private global::Gtk.Alignment GtkAlignment;
+
private global::Gtk.Table rendertable;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label8;
+
private global::Gtk.Label label9;
+
private global::Gtk.ComboBox renderenccombo;
+
private global::Gtk.ComboBox renderimagecombo;
+
private global::Gtk.ComboBox renderqualcombo;
+
private global::Gtk.Label GtkLabel;
+
private global::Gtk.Frame frame2;
+
private global::Gtk.Alignment GtkAlignment1;
+
private global::Gtk.Table capturetable;
+
private global::Gtk.ComboBox captureenccombo;
+
private global::Gtk.ComboBox captureimagecombo;
+
private global::Gtk.ComboBox capturequalcombo;
+
private global::Gtk.Label label4;
+
private global::Gtk.Label label5;
+
private global::Gtk.Label label6;
+
private global::Gtk.Label GtkLabel1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CalendarDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CalendarDialog.cs
index 5ae251a..0f00001 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CalendarDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CalendarDialog.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Dialog
public partial class CalendarDialog
{
private global::Gtk.Calendar calendar1;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseOptionDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseOptionDialog.cs
index ad0b97a..2736f3f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseOptionDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseOptionDialog.cs
@@ -5,8 +5,11 @@ namespace LongoMatch.Gui.Dialog
public partial class ChooseOptionDialog
{
private global::Gtk.Alignment alignment1;
+
private global::Gtk.VBox optionsbox;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseProjectDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseProjectDialog.cs
index c204e91..51b4ea2 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseProjectDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.ChooseProjectDialog.cs
@@ -5,7 +5,9 @@ namespace LongoMatch.Gui.Dialog
public partial class ChooseProjectDialog
{
private global::LongoMatch.Gui.Component.ProjectListWidget projectlistwidget1;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button okButton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
index d4d6b3d..3137cd0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
@@ -5,12 +5,19 @@ namespace LongoMatch.Gui.Dialog
public partial class CodecsChoiceDialog
{
private global::Gtk.Alignment alignment4;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.EventBox headereventbox;
+
private global::Gtk.Alignment alignment3;
+
private global::Gtk.Label titlelabel;
+
private global::Gtk.Label label1;
+
private global::Gtk.Button buttonOk;
+
private global::Gtk.Image buttonOKimage;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DatabasesManager.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DatabasesManager.cs
index 28d46b2..fd8e1ab 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DatabasesManager.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DatabasesManager.cs
@@ -5,16 +5,27 @@ namespace LongoMatch.Gui.Dialog
public partial class DatabasesManager
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.Label dblabel;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::Gtk.TreeView treeview;
+
private global::Gtk.VBox vbox3;
+
private global::Gtk.Button selectbutton;
+
private global::Gtk.Button delbutton;
+
private global::Gtk.Button backupbutton;
+
private global::Gtk.Button rescanbutton;
+
private global::Gtk.Button addbutton;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index dba9ab3..d09084c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -5,62 +5,119 @@ namespace LongoMatch.Gui.Dialog
public partial class DrawingTool
{
private global::Gtk.HBox hbox1;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.VBox vbox3;
+
private global::Gtk.Label toolslabel;
+
private global::Gtk.Table toolstable;
+
private global::Gtk.RadioButton anglebutton;
+
private global::Gtk.Image anglebuttonimage;
+
private global::Gtk.RadioButton crossbutton;
+
private global::Gtk.Image crossbuttonimage;
+
private global::Gtk.RadioButton ellipsebutton;
+
private global::Gtk.Image ellipsebuttonimage;
+
private global::Gtk.RadioButton ellipsefilledbutton;
+
private global::Gtk.Image ellipsefilledbuttonimage;
+
private global::Gtk.RadioButton eraserbutton;
+
private global::Gtk.Image eraserbuttonimage;
+
private global::Gtk.RadioButton linebutton;
+
private global::Gtk.Image linebuttonimage;
+
private global::Gtk.RadioButton numberbutton;
+
private global::Gtk.Image numberbuttonimage;
+
private global::Gtk.RadioButton penbutton;
+
private global::Gtk.Image penbuttonimage;
+
private global::Gtk.RadioButton playerbutton;
+
private global::Gtk.Image playerbuttonimage;
+
private global::Gtk.RadioButton rectanglebutton;
+
private global::Gtk.Image rectanglebuttonimage;
+
private global::Gtk.RadioButton rectanglefilledbutton;
+
private global::Gtk.Image rectanglefilledbuttonimage;
+
private global::Gtk.RadioButton selectbutton;
+
private global::Gtk.Image selectbuttonimage;
+
private global::Gtk.RadioButton textbutton;
+
private global::Gtk.Image textbuttonimage;
+
private global::Gtk.Frame linesframe;
+
private global::Gtk.Alignment GtkAlignment4;
+
private global::Gtk.Table table1;
+
private global::Gtk.ColorButton colorbutton;
+
private global::Gtk.Label colorslabel;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label4;
+
private global::Gtk.Label label5;
+
private global::Gtk.SpinButton linesizespinbutton;
+
private global::Gtk.ComboBox stylecombobox;
+
private global::Gtk.ComboBox typecombobox;
+
private global::Gtk.Label GtkLabel4;
+
private global::Gtk.Frame textframe;
+
private global::Gtk.Alignment GtkAlignment13;
+
private global::Gtk.Table table4;
+
private global::Gtk.ColorButton backgroundcolorbutton;
+
private global::Gtk.Label backgroundcolorslabel2;
+
private global::Gtk.Label backgroundcolorslabel3;
+
private global::Gtk.ColorButton textcolorbutton;
+
private global::Gtk.Label textcolorslabel2;
+
private global::Gtk.SpinButton textspinbutton;
+
private global::Gtk.Label GtkLabel5;
+
private global::Gtk.Button clearbutton;
+
private global::Gtk.Button savetoprojectbutton;
+
private global::Gtk.Button savebutton;
+
private global::Gtk.DrawingArea drawingarea;
+
private global::Gtk.Button closebutton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
index 2eb5c83..a81d763 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Dialog
public partial class EditCategoryDialog
{
private global::LongoMatch.Gui.Component.CategoryProperties timenodeproperties2;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
index defafec..6c032f4 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
@@ -5,13 +5,21 @@ namespace LongoMatch.Gui.Dialog
public partial class EndCaptureDialog
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Image image439;
+
private global::Gtk.Label label1;
+
private global::Gtk.HBox hbox3;
+
private global::Gtk.Button returnbutton;
+
private global::Gtk.Button quitbutton;
+
private global::Gtk.Button savebutton;
+
private global::Gtk.Button buttonCancel;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index bd5348e..2ad7b62 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -5,14 +5,23 @@ namespace LongoMatch.Gui.Dialog
public partial class EntryDialog
{
private global::Gtk.Table table1;
+
private global::Gtk.CheckButton checkbutton;
+
private global::Gtk.Entry entry1;
+
private global::Gtk.Label existentemplatelabel;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label playerslabel;
+
private global::Gtk.SpinButton playersspinbutton;
+
private global::Gtk.ComboBox combobox;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
index beab0e0..33485fc 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
@@ -5,8 +5,11 @@ namespace LongoMatch.Gui.Dialog
public partial class EventTypeTagsEditor
{
private global::Gtk.ScrolledWindow scrolledwindow2;
+
private global::Gtk.Alignment alignment1;
+
private global::Gtk.VBox mainvbox;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
index 9b4c61b..4fb22d6 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs
@@ -5,9 +5,13 @@ namespace LongoMatch.Gui.Dialog
public partial class FramesCaptureProgressDialog
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.ProgressBar progressbar;
+
private global::Gtk.Image image;
+
private global::Gtk.Button okbutton;
+
private global::Gtk.Button cancelbutton;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
index a4b208e..1e8e508 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs
@@ -5,6 +5,7 @@ namespace LongoMatch.Gui.Dialog
public partial class HotKeySelectorDialog
{
private global::Gtk.Label label1;
+
private global::Gtk.Button buttonCancel;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
index a649bdb..7657a24 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
@@ -5,20 +5,35 @@ namespace LongoMatch.Gui.Dialog
public partial class PlayEditor
{
private global::Gtk.ScrolledWindow scrolledwindow2;
+
private global::Gtk.VBox vbox3;
+
private global::Gtk.HBox hbox4;
+
private global::Gtk.Frame nameframe;
+
private global::Gtk.Alignment GtkAlignment3;
+
private global::Gtk.HBox hbox3;
+
private global::Gtk.Entry nameentry;
+
private global::Gtk.Label GtkLabel3;
+
private global::Gtk.Frame notesframe;
+
private global::Gtk.Alignment GtkAlignment;
+
private global::LongoMatch.Gui.Component.NotesWidget notes;
+
private global::Gtk.Label GtkLabel;
+
private global::Gtk.VBox tagsvbox;
+
private global::LongoMatch.Gui.Component.PlaysCoordinatesTagger tagger;
+
private global::Gtk.DrawingArea drawingarea3;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
index 6d75f57..7c91468 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs
@@ -5,12 +5,19 @@ namespace LongoMatch.Gui.Dialog
public partial class RenderingJobsDialog
{
private global::Gtk.HBox hbox1;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::LongoMatch.Gui.Component.RenderingJobsTreeView renderingjobstreeview2;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.Button clearbutton;
+
private global::Gtk.Button cancelbutton;
+
private global::Gtk.Button retrybutton;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 4fe19ac..2d34ed5 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -5,12 +5,19 @@ namespace LongoMatch.Gui.Dialog
public partial class SnapshotsDialog
{
private global::Gtk.Table table1;
+
private global::Gtk.Entry entry1;
+
private global::Gtk.Label label1;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label5;
+
private global::Gtk.Label playLabel;
+
private global::Gtk.SpinButton spinbutton1;
+
private global::Gtk.Button button22;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
index 22b33ca..5496f04 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
@@ -5,17 +5,29 @@ namespace LongoMatch.Gui.Dialog
public partial class SubstitutionsEditor
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox playershbox;
+
private global::Gtk.Frame inframe;
+
private global::Gtk.Alignment GtkAlignment2;
+
private global::Gtk.DrawingArea drawingarea2;
+
private global::Gtk.Label GtkLabel2;
+
private global::Gtk.Frame outframe;
+
private global::Gtk.Alignment GtkAlignment3;
+
private global::Gtk.DrawingArea drawingarea3;
+
private global::Gtk.Label GtkLabel3;
+
private global::Gtk.DrawingArea drawingarea;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
index d029919..161db71 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs
@@ -5,10 +5,15 @@ namespace LongoMatch.Gui.Dialog
public partial class UpdateDialog
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.Label label3;
+
private global::Gtk.Label label5;
+
private global::Gtk.Label label6;
+
private global::Gtk.Label label7;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoConversionTool.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoConversionTool.cs
index aabc61f..45ed092 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoConversionTool.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoConversionTool.cs
@@ -5,22 +5,39 @@ namespace LongoMatch.Gui.Dialog
public partial class VideoConversionTool
{
private global::Gtk.EventBox eventbox1;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::Gtk.VBox filesbox;
+
private global::Gtk.Button addbutton1;
+
private global::Gtk.Image addimage;
+
private global::Gtk.HSeparator hseparator1;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Image convertimage;
+
private global::Gtk.Table table1;
+
private global::Gtk.ComboBox bitratecombobox;
+
private global::Gtk.Label filenamelabel;
+
private global::Gtk.Label label2;
+
private global::Gtk.Label label3;
+
private global::LongoMatch.Gui.Component.MediaFileChooser mediafilechooser1;
+
private global::Gtk.ComboBox sizecombobox;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
index e1c88af..12586b0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
@@ -5,26 +5,47 @@ namespace LongoMatch.Gui.Dialog
public partial class VideoEditionProperties
{
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox hbox2;
+
private global::Gtk.Label label1;
+
private global::Gtk.ComboBox qualitycombobox;
+
private global::Gtk.HBox hbox4;
+
private global::Gtk.Label label2;
+
private global::Gtk.ComboBox sizecombobox;
+
private global::Gtk.HBox hbox5;
+
private global::Gtk.Label label3;
+
private global::Gtk.ComboBox formatcombobox;
+
private global::Gtk.HBox hbox6;
+
private global::Gtk.CheckButton descriptioncheckbutton;
+
private global::Gtk.CheckButton audiocheckbutton;
+
private global::Gtk.CheckButton splitfilesbutton;
+
private global::Gtk.HBox filebox;
+
private global::Gtk.Label filenamelabel;
+
private global::LongoMatch.Gui.Component.MediaFileChooser mediafilechooser1;
+
private global::Gtk.HBox dirbox;
+
private global::Gtk.Label directorynamelabel1;
+
private global::LongoMatch.Gui.Component.MediaFileChooser mediafilechooser2;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
index c9c9d0c..1b2a84c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -5,38 +5,71 @@ namespace LongoMatch.Gui
public partial class MainWindow
{
private global::Gtk.UIManager UIManager;
+
private global::Gtk.Action FileAction;
+
private global::Gtk.Action NewPojectAction;
+
private global::Gtk.Action openAction;
+
private global::Gtk.Action QuitAction;
+
private global::Gtk.Action CloseProjectAction;
+
private global::Gtk.Action ToolsAction;
+
private global::Gtk.Action ProjectsManagerAction;
+
private global::Gtk.Action CategoriesTemplatesManagerAction;
+
private global::Gtk.Action ViewAction;
+
private global::Gtk.ToggleAction FullScreenAction;
+
private global::Gtk.Action SaveProjectAction;
+
private global::Gtk.Action HelpAction;
+
private global::Gtk.Action AboutAction;
+
private global::Gtk.Action ExportProjectToCSVFileAction;
+
private global::Gtk.Action TeamsTemplatesManagerAction;
+
private global::Gtk.Action HelpAction1;
+
private global::Gtk.Action ImportProjectAction;
+
private global::Gtk.Action ExportProjectAction;
+
private global::Gtk.Action ExportProjectAction1;
+
private global::Gtk.Action Action;
+
private global::Gtk.Action ExportToProjectFileAction;
+
private global::Gtk.Action ImportFromFileAction;
+
private global::Gtk.Action VideoConverterToolAction;
+
private global::Gtk.Action DatabasesManagerAction;
+
private global::Gtk.Action PreferencesAction;
+
private global::Gtk.Action ShowProjectStatsAction;
+
private global::Gtk.Action MigrationToolAction;
+
private global::Gtk.VBox vbox1;
+
private global::Gtk.VBox menubox;
+
private global::Gtk.MenuBar menubar1;
+
private global::Gtk.HBox centralbox;
+
private global::LongoMatch.Gui.Panel.WelcomePanel welcomepanel;
+
private global::LongoMatch.Gui.Component.RenderingStateBar renderingstatebar1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.OpenProjectPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.OpenProjectPanel.cs
index c5437e9..8c3c879 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.OpenProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.OpenProjectPanel.cs
@@ -5,8 +5,11 @@ namespace LongoMatch.Gui.Panel
public partial class OpenProjectPanel
{
private global::Gtk.VBox vbox4;
+
private global::LongoMatch.Gui.Panel.PanelHeader panelheader1;
+
private global::Gtk.Alignment contentalignment;
+
private global::LongoMatch.Gui.Component.ProjectListWidget projectlistwidget;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.PreferencesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.PreferencesPanel.cs
index 040b21a..0278f3f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.PreferencesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.PreferencesPanel.cs
@@ -5,10 +5,15 @@ namespace LongoMatch.Gui.Panel
public partial class PreferencesPanel
{
private global::Gtk.VBox vbox2;
+
private global::LongoMatch.Gui.Panel.PanelHeader panelheader1;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.ScrolledWindow scrolledwindow1;
+
private global::Gtk.TreeView treeview;
+
private global::Gtk.VBox propsvbox;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
index cfa3f04..e914a05 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
@@ -5,45 +5,85 @@ namespace LongoMatch.Gui.Panel
public partial class SportsTemplatesPanel
{
private global::Gtk.VBox dashboardeditorvbox;
+
private global::Gtk.EventBox headereventbox;
+
private global::LongoMatch.Gui.Panel.PanelHeader panelheader1;
+
private global::Gtk.Alignment contentalignment;
+
private global::Gtk.VBox contentvbox;
+
private global::Gtk.HBox dashboardeditorbuttonbar;
+
private global::Gtk.Alignment templateimagealignment;
+
private global::Gtk.Image templateimage;
+
private global::Gtk.VBox vbox3;
+
private global::Gtk.Label editdashboardslabel;
+
private global::Gtk.HBox hbox3;
+
private global::Gtk.Button newtemplatebutton;
+
private global::Gtk.Image newtemplateimage;
+
private global::Gtk.Button importtemplatebutton;
+
private global::Gtk.Image importtemplateimage;
+
private global::Gtk.Button deletetemplatebutton;
+
private global::Gtk.Image deletetemplateimage;
+
private global::Gtk.Button savetemplatebutton;
+
private global::Gtk.Image savetemplateimage;
+
private global::Gtk.Image vseparatorimage;
+
private global::Gtk.VBox vbox17;
+
private global::Gtk.Label editbuttonslabel;
+
private global::Gtk.HBox hbox4;
+
private global::Gtk.Button addcategorybutton;
+
private global::Gtk.Image addcategoryimage;
+
private global::Gtk.Button addtagbutton1;
+
private global::Gtk.Image addtagimage;
+
private global::Gtk.Button scorebutton;
+
private global::Gtk.Image scoreimage;
+
private global::Gtk.Button cardbutton;
+
private global::Gtk.Image cardimage;
+
private global::Gtk.Button timerbutton;
+
private global::Gtk.Image timerimage;
+
private global::Gtk.Alignment categoryheaderimagealignment;
+
private global::Gtk.Image categoryheaderimage;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.VBox templatesvbox;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
+
private global::Gtk.TreeView dashboardseditortreeview;
+
private global::Gtk.VBox vbox4;
+
private global::LongoMatch.Gui.Component.DashboardWidget buttonswidget;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
index 1cc4753..4157124 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
@@ -5,36 +5,67 @@ namespace LongoMatch.Gui.Panel
public partial class TeamsTemplatesPanel
{
private global::Gtk.VBox teameditorvbox;
+
private global::Gtk.EventBox headereventbox;
+
private global::LongoMatch.Gui.Panel.PanelHeader panelheader1;
+
private global::Gtk.Alignment contentalignment;
+
private global::Gtk.VBox contentvbox;
+
private global::Gtk.HBox teameditorbuttonbar;
+
private global::Gtk.Alignment templateimagealignment;
+
private global::Gtk.Image teamimage;
+
private global::Gtk.VBox editteamsvbox;
+
private global::Gtk.Label editteamslabel;
+
private global::Gtk.HBox hbox8;
+
private global::Gtk.Button newteambutton;
+
private global::Gtk.Image newteamimage;
+
private global::Gtk.Button deleteteambutton;
+
private global::Gtk.Image deleteteamimage;
+
private global::Gtk.Button saveteambutton;
+
private global::Gtk.Image saveteamimage;
+
private global::Gtk.Image vseparatorimage;
+
private global::Gtk.VBox editplayersvbox;
+
private global::Gtk.Label editplayerslabel;
+
private global::Gtk.HBox hbox7;
+
private global::Gtk.Button newplayerbutton1;
+
private global::Gtk.Image newplayerimage;
+
private global::Gtk.Button deleteplayerbutton;
+
private global::Gtk.Image deleteplayerimage;
+
private global::Gtk.Alignment playerheaderalignment;
+
private global::Gtk.Image playerheaderimage;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.VBox teamsvbox;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
+
private global::Gtk.TreeView teamseditortreeview;
+
private global::LongoMatch.Gui.Component.TeamTemplateEditor teamtemplateeditor1;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.WelcomePanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.WelcomePanel.cs
index a827fc3..2bf9e14 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.WelcomePanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.WelcomePanel.cs
@@ -5,10 +5,15 @@ namespace LongoMatch.Gui.Panel
public partial class WelcomePanel
{
private global::Gtk.VBox vbox1;
+
private global::Gtk.HBox hbox1;
+
private global::Gtk.Label label3;
+
private global::Gtk.Button preferencesbutton;
+
private global::Gtk.Alignment alignment1;
+
private global::Gtk.Table tablewidget;
protected virtual void Build ()
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index a9e70cd..af88463 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9696,8 +9696,6 @@ You can continue with the current capture, cancel it or save your project.
<widget class="LongoMatch.Gui.PlayerBin" id="main_cam_playerbin">
<property name="MemberName" />
<property name="Events">ButtonPressMask</property>
- <property name="Volume">1</property>
- <property name="CloseAlwaysVisible">False</property>
</widget>
<packing>
<property name="Position">0</property>
@@ -9766,8 +9764,6 @@ You can continue with the current capture, cancel it or save your project.
<widget class="LongoMatch.Gui.PlayerBin" id="sec_cam_playerbin">
<property name="MemberName" />
<property name="Events">ButtonPressMask</property>
- <property name="Volume">0</property>
- <property name="CloseAlwaysVisible">False</property>
</widget>
<packing>
<property name="Position">0</property>
diff --git a/LongoMatch.GUI/gtk-gui/objects.xml b/LongoMatch.GUI/gtk-gui/objects.xml
index a38eb9d..1667eb2 100644
--- a/LongoMatch.GUI/gtk-gui/objects.xml
+++ b/LongoMatch.GUI/gtk-gui/objects.xml
@@ -299,37 +299,14 @@
</object>
<object type="LongoMatch.Gui.PlayerBin" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
<itemgroups>
- <itemgroup label="PlayerBin Properties">
- <property name="CloseAlwaysVisible" />
- <property name="Sensitive" />
- <property name="Volume" />
- <property name="IgnoreTicks" />
- </itemgroup>
</itemgroups>
<signals>
- <itemgroup label="PlayerBin Signals">
- <signal name="Tick" />
- <signal name="PlayStateChanged" />
- <signal name="CloseEvent" />
- <signal name="PrepareLoadEvent" />
- <signal name="TimeChangedEvent" />
- <signal name="PlaybackStateChangedEvent" />
- <signal name="LoadImageEvent" />
- <signal name="PlaybackRateChangedEvent" />
- <signal name="VolumeChangedEvent" />
- <signal name="ElementLoadedEvent" />
- <signal name="ElementUnloadedEvent" />
- <signal name="PARChangedEvent" />
- </itemgroup>
</signals>
</object>
<object type="LongoMatch.Gui.PlayerCapturerBin" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
<itemgroups>
</itemgroups>
<signals>
- <itemgroup label="IPlayerBin Signals">
- <signal name="PlayStateChanged" />
- </itemgroup>
</signals>
</object>
<object type="LongoMatch.Gui.VideoWindow" palette-category="General" allow-children="false"
base-type="Gtk.Bin">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]