[longomatch/fakelive: 16/24] Update monodevelop solution and Stetic genereated files
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/fakelive: 16/24] Update monodevelop solution and Stetic genereated files
- Date: Thu, 4 Mar 2010 21:43:16 +0000 (UTC)
commit 50eede6b6c1d028a257be64f7d319cb91b01d234
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Feb 18 01:14:25 2010 +0100
Update monodevelop solution and Stetic genereated files
CesarPlayer/CesarPlayer.mdp | 2 +-
CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs | 5 ++---
CesarPlayer/gtk-gui/gui.stetic | 5 ++++-
CesarPlayer/gtk-gui/objects.xml | 12 ++++++++----
.../LongoMatch.Gui.Component.DrawingToolBox.cs | 1 +
.../LongoMatch.Gui.Component.PlayListWidget.cs | 5 +++++
.../LongoMatch.Gui.Component.TimeAdjustWidget.cs | 1 +
.../LongoMatch.Gui.Component.TimeLineWidget.cs | 1 +
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 +
.../LongoMatch.Gui.Dialog.TemplatesManager.cs | 3 +++
LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 6 +++---
LongoMatch/gtk-gui/gui.stetic | 4 +++-
12 files changed, 33 insertions(+), 13 deletions(-)
---
diff --git a/CesarPlayer/CesarPlayer.mdp b/CesarPlayer/CesarPlayer.mdp
index d135135..8579e0f 100644
--- a/CesarPlayer/CesarPlayer.mdp
+++ b/CesarPlayer/CesarPlayer.mdp
@@ -38,7 +38,6 @@
<File name="Capturer/ErrorHandler.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/ICapturer.cs" subtype="Code" buildaction="Compile" />
<File name="Gui/CapturerBin.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/LongoMatch.Gui.CapturerBin.cs" subtype="Code" buildaction="Compile" />
<File name="MultimediaFactory.cs" subtype="Code" buildaction="Compile" />
<File name="Player/ObjectManager.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/ObjectManager.cs" subtype="Code" buildaction="Compile" />
@@ -77,6 +76,7 @@
<File name="Capturer/FakeCapturer.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/GstCameraCapturer.cs" subtype="Code" buildaction="Compile" />
<File name="Capturer/GccType.cs" subtype="Code" buildaction="Compile" />
+ <File name="gtk-gui/LongoMatch.Gui.CapturerBin.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
diff --git a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index 0d1c048..b2a932a 100644
--- a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -69,7 +69,6 @@ namespace LongoMatch.Gui {
w3.Add(w4);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w6 = new Gtk.Label();
- w6.LabelProp = "";
w3.Add(w6);
w2.Add(w3);
this.recbutton.Add(w2);
@@ -94,7 +93,6 @@ namespace LongoMatch.Gui {
w12.Add(w13);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w15 = new Gtk.Label();
- w15.LabelProp = "";
w12.Add(w15);
w11.Add(w12);
this.pausebutton.Add(w11);
@@ -119,7 +117,6 @@ namespace LongoMatch.Gui {
w21.Add(w22);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w24 = new Gtk.Label();
- w24.LabelProp = "";
w21.Add(w24);
w20.Add(w21);
this.stopbutton.Add(w20);
@@ -152,6 +149,8 @@ namespace LongoMatch.Gui {
if ((this.Child != null)) {
this.Child.ShowAll();
}
+ this.pausebutton.Hide();
+ this.stopbutton.Hide();
this.Show();
this.recbutton.Clicked += new System.EventHandler(this.OnRecbuttonClicked);
this.pausebutton.Clicked += new System.EventHandler(this.OnPausebuttonClicked);
diff --git a/CesarPlayer/gtk-gui/gui.stetic b/CesarPlayer/gtk-gui/gui.stetic
index a63eb0e..72325cf 100644
--- a/CesarPlayer/gtk-gui/gui.stetic
+++ b/CesarPlayer/gtk-gui/gui.stetic
@@ -5,7 +5,7 @@
<target-gtk-version>2.12</target-gtk-version>
</configuration>
<import>
- <widget-library name="../a.dll" internal="true" />
+ <widget-library name="../bin/Release/CesarPlayer.dll" internal="true" />
</import>
<widget class="Gtk.Window" id="LongoMatch.Gui.VolumeWindow" design-size="31 204">
<property name="MemberName" />
@@ -256,6 +256,7 @@
<child>
<widget class="Gtk.Label" id="timelabel">
<property name="MemberName" />
+ <property name="LabelProp" translatable="yes" />
</widget>
<packing>
<property name="Position">3</property>
@@ -381,6 +382,7 @@
<child>
<widget class="Gtk.Button" id="pausebutton">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
<property name="Icon">stock:gtk-media-pause Button</property>
@@ -398,6 +400,7 @@
<child>
<widget class="Gtk.Button" id="stopbutton">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
<property name="Icon">stock:gtk-media-stop Button</property>
diff --git a/CesarPlayer/gtk-gui/objects.xml b/CesarPlayer/gtk-gui/objects.xml
index 13e8c72..09a86ff 100644
--- a/CesarPlayer/gtk-gui/objects.xml
+++ b/CesarPlayer/gtk-gui/objects.xml
@@ -1,8 +1,4 @@
<objects attr-sync="on">
- <object type="LongoMatch.Gui.CapturerBin" palette-category="CesarPlayer" allow-children="false" base-type="Gtk.Bin">
- <itemgroups />
- <signals />
- </object>
<object type="LongoMatch.Gui.PlayerBin" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
<itemgroups>
<itemgroup label="PlayerBin Properties">
@@ -23,4 +19,12 @@
</itemgroup>
</signals>
</object>
+ <object type="LongoMatch.Gui.CapturerBin" palette-category="CesarPlayer" allow-children="false" base-type="Gtk.Bin">
+ <itemgroups />
+ <signals>
+ <itemgroup label="CapturerBin Signals">
+ <signal name="StopEvent" />
+ </itemgroup>
+ </signals>
+ </object>
</objects>
\ No newline at end of file
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
index 3f33f36..4b44ac1 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs
@@ -370,6 +370,7 @@ namespace LongoMatch.Gui.Component {
w28.Add(w29);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w31 = new Gtk.Label();
+ w31.LabelProp = "";
w28.Add(w31);
w27.Add(w28);
this.clearbutton.Add(w27);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index 22d9cf2..7fe49b5 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -101,6 +101,7 @@ namespace LongoMatch.Gui.Component {
w8.Add(w9);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w11 = new Gtk.Label();
+ w11.LabelProp = "";
w8.Add(w11);
w7.Add(w8);
this.newbutton.Add(w7);
@@ -123,6 +124,7 @@ namespace LongoMatch.Gui.Component {
w17.Add(w18);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w20 = new Gtk.Label();
+ w20.LabelProp = "";
w17.Add(w20);
w16.Add(w17);
this.openbutton.Add(w16);
@@ -145,6 +147,7 @@ namespace LongoMatch.Gui.Component {
w26.Add(w27);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w29 = new Gtk.Label();
+ w29.LabelProp = "";
w26.Add(w29);
w25.Add(w26);
this.savebutton.Add(w25);
@@ -167,6 +170,7 @@ namespace LongoMatch.Gui.Component {
w35.Add(w36);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w38 = new Gtk.Label();
+ w38.LabelProp = "";
w35.Add(w38);
w34.Add(w35);
this.newvideobutton.Add(w34);
@@ -189,6 +193,7 @@ namespace LongoMatch.Gui.Component {
w44.Add(w45);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w47 = new Gtk.Label();
+ w47.LabelProp = "";
w44.Add(w47);
w43.Add(w44);
this.closebutton.Add(w43);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
index f3289da..54d629b 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
@@ -80,6 +80,7 @@ namespace LongoMatch.Gui.Component {
// Container child table1.Gtk.Table+TableChild
this.startlabel = new Gtk.Label();
this.startlabel.Name = "startlabel";
+ this.startlabel.LabelProp = "";
this.table1.Add(this.startlabel);
Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.startlabel]));
w5.LeftAttach = ((uint)(1));
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
index 88fb3a1..82f9655 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
@@ -54,6 +54,7 @@ namespace LongoMatch.Gui.Component {
w2.Add(w3);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w5 = new Gtk.Label();
+ w5.LabelProp = "";
w2.Add(w5);
w1.Add(w2);
this.fitbutton.Add(w1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 2d0c8dd..5942ee6 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -88,6 +88,7 @@ namespace LongoMatch.Gui.Dialog {
// Container child table1.Gtk.Table+TableChild
this.playLabel = new Gtk.Label();
this.playLabel.Name = "playLabel";
+ this.playLabel.LabelProp = "";
this.table1.Add(this.playLabel);
Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.playLabel]));
w6.LeftAttach = ((uint)(1));
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
index 7665930..e9d81b1 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
@@ -88,6 +88,7 @@ namespace LongoMatch.Gui.Dialog {
w4.Add(w5);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w7 = new Gtk.Label();
+ w7.LabelProp = "";
w4.Add(w7);
w3.Add(w4);
this.newbutton.Add(w3);
@@ -114,6 +115,7 @@ namespace LongoMatch.Gui.Dialog {
w13.Add(w14);
// Container child GtkHBox1.Gtk.Container+ContainerChild
Gtk.Label w16 = new Gtk.Label();
+ w16.LabelProp = "";
w13.Add(w16);
w12.Add(w13);
this.deletebutton.Add(w12);
@@ -140,6 +142,7 @@ namespace LongoMatch.Gui.Dialog {
w22.Add(w23);
// Container child GtkHBox2.Gtk.Container+ContainerChild
Gtk.Label w25 = new Gtk.Label();
+ w25.LabelProp = "";
w22.Add(w25);
w21.Add(w22);
this.savebutton.Add(w21);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 3faa034..8dbb27f 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -120,17 +120,17 @@ namespace LongoMatch.Gui {
this.FileAction.ShortLabel = Mono.Unix.Catalog.GetString("_File");
w1.Add(this.FileAction, null);
this.NewPojectAction = new Gtk.Action("NewPojectAction", Mono.Unix.Catalog.GetString("_New Project"), null, "gtk-new");
- this.NewPojectAction.ShortLabel = Mono.Unix.Catalog.GetString("_New Poyect");
+ this.NewPojectAction.ShortLabel = Mono.Unix.Catalog.GetString("_New Project");
w1.Add(this.NewPojectAction, null);
this.OpenProjectAction = new Gtk.Action("OpenProjectAction", Mono.Unix.Catalog.GetString("_Open Project"), null, "gtk-open");
- this.OpenProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Open Proyect");
+ this.OpenProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Open Project");
w1.Add(this.OpenProjectAction, null);
this.QuitAction = new Gtk.Action("QuitAction", Mono.Unix.Catalog.GetString("_Quit"), null, "gtk-quit");
this.QuitAction.ShortLabel = Mono.Unix.Catalog.GetString("_Quit");
w1.Add(this.QuitAction, null);
this.CloseProjectAction = new Gtk.Action("CloseProjectAction", Mono.Unix.Catalog.GetString("_Close Project"), null, "gtk-close");
this.CloseProjectAction.Sensitive = false;
- this.CloseProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Close Proyect");
+ this.CloseProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Close Project");
w1.Add(this.CloseProjectAction, null);
this.ToolsAction = new Gtk.Action("ToolsAction", Mono.Unix.Catalog.GetString("_Tools"), null, null);
this.ToolsAction.ShortLabel = Mono.Unix.Catalog.GetString("_Tools");
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 23d7c2b..caa9cc2 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -1319,6 +1319,7 @@
<child>
<widget class="Gtk.Label" id="startlabel">
<property name="MemberName" />
+ <property name="LabelProp" translatable="yes" />
</widget>
<packing>
<property name="LeftAttach">1</property>
@@ -3058,6 +3059,7 @@ Full HD 1080p (16:9 - 1920x1080)</property>
<child>
<widget class="Gtk.Label" id="playLabel">
<property name="MemberName" />
+ <property name="LabelProp" translatable="yes" />
</widget>
<packing>
<property name="LeftAttach">1</property>
@@ -5321,4 +5323,4 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
</widget>
</child>
</widget>
-</stetic-interface>
+</stetic-interface>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]