[longomatch] Update GUI changes
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update GUI changes
- Date: Mon, 21 Jun 2010 22:17:16 +0000 (UTC)
commit 375ec449e9f12ea3da59211851efbd5809fae21e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Jun 21 23:59:51 2010 +0200
Update GUI changes
.../LongoMatch.Gui.Component.PlayListWidget.cs | 10 ++--
...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 2 +-
.../LongoMatch.Gui.Component.ProjectListWidget.cs | 1 -
.../LongoMatch.Gui.Component.TimeLineWidget.cs | 2 +-
.../LongoMatch.Gui.Dialog.EndCaptureDialog.cs | 6 +-
.../LongoMatch.Gui.Dialog.OpenProjectDialog.cs | 2 +
.../LongoMatch.Gui.Dialog.ProjectsManager.cs | 4 +-
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 2 +-
.../LongoMatch.Gui.Dialog.TemplatesManager.cs | 6 +-
LongoMatch/gtk-gui/gui.stetic | 7 ++-
LongoMatch/gtk-gui/objects.xml | 54 ++++++++++----------
11 files changed, 49 insertions(+), 47 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
index df52cd1..2ef6ad2 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs
@@ -97,7 +97,7 @@ namespace LongoMatch.Gui.Component {
w8.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w9 = new Gtk.Image();
- w9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 16);
+ w9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 20);
w8.Add(w9);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w11 = new Gtk.Label();
@@ -120,7 +120,7 @@ namespace LongoMatch.Gui.Component {
w17.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w18 = new Gtk.Image();
- w18.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-open", Gtk.IconSize.Button, 16);
+ w18.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-open", Gtk.IconSize.Button, 20);
w17.Add(w18);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w20 = new Gtk.Label();
@@ -143,7 +143,7 @@ namespace LongoMatch.Gui.Component {
w26.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w27 = new Gtk.Image();
- w27.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
+ w27.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
w26.Add(w27);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w29 = new Gtk.Label();
@@ -166,7 +166,7 @@ namespace LongoMatch.Gui.Component {
w35.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w36 = new Gtk.Image();
- w36.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 16);
+ w36.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 20);
w35.Add(w36);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w38 = new Gtk.Label();
@@ -189,7 +189,7 @@ namespace LongoMatch.Gui.Component {
w44.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w45 = new Gtk.Image();
- w45.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-close", Gtk.IconSize.Button, 16);
+ w45.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-close", Gtk.IconSize.Button, 20);
w44.Add(w45);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w47 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
index 69e4624..79aba85 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
@@ -304,7 +304,7 @@ namespace LongoMatch.Gui.Component {
w18.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w19 = new Gtk.Image();
- w19.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_calendar", Gtk.IconSize.Button, 16);
+ w19.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_calendar", Gtk.IconSize.Button, 20);
w18.Add(w19);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w21 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
index 9e999d0..b1eaf71 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
@@ -83,7 +83,6 @@ namespace LongoMatch.Gui.Component {
}
this.Show();
this.filterEntry.Changed += new System.EventHandler(this.OnFilterentryChanged);
- this.treeview.CursorChanged += new System.EventHandler(this.OnTreeviewCursorChanged);
}
}
}
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
index 7b8b05b..690d83a 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs
@@ -49,7 +49,7 @@ namespace LongoMatch.Gui.Component {
w2.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w3 = new Gtk.Image();
- w3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", Gtk.IconSize.Button, 16);
+ w3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", Gtk.IconSize.Button, 20);
w2.Add(w3);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w5 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
index b518c48..3d99ed6 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs
@@ -88,7 +88,7 @@ namespace LongoMatch.Gui.Dialog {
w6.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w7 = new Gtk.Image();
- w7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-undo", Gtk.IconSize.Button, 16);
+ w7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-undo", Gtk.IconSize.Button, 20);
w6.Add(w7);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w9 = new Gtk.Label();
@@ -113,7 +113,7 @@ namespace LongoMatch.Gui.Dialog {
w15.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w16 = new Gtk.Image();
- w16.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Button, 16);
+ w16.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Button, 20);
w15.Add(w16);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w18 = new Gtk.Label();
@@ -138,7 +138,7 @@ namespace LongoMatch.Gui.Dialog {
w24.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w25 = new Gtk.Image();
- w25.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
+ w25.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
w24.Add(w25);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w27 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
index c405328..eef9a74 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs
@@ -61,6 +61,7 @@ namespace LongoMatch.Gui.Dialog {
w4.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new Gtk.Button();
+ this.buttonOk.Sensitive = false;
this.buttonOk.CanDefault = true;
this.buttonOk.CanFocus = true;
this.buttonOk.Name = "buttonOk";
@@ -78,6 +79,7 @@ namespace LongoMatch.Gui.Dialog {
this.DefaultWidth = 615;
this.DefaultHeight = 359;
this.Show();
+ this.projectlistwidget.ProjectsSelected += new LongoMatch.Handlers.ProjectsSelectedHandler(this.OnProjectlistwidgetProjectsSelected);
}
}
}
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
index 44c2746..8b5890f 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs
@@ -204,9 +204,9 @@ namespace LongoMatch.Gui.Dialog {
this.Child.ShowAll();
}
this.DefaultWidth = 804;
- this.DefaultHeight = 555;
+ this.DefaultHeight = 597;
this.Show();
- this.projectlistwidget1.ProjectSelectedEvent += new LongoMatch.Gui.Component.ProjectSelectedHandler(this.OnProjectlistwidget1ProjectSelectedEvent);
+ this.projectlistwidget1.ProjectsSelected += new LongoMatch.Handlers.ProjectsSelectedHandler(this.OnProjectlistwidget1ProjectsSelected);
this.projectdetails.EditedEvent += new System.EventHandler(this.OnProjectdetailsEditedEvent);
this.saveButton.Pressed += new System.EventHandler(this.OnSaveButtonPressed);
this.deleteButton.Pressed += new System.EventHandler(this.OnDeleteButtonPressed);
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index ba72f01..33c8f29 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -129,7 +129,7 @@ namespace LongoMatch.Gui.Dialog {
w11.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w12 = new Gtk.Image();
- w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 16);
+ w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-media-record", Gtk.IconSize.Button, 20);
w11.Add(w12);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w14 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
index 2180cbf..6ac27f5 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs
@@ -83,7 +83,7 @@ namespace LongoMatch.Gui.Dialog {
w4.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w5 = new Gtk.Image();
- w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 16);
+ w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-new", Gtk.IconSize.Button, 20);
w4.Add(w5);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w7 = new Gtk.Label();
@@ -109,7 +109,7 @@ namespace LongoMatch.Gui.Dialog {
w13.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w14 = new Gtk.Image();
- w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-delete", Gtk.IconSize.Button, 16);
+ w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-delete", Gtk.IconSize.Button, 20);
w13.Add(w14);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w16 = new Gtk.Label();
@@ -135,7 +135,7 @@ namespace LongoMatch.Gui.Dialog {
w22.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w23 = new Gtk.Image();
- w23.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 16);
+ w23.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Button, 20);
w22.Add(w23);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w25 = new Gtk.Label();
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 0a2a122..d550f40 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -942,7 +942,6 @@
<widget class="Gtk.TreeView" id="treeview">
<property name="MemberName">treeview</property>
<property name="CanFocus">True</property>
- <signal name="CursorChanged" handler="OnTreeviewCursorChanged" />
</widget>
<packing>
<property name="Position">1</property>
@@ -1120,7 +1119,7 @@
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectsManager" design-size="804 555">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectsManager" design-size="804 597">
<property name="MemberName" />
<property name="Title" translatable="yes">Projects Manager</property>
<property name="Icon">stock:longomatch Dialog</property>
@@ -1152,7 +1151,7 @@
<widget class="LongoMatch.Gui.Component.ProjectListWidget" id="projectlistwidget1">
<property name="MemberName" />
<property name="Events">ButtonPressMask</property>
- <signal name="ProjectSelectedEvent" handler="OnProjectlistwidget1ProjectSelectedEvent" />
+ <signal name="ProjectsSelected" handler="OnProjectlistwidget1ProjectsSelected" />
</widget>
<packing>
<property name="Resize">False</property>
@@ -1339,6 +1338,7 @@
<widget class="LongoMatch.Gui.Component.ProjectListWidget" id="projectlistwidget">
<property name="MemberName">projectlistwidget</property>
<property name="Events">ButtonPressMask</property>
+ <signal name="ProjectsSelected" handler="OnProjectlistwidgetProjectsSelected" />
</widget>
<packing>
<property name="Position">0</property>
@@ -1373,6 +1373,7 @@
<child>
<widget class="Gtk.Button" id="buttonOk">
<property name="MemberName" />
+ <property name="Sensitive">False</property>
<property name="CanDefault">True</property>
<property name="CanFocus">True</property>
<property name="UseStock">True</property>
diff --git a/LongoMatch/gtk-gui/objects.xml b/LongoMatch/gtk-gui/objects.xml
index 8436ebc..a137655 100644
--- a/LongoMatch/gtk-gui/objects.xml
+++ b/LongoMatch/gtk-gui/objects.xml
@@ -209,24 +209,6 @@
<itemgroups />
<signals />
</object>
- <object type="LongoMatch.Gui.Component.PlayListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
- <itemgroups />
- <signals>
- <itemgroup label="PlayListWidget Signals">
- <signal name="PlayListNodeSelected" />
- <signal name="ApplyCurrentRate" />
- <signal name="Progress" />
- </itemgroup>
- </signals>
- </object>
- <object type="LongoMatch.Gui.Component.ProjectListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
- <itemgroups />
- <signals>
- <itemgroup label="ProjectListWidget Signals">
- <signal name="ProjectSelectedEvent" />
- </itemgroup>
- </signals>
- </object>
<object type="LongoMatch.Gui.Component.ProjectDetailsWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
<itemgroups>
<itemgroup label="ProjectDetailsWidget Properties">
@@ -246,11 +228,14 @@
</itemgroup>
</signals>
</object>
- <object type="LongoMatch.Gui.Component.CategoryProperties" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
+ <object type="LongoMatch.Gui.Component.TagsTreeWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
<itemgroups />
<signals>
- <itemgroup label="CategoryProperties Signals">
- <signal name="HotKeyChanged" />
+ <itemgroup label="TagsTreeWidget Signals">
+ <signal name="TimeNodeSelected" />
+ <signal name="TimeNodeChanged" />
+ <signal name="PlayListNodeAdded" />
+ <signal name="SnapshotSeriesEvent" />
</itemgroup>
</signals>
</object>
@@ -262,14 +247,29 @@
</itemgroups>
<signals />
</object>
- <object type="LongoMatch.Gui.Component.TagsTreeWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
+ <object type="LongoMatch.Gui.Component.CategoryProperties" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
<itemgroups />
<signals>
- <itemgroup label="TagsTreeWidget Signals">
- <signal name="TimeNodeSelected" />
- <signal name="TimeNodeChanged" />
- <signal name="PlayListNodeAdded" />
- <signal name="SnapshotSeriesEvent" />
+ <itemgroup label="CategoryProperties Signals">
+ <signal name="HotKeyChanged" />
+ </itemgroup>
+ </signals>
+ </object>
+ <object type="LongoMatch.Gui.Component.PlayListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
+ <itemgroups />
+ <signals>
+ <itemgroup label="PlayListWidget Signals">
+ <signal name="PlayListNodeSelected" />
+ <signal name="ApplyCurrentRate" />
+ <signal name="Progress" />
+ </itemgroup>
+ </signals>
+ </object>
+ <object type="LongoMatch.Gui.Component.ProjectListWidget" palette-category="LongoMatch" allow-children="false" base-type="Gtk.Bin">
+ <itemgroups />
+ <signals>
+ <itemgroup label="ProjectListWidget Signals">
+ <signal name="ProjectsSelected" />
</itemgroup>
</signals>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]