[longomatch] update UI file
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] update UI file
- Date: Sat, 16 Oct 2010 17:51:22 +0000 (UTC)
commit 9b1d6e7aedd8d2812f13ea822e45ba2f13f36a12
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Oct 8 20:31:20 2010 +0200
update UI file
.../LongoMatch.Gui.Component.ButtonsWidget.cs | 1 -
.../LongoMatch.Gui.Component.PlayerProperties.cs | 190 +++++++++++++++----
...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 1 -
.../LongoMatch.Gui.Component.TaggerWidget.cs | 1 -
.../LongoMatch.Gui.Component.TimeAdjustWidget.cs | 1 -
.../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 1 -
...LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs | 1 -
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 1 -
LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +-
LongoMatch/gtk-gui/gui.stetic | 164 +++++++++++++++++-
10 files changed, 313 insertions(+), 50 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
index 28bd5b7..bca3596 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs
@@ -52,7 +52,6 @@ namespace LongoMatch.Gui.Component {
w2.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(5)), ((uint)(4)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(1));
this.table1.ColumnSpacing = ((uint)(1));
this.vbox1.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
index 72cf103..addcfab 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
@@ -21,6 +21,14 @@ namespace LongoMatch.Gui.Component {
private Gtk.Button openbutton;
+ private Gtk.HBox hbox2;
+
+ private Gtk.Label bdaylabel;
+
+ private Gtk.Button datebutton;
+
+ private Gtk.SpinButton heightspinbutton;
+
private Gtk.Label label1;
private Gtk.Label label2;
@@ -29,20 +37,27 @@ namespace LongoMatch.Gui.Component {
private Gtk.Label label4;
+ private Gtk.Label label5;
+
+ private Gtk.Label label6;
+
+ private Gtk.Label label7;
+
private Gtk.Entry nameentry;
private Gtk.SpinButton numberspinbutton;
private Gtk.Entry positionentry;
+ private Gtk.SpinButton weightspinbutton;
+
protected virtual void Build() {
Stetic.Gui.Initialize(this);
// Widget LongoMatch.Gui.Component.PlayerProperties
Stetic.BinContainer.Attach(this);
this.Name = "LongoMatch.Gui.Component.PlayerProperties";
// Container child LongoMatch.Gui.Component.PlayerProperties.Gtk.Container+ContainerChild
- this.table1 = new Gtk.Table(((uint)(4)), ((uint)(2)), false);
- this.table1.Name = "table1";
+ this.table1 = new Gtk.Table(((uint)(7)), ((uint)(2)), false);
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
@@ -69,50 +84,126 @@ namespace LongoMatch.Gui.Component {
w2.Fill = false;
this.table1.Add(this.hbox1);
Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
- w3.TopAttach = ((uint)(3));
- w3.BottomAttach = ((uint)(4));
+ w3.TopAttach = ((uint)(6));
+ w3.BottomAttach = ((uint)(7));
w3.LeftAttach = ((uint)(1));
w3.RightAttach = ((uint)(2));
w3.XOptions = ((Gtk.AttachOptions)(4));
w3.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
+ this.hbox2 = new Gtk.HBox();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.bdaylabel = new Gtk.Label();
+ this.bdaylabel.Name = "bdaylabel";
+ this.hbox2.Add(this.bdaylabel);
+ Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox2[this.bdaylabel]));
+ w4.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.datebutton = new Gtk.Button();
+ this.datebutton.CanFocus = true;
+ this.datebutton.Name = "datebutton";
+ this.datebutton.UseUnderline = true;
+ this.datebutton.Label = Mono.Unix.Catalog.GetString("_Calendar");
+ this.hbox2.Add(this.datebutton);
+ Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox2[this.datebutton]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.table1.Add(this.hbox2);
+ Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.hbox2]));
+ w6.TopAttach = ((uint)(5));
+ w6.BottomAttach = ((uint)(6));
+ w6.LeftAttach = ((uint)(1));
+ w6.RightAttach = ((uint)(2));
+ w6.XOptions = ((Gtk.AttachOptions)(4));
+ w6.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.heightspinbutton = new Gtk.SpinButton(0, 100, 1);
+ this.heightspinbutton.CanFocus = true;
+ this.heightspinbutton.Name = "heightspinbutton";
+ this.heightspinbutton.Adjustment.PageIncrement = 10;
+ this.heightspinbutton.ClimbRate = 1;
+ this.heightspinbutton.Digits = ((uint)(2));
+ this.heightspinbutton.Numeric = true;
+ this.heightspinbutton.Value = 18;
+ this.table1.Add(this.heightspinbutton);
+ Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.heightspinbutton]));
+ w7.TopAttach = ((uint)(3));
+ w7.BottomAttach = ((uint)(4));
+ w7.LeftAttach = ((uint)(1));
+ w7.RightAttach = ((uint)(2));
+ w7.XOptions = ((Gtk.AttachOptions)(4));
+ w7.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
this.label1 = new Gtk.Label();
this.label1.Name = "label1";
this.label1.LabelProp = Mono.Unix.Catalog.GetString("Name:");
this.table1.Add(this.label1);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
+ w8.XOptions = ((Gtk.AttachOptions)(4));
+ w8.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label2 = new Gtk.Label();
this.label2.Name = "label2";
this.label2.LabelProp = Mono.Unix.Catalog.GetString("Position:");
this.table1.Add(this.label2);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
- w5.TopAttach = ((uint)(1));
- w5.BottomAttach = ((uint)(2));
- w5.XOptions = ((Gtk.AttachOptions)(4));
- w5.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
+ w9.TopAttach = ((uint)(1));
+ w9.BottomAttach = ((uint)(2));
+ w9.XOptions = ((Gtk.AttachOptions)(4));
+ w9.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label3 = new Gtk.Label();
this.label3.Name = "label3";
this.label3.LabelProp = Mono.Unix.Catalog.GetString("Number:");
this.table1.Add(this.label3);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
- w6.TopAttach = ((uint)(2));
- w6.BottomAttach = ((uint)(3));
- w6.XOptions = ((Gtk.AttachOptions)(4));
- w6.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
+ w10.TopAttach = ((uint)(2));
+ w10.BottomAttach = ((uint)(3));
+ w10.XOptions = ((Gtk.AttachOptions)(4));
+ w10.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label4 = new Gtk.Label();
this.label4.Name = "label4";
this.label4.LabelProp = Mono.Unix.Catalog.GetString("Photo:");
this.table1.Add(this.label4);
- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w7.TopAttach = ((uint)(3));
- w7.BottomAttach = ((uint)(4));
- w7.XOptions = ((Gtk.AttachOptions)(4));
- w7.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
+ w11.TopAttach = ((uint)(6));
+ w11.BottomAttach = ((uint)(7));
+ w11.XOptions = ((Gtk.AttachOptions)(4));
+ w11.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label5 = new Gtk.Label();
+ this.label5.Name = "label5";
+ this.label5.LabelProp = Mono.Unix.Catalog.GetString("Height");
+ this.table1.Add(this.label5);
+ Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
+ w12.TopAttach = ((uint)(3));
+ w12.BottomAttach = ((uint)(4));
+ w12.XOptions = ((Gtk.AttachOptions)(4));
+ w12.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label6 = new Gtk.Label();
+ this.label6.Name = "label6";
+ this.label6.LabelProp = Mono.Unix.Catalog.GetString("Weight");
+ this.table1.Add(this.label6);
+ Gtk.Table.TableChild w13 = ((Gtk.Table.TableChild)(this.table1[this.label6]));
+ w13.TopAttach = ((uint)(4));
+ w13.BottomAttach = ((uint)(5));
+ w13.XOptions = ((Gtk.AttachOptions)(4));
+ w13.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label7 = new Gtk.Label();
+ this.label7.Name = "label7";
+ this.label7.LabelProp = Mono.Unix.Catalog.GetString("Birth day");
+ this.table1.Add(this.label7);
+ Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table1[this.label7]));
+ w14.TopAttach = ((uint)(5));
+ w14.BottomAttach = ((uint)(6));
+ w14.XOptions = ((Gtk.AttachOptions)(4));
+ w14.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.nameentry = new Gtk.Entry();
this.nameentry.CanFocus = true;
@@ -120,11 +211,11 @@ namespace LongoMatch.Gui.Component {
this.nameentry.IsEditable = true;
this.nameentry.InvisibleChar = 'â??';
this.table1.Add(this.nameentry);
- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.nameentry]));
- w8.LeftAttach = ((uint)(1));
- w8.RightAttach = ((uint)(2));
- w8.XOptions = ((Gtk.AttachOptions)(4));
- w8.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table1[this.nameentry]));
+ w15.LeftAttach = ((uint)(1));
+ w15.RightAttach = ((uint)(2));
+ w15.XOptions = ((Gtk.AttachOptions)(4));
+ w15.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.numberspinbutton = new Gtk.SpinButton(0, 100, 1);
this.numberspinbutton.CanFocus = true;
@@ -133,12 +224,12 @@ namespace LongoMatch.Gui.Component {
this.numberspinbutton.ClimbRate = 1;
this.numberspinbutton.Numeric = true;
this.table1.Add(this.numberspinbutton);
- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
- w9.TopAttach = ((uint)(2));
- w9.BottomAttach = ((uint)(3));
- w9.LeftAttach = ((uint)(1));
- w9.RightAttach = ((uint)(2));
- w9.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
+ w16.TopAttach = ((uint)(2));
+ w16.BottomAttach = ((uint)(3));
+ w16.LeftAttach = ((uint)(1));
+ w16.RightAttach = ((uint)(2));
+ w16.YOptions = ((Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.positionentry = new Gtk.Entry();
this.positionentry.CanFocus = true;
@@ -146,22 +237,41 @@ namespace LongoMatch.Gui.Component {
this.positionentry.IsEditable = true;
this.positionentry.InvisibleChar = 'â??';
this.table1.Add(this.positionentry);
- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.positionentry]));
- w10.TopAttach = ((uint)(1));
- w10.BottomAttach = ((uint)(2));
- w10.LeftAttach = ((uint)(1));
- w10.RightAttach = ((uint)(2));
- w10.XOptions = ((Gtk.AttachOptions)(4));
- w10.YOptions = ((Gtk.AttachOptions)(4));
+ Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table1[this.positionentry]));
+ w17.TopAttach = ((uint)(1));
+ w17.BottomAttach = ((uint)(2));
+ w17.LeftAttach = ((uint)(1));
+ w17.RightAttach = ((uint)(2));
+ w17.XOptions = ((Gtk.AttachOptions)(4));
+ w17.YOptions = ((Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.weightspinbutton = new Gtk.SpinButton(0, 100, 1);
+ this.weightspinbutton.CanFocus = true;
+ this.weightspinbutton.Name = "weightspinbutton";
+ this.weightspinbutton.Adjustment.PageIncrement = 10;
+ this.weightspinbutton.ClimbRate = 1;
+ this.weightspinbutton.Numeric = true;
+ this.weightspinbutton.Value = 80;
+ this.table1.Add(this.weightspinbutton);
+ Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table1[this.weightspinbutton]));
+ w18.TopAttach = ((uint)(4));
+ w18.BottomAttach = ((uint)(5));
+ w18.LeftAttach = ((uint)(1));
+ w18.RightAttach = ((uint)(2));
+ w18.XOptions = ((Gtk.AttachOptions)(4));
+ w18.YOptions = ((Gtk.AttachOptions)(4));
this.Add(this.table1);
if ((this.Child != null)) {
this.Child.ShowAll();
}
this.Hide();
+ this.weightspinbutton.ValueChanged += new System.EventHandler(this.OnWeightspinbuttonValueChanged);
this.positionentry.Changed += new System.EventHandler(this.OnPositionentryChanged);
this.numberspinbutton.EditingDone += new System.EventHandler(this.OnNumberspinbuttonChanged);
this.numberspinbutton.ValueChanged += new System.EventHandler(this.OnNumberspinbuttonValueChanged);
this.nameentry.Changed += new System.EventHandler(this.OnNameentryChanged);
+ this.heightspinbutton.ValueChanged += new System.EventHandler(this.OnHeightspinbuttonValueChanged);
+ this.datebutton.Clicked += new System.EventHandler(this.OnDatebuttonClicked);
this.openbutton.Clicked += new System.EventHandler(this.OnOpenbuttonClicked);
}
}
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
index 69e4624..444af7f 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
@@ -118,7 +118,6 @@ namespace LongoMatch.Gui.Component {
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(11)), ((uint)(2)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
index cac18bc..a6e3a86 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
@@ -55,7 +55,6 @@ namespace LongoMatch.Gui.Component {
w2.ShadowType = ((Gtk.ShadowType)(0));
// Container child GtkViewport.Gtk.Container+ContainerChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(3)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
w2.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
index f3289da..402673c 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs
@@ -32,7 +32,6 @@ namespace LongoMatch.Gui.Component {
this.Name = "LongoMatch.Gui.Component.TimeAdjustWidget";
// Container child LongoMatch.Gui.Component.TimeAdjustWidget.Gtk.Container+ContainerChild
this.table1 = new Gtk.Table(((uint)(1)), ((uint)(5)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index cd41a81..3e484bf 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -50,7 +50,6 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
index fc29bec..92783ed 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs
@@ -35,7 +35,6 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(3)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
w1.Add(this.table1);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index ba72f01..96fbf7e 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -44,7 +44,6 @@ namespace LongoMatch.Gui.Dialog {
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 3316b17..947de0c 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -195,7 +195,7 @@ namespace LongoMatch.Gui {
this.ImportProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Import Project");
w1.Add(this.ImportProjectAction, "<Control>i");
this.FreeCaptureModeAction = new Gtk.RadioAction("FreeCaptureModeAction", Mono.Unix.Catalog.GetString("Free Capture Mode"), null, null, 0);
- this.FreeCaptureModeAction.Group = this.CaptureModeAction.Group;
+ this.FreeCaptureModeAction.Group = this.AnalyzeModeAction.Group;
this.FreeCaptureModeAction.Sensitive = false;
this.FreeCaptureModeAction.ShortLabel = Mono.Unix.Catalog.GetString("Free Capture Mode");
w1.Add(this.FreeCaptureModeAction, "<Control>f");
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index cadd949..5ef489f 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -3693,13 +3693,13 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.PlayerProperties" design-size="231 150">
+ <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.PlayerProperties" design-size="270 224">
<property name="MemberName" />
<property name="Visible">False</property>
<child>
<widget class="Gtk.Table" id="table1">
<property name="MemberName" />
- <property name="NRows">4</property>
+ <property name="NRows">7</property>
<property name="NColumns">2</property>
<property name="RowSpacing">6</property>
<property name="ColumnSpacing">6</property>
@@ -3728,6 +3728,52 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</widget>
<packing>
<property name="Position">1</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="TopAttach">6</property>
+ <property name="BottomAttach">7</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.HBox" id="hbox2">
+ <property name="MemberName" />
+ <property name="Spacing">6</property>
+ <child>
+ <widget class="Gtk.Label" id="bdaylabel">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Button" id="datebutton">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="Type">TextOnly</property>
+ <property name="Label" translatable="yes">_Calendar</property>
+ <property name="UseUnderline">True</property>
+ <signal name="Clicked" handler="OnDatebuttonClicked" />
+ </widget>
+ <packing>
+ <property name="Position">1</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -3735,6 +3781,35 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</child>
</widget>
<packing>
+ <property name="TopAttach">5</property>
+ <property name="BottomAttach">6</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.SpinButton" id="heightspinbutton">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="Upper">100</property>
+ <property name="PageIncrement">10</property>
+ <property name="StepIncrement">1</property>
+ <property name="ClimbRate">1</property>
+ <property name="Digits">2</property>
+ <property name="Numeric">True</property>
+ <property name="Value">18</property>
+ <signal name="ValueChanged" handler="OnHeightspinbuttonValueChanged" />
+ </widget>
+ <packing>
<property name="TopAttach">3</property>
<property name="BottomAttach">4</property>
<property name="LeftAttach">1</property>
@@ -3811,6 +3886,25 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
<property name="LabelProp" translatable="yes">Photo:</property>
</widget>
<packing>
+ <property name="TopAttach">6</property>
+ <property name="BottomAttach">7</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label5">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes">Height</property>
+ </widget>
+ <packing>
<property name="TopAttach">3</property>
<property name="BottomAttach">4</property>
<property name="AutoSize">True</property>
@@ -3825,6 +3919,44 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</packing>
</child>
<child>
+ <widget class="Gtk.Label" id="label6">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes">Weight</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">4</property>
+ <property name="BottomAttach">5</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label7">
+ <property name="MemberName" />
+ <property name="LabelProp" translatable="yes">Birth day</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">5</property>
+ <property name="BottomAttach">6</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
<widget class="Gtk.Entry" id="nameentry">
<property name="MemberName" />
<property name="CanFocus">True</property>
@@ -3897,6 +4029,34 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
<property name="YShrink">False</property>
</packing>
</child>
+ <child>
+ <widget class="Gtk.SpinButton" id="weightspinbutton">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="Upper">100</property>
+ <property name="PageIncrement">10</property>
+ <property name="StepIncrement">1</property>
+ <property name="ClimbRate">1</property>
+ <property name="Numeric">True</property>
+ <property name="Value">80</property>
+ <signal name="ValueChanged" handler="OnWeightspinbuttonValueChanged" />
+ </widget>
+ <packing>
+ <property name="TopAttach">4</property>
+ <property name="BottomAttach">5</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
</widget>
</child>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]