[longomatch] Hide multi angle support for now as it's not ready for release.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Hide multi angle support for now as it's not ready for release.
- Date: Wed, 5 Nov 2014 19:01:25 +0000 (UTC)
commit 95223c8462d5a4750692695ef037aff8a216940b
Author: Julien Moutte <julien fluendo com>
Date: Thu Oct 30 16:18:44 2014 +0100
Hide multi angle support for now as it's not ready for release.
.../Gui/Component/MediaFileSetSelection.cs | 3 +++
...ngoMatch.Gui.Component.MediaFileSetSelection.cs | 5 ++++-
.../LongoMatch.Gui.Panel.ProjectsManagerPanel.cs | 3 +++
LongoMatch.GUI/gtk-gui/gui.stetic | 8 +++++++-
4 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/MediaFileSetSelection.cs
b/LongoMatch.GUI/Gui/Component/MediaFileSetSelection.cs
index f148635..4cda742 100644
--- a/LongoMatch.GUI/Gui/Component/MediaFileSetSelection.cs
+++ b/LongoMatch.GUI/Gui/Component/MediaFileSetSelection.cs
@@ -31,6 +31,9 @@ namespace LongoMatch.Gui.Component
public MediaFileSetSelection ()
{
this.Build ();
+ frame2.NoShowAll = true;
+ frame3.NoShowAll = true;
+ frame4.NoShowAll = true;
mediafilechooser1.ChangedEvent += HandleFileChangedEvent;
mediafilechooser2.ChangedEvent += HandleFileChangedEvent;
mediafilechooser3.ChangedEvent += HandleFileChangedEvent;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
index bda6494..e39798f 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
@@ -55,7 +55,7 @@ namespace LongoMatch.Gui.Component
this.frame1.Add (this.GtkAlignment3);
this.GtkLabel3 = new global::Gtk.Label ();
this.GtkLabel3.Name = "GtkLabel3";
- this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Angle 1</b>");
+ this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Main camera
angle</b>");
this.GtkLabel3.UseMarkup = true;
this.frame1.LabelWidget = this.GtkLabel3;
this.filetable.Add (this.frame1);
@@ -229,6 +229,9 @@ namespace LongoMatch.Gui.Component
if ((this.Child != null)) {
this.Child.ShowAll ();
}
+ this.frame2.Hide ();
+ this.frame3.Hide ();
+ this.frame4.Hide ();
this.Hide ();
}
}
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
index ed56cf5..6c5f64b 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
@@ -691,6 +691,9 @@ namespace LongoMatch.Gui.Panel
if ((this.Child != null)) {
this.Child.ShowAll ();
}
+ this.frame6.Hide ();
+ this.frame7.Hide ();
+ this.frame8.Hide ();
this.descbox.Hide ();
this.rbox.Hide ();
this.Hide ();
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 88bfad7..b7be441 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9287,6 +9287,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame6">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment9">
@@ -9377,6 +9378,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame7">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment10">
@@ -9467,6 +9469,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame8">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment12">
@@ -11232,7 +11235,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Label" id="GtkLabel3">
<property name="MemberName" />
- <property name="LabelProp" translatable="yes"><b>Angle 1</b></property>
+ <property name="LabelProp" translatable="yes"><b>Main camera angle</b></property>
<property name="UseMarkup">True</property>
</widget>
<packing>
@@ -11254,6 +11257,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame2">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment2">
@@ -11321,6 +11325,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame3">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment1">
@@ -11388,6 +11393,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Frame" id="frame4">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="ShadowType">None</property>
<child>
<widget class="Gtk.Alignment" id="GtkAlignment">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]