public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-03 18:01 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-03 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5aae17b7471007f1132b8b192eff65024bdc9516
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sun Jul  3 18:01:36 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sun Jul  3 18:01:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=5aae17b7

ui/mirrorselect.glade: maybe this time...

---
 ui/mirrorselect.glade |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index 1efcd92..7407f9a 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -41,9 +41,16 @@ In order to download source code quickly it is recommended to select a fast mirr
                         <property name="visible">True</property>
                         <property name="n_columns">3</property>
                         <child>
-                          <widget class="GtkLabel" id="downloading">
+                          <widget class="GtkLabel" id="label2">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">Downloading the mirror list...</property>
+                            <property name="label" translatable="yes">Mirror URL</property>
+                          </widget>
+                        </child>
+                        <child>
+                          <widget class="GtkLabel" id="label3">
+                            <property name="visible">True</property>
+                            <property name="label" translatable="yes">Region: Country
+Mirror Name</property>
                           </widget>
                           <packing>
                             <property name="left_attach">1</property>
@@ -51,10 +58,14 @@ In order to download source code quickly it is recommended to select a fast mirr
                           </packing>
                         </child>
                         <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
+                          <widget class="GtkLabel" id="label4">
+                            <property name="visible">True</property>
+                            <property name="label" translatable="yes">Flags</property>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">2</property>
+                            <property name="right_attach">3</property>
+                          </packing>
                         </child>
                       </widget>
                     </child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-08-22  4:28 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-08-22  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f29017f10ae71b72af64aa846bf96b31b44ce230
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Aug 22 04:28:18 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Aug 22 04:28:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=f29017f1

ui/anaconda.glade: make some more space on the screens

---
 ui/anaconda.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index 723dd69..4e85386 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -87,7 +87,7 @@
           <widget class="GtkTable" id="mainTable">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="border_width">9</property>
+            <property name="border_width">5</property>
             <property name="n_columns">2</property>
             <child>
               <widget class="GtkFrame" id="installFrame">



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-08-03 11:43 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-08-03 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     478183b473d467da548530a41565ddfc914519f8
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Aug  3 11:42:22 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Aug  3 11:42:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=478183b4

ui/anaconda.glade: make more space on the screen

---
 ui/anaconda.glade |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index ce10f0d..723dd69 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -18,7 +18,6 @@
       <widget class="GtkVBox" id="mainBox">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="spacing">12</property>
         <child>
           <widget class="GtkAlignment" id="header_align">
             <property name="visible">True</property>
@@ -88,7 +87,7 @@
           <widget class="GtkTable" id="mainTable">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="border_width">12</property>
+            <property name="border_width">9</property>
             <property name="n_columns">2</property>
             <child>
               <widget class="GtkFrame" id="installFrame">



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-22 18:17 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-22 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a27ef1e8738be2340e947a4a579cb79d9bf2dc
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Fri Jul 22 18:16:54 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Fri Jul 22 18:16:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=f1a27ef1

ui/anaconda.glade: adjust the header

---
 ui/anaconda.glade |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index 0ea6fab..4167171 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -73,7 +73,10 @@
                       <placeholder/>
                     </child>
                     <child>
-                      <placeholder/>
+                      <widget class="GtkLabel" id="label1">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                      </widget>
                     </child>
                   </widget>
                   <packing>
@@ -86,8 +89,8 @@
             </child>
           </widget>
           <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
             <property name="position">0</property>
           </packing>
         </child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-21  0:09 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-21  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ecc745ecd95d00ce5ccf596b551f60c7aeb11d3b
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Thu Jul 21 00:08:54 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Thu Jul 21 00:08:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=ecc745ec

ui/anaconda.glade: Add the header and a progress bar

---
 ui/anaconda.glade |  828 +++++++++++++++++++++++++----------------------------
 1 files changed, 383 insertions(+), 445 deletions(-)

diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index 3745f61..486d632 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -1,447 +1,385 @@
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
-
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
-
-<widget class="GtkWindow" id="mainWindow">
-  <property name="width_request">610</property>
-  <property name="height_request">450</property>
-  <property name="title" translatable="yes"></property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="icon_name">media-optical</property>
-  <property name="modal">False</property>
-  <property name="default_width">800</property>
-  <property name="default_height">600</property>
-  <property name="resizable">False</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="decorated">True</property>
-  <property name="skip_taskbar_hint">False</property>
-  <property name="skip_pager_hint">False</property>
-  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
-  <property name="gravity">GDK_GRAVITY_CENTER</property>
-  <property name="focus_on_map">True</property>
-  <property name="urgency_hint">False</property>
-  <signal name="key_release_event" handler="on_mainWindow_key_release_event" last_modification_time="Wed, 12 Jan 2005 20:53:20 GMT"/>
-  <signal name="delete_event" handler="on_mainWindow_delete_event" last_modification_time="Wed, 12 Jan 2005 21:03:14 GMT"/>
-
-  <child>
-    <widget class="GtkVBox" id="mainBox">
-      <property name="visible">True</property>
-      <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
-
-      <child>
-	<widget class="GtkImage" id="headerImage">
-	  <property name="visible">True</property>
-	  <property name="xalign">0.5</property>
-	  <property name="yalign">0.5</property>
-	  <property name="xpad">0</property>
-	  <property name="ypad">0</property>
-	</widget>
-	<packing>
-	  <property name="padding">0</property>
-	  <property name="expand">False</property>
-	  <property name="fill">True</property>
-	</packing>
-      </child>
-
-      <child>
-	<widget class="GtkTable" id="mainTable">
-	  <property name="border_width">12</property>
-	  <property name="visible">True</property>
-	  <property name="n_rows">1</property>
-	  <property name="n_columns">2</property>
-	  <property name="homogeneous">False</property>
-	  <property name="row_spacing">0</property>
-	  <property name="column_spacing">0</property>
-
-	  <child>
-	    <widget class="GtkFrame" id="installFrame">
-	      <property name="visible">True</property>
-	      <property name="label_xalign">0</property>
-	      <property name="label_yalign">0.5</property>
-	      <property name="shadow_type">GTK_SHADOW_NONE</property>
-
-	      <child>
-		<widget class="GtkAlignment" id="alignment5">
-		  <property name="visible">True</property>
-		  <property name="xalign">0.5</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xscale">1</property>
-		  <property name="yscale">1</property>
-		  <property name="top_padding">0</property>
-		  <property name="bottom_padding">0</property>
-		  <property name="left_padding">12</property>
-		  <property name="right_padding">0</property>
-
-		  <child>
-		    <placeholder/>
-		  </child>
-		</widget>
-	      </child>
-	    </widget>
-	    <packing>
-	      <property name="left_attach">1</property>
-	      <property name="right_attach">2</property>
-	      <property name="top_attach">0</property>
-	      <property name="bottom_attach">1</property>
-	    </packing>
-	  </child>
-	</widget>
-	<packing>
-	  <property name="padding">0</property>
-	  <property name="expand">True</property>
-	  <property name="fill">True</property>
-	</packing>
-      </child>
-
-      <child>
-	<widget class="GtkHBox" id="buttonBar">
-	  <property name="border_width">12</property>
-	  <property name="visible">True</property>
-	  <property name="homogeneous">False</property>
-	  <property name="spacing">6</property>
-
-	  <child>
-	    <placeholder/>
-	  </child>
-
-	  <child>
-	    <widget class="GtkButton" id="debugButton">
-	      <property name="can_focus">True</property>
-	      <property name="relief">GTK_RELIEF_NORMAL</property>
-	      <property name="focus_on_click">True</property>
-	      <signal name="clicked" handler="on_debugButton_clicked" last_modification_time="Wed, 12 Jan 2005 20:02:25 GMT"/>
-
-	      <child>
-		<widget class="GtkAlignment" id="alignment4">
-		  <property name="visible">True</property>
-		  <property name="xalign">0.5</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xscale">0</property>
-		  <property name="yscale">0</property>
-		  <property name="top_padding">0</property>
-		  <property name="bottom_padding">0</property>
-		  <property name="left_padding">0</property>
-		  <property name="right_padding">0</property>
-
-		  <child>
-		    <widget class="GtkHBox" id="hbox5">
-		      <property name="visible">True</property>
-		      <property name="homogeneous">False</property>
-		      <property name="spacing">2</property>
-
-		      <child>
-			<widget class="GtkImage" id="image5">
-			  <property name="visible">True</property>
-			  <property name="stock">gtk-execute</property>
-			  <property name="icon_size">4</property>
-			  <property name="xalign">0.5</property>
-			  <property name="yalign">0.5</property>
-			  <property name="xpad">0</property>
-			  <property name="ypad">0</property>
-			</widget>
-			<packing>
-			  <property name="padding">0</property>
-			  <property name="expand">False</property>
-			  <property name="fill">False</property>
-			</packing>
-		      </child>
-
-		      <child>
-			<widget class="GtkLabel" id="label4">
-			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">_Debug</property>
-			  <property name="use_underline">True</property>
-			  <property name="use_markup">False</property>
-			  <property name="justify">GTK_JUSTIFY_LEFT</property>
-			  <property name="wrap">False</property>
-			  <property name="selectable">False</property>
-			  <property name="xalign">0.5</property>
-			  <property name="yalign">0.5</property>
-			  <property name="xpad">0</property>
-			  <property name="ypad">0</property>
-			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-			  <property name="width_chars">-1</property>
-			  <property name="single_line_mode">False</property>
-			  <property name="angle">0</property>
-			</widget>
-			<packing>
-			  <property name="padding">0</property>
-			  <property name="expand">False</property>
-			  <property name="fill">False</property>
-			</packing>
-		      </child>
-		    </widget>
-		  </child>
-		</widget>
-	      </child>
-	    </widget>
-	    <packing>
-	      <property name="padding">0</property>
-	      <property name="expand">False</property>
-	      <property name="fill">False</property>
-	    </packing>
-	  </child>
-
-	  <child>
-	    <widget class="GtkHButtonBox" id="hbuttonbox2">
-	      <property name="visible">True</property>
-	      <property name="layout_style">GTK_BUTTONBOX_END</property>
-	      <property name="spacing">18</property>
-
-	      <child>
-		<widget class="GtkButton" id="backButton">
-		  <property name="visible">True</property>
-		  <property name="can_default">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="relief">GTK_RELIEF_NORMAL</property>
-		  <property name="focus_on_click">True</property>
-		  <signal name="clicked" handler="on_backButton_clicked" last_modification_time="Wed, 12 Jan 2005 20:02:34 GMT"/>
-
-		  <child>
-		    <widget class="GtkAlignment" id="alignment9">
-		      <property name="visible">True</property>
-		      <property name="xalign">0.5</property>
-		      <property name="yalign">0.5</property>
-		      <property name="xscale">0</property>
-		      <property name="yscale">0</property>
-		      <property name="top_padding">0</property>
-		      <property name="bottom_padding">0</property>
-		      <property name="left_padding">0</property>
-		      <property name="right_padding">0</property>
-
-		      <child>
-			<widget class="GtkHBox" id="hbox9">
-			  <property name="visible">True</property>
-			  <property name="homogeneous">False</property>
-			  <property name="spacing">2</property>
-
-			  <child>
-			    <widget class="GtkImage" id="image9">
-			      <property name="visible">True</property>
-			      <property name="stock">gtk-go-back</property>
-			      <property name="icon_size">4</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-
-			  <child>
-			    <widget class="GtkLabel" id="label8">
-			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">_Back</property>
-			      <property name="use_underline">True</property>
-			      <property name="use_markup">False</property>
-			      <property name="justify">GTK_JUSTIFY_LEFT</property>
-			      <property name="wrap">False</property>
-			      <property name="selectable">False</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-			      <property name="width_chars">-1</property>
-			      <property name="single_line_mode">False</property>
-			      <property name="angle">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-			</widget>
-		      </child>
-		    </widget>
-		  </child>
-		</widget>
-	      </child>
-
-	      <child>
-		<widget class="GtkButton" id="nextButton">
-		  <property name="visible">True</property>
-		  <property name="can_default">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="relief">GTK_RELIEF_NORMAL</property>
-		  <property name="focus_on_click">True</property>
-		  <signal name="clicked" handler="on_nextButton_clicked" last_modification_time="Wed, 12 Jan 2005 20:01:46 GMT"/>
-
-		  <child>
-		    <widget class="GtkAlignment" id="alignment7">
-		      <property name="visible">True</property>
-		      <property name="xalign">0.5</property>
-		      <property name="yalign">0.5</property>
-		      <property name="xscale">0</property>
-		      <property name="yscale">0</property>
-		      <property name="top_padding">0</property>
-		      <property name="bottom_padding">0</property>
-		      <property name="left_padding">0</property>
-		      <property name="right_padding">0</property>
-
-		      <child>
-			<widget class="GtkHBox" id="hbox7">
-			  <property name="visible">True</property>
-			  <property name="homogeneous">False</property>
-			  <property name="spacing">2</property>
-
-			  <child>
-			    <widget class="GtkImage" id="image7">
-			      <property name="visible">True</property>
-			      <property name="stock">gtk-go-forward</property>
-			      <property name="icon_size">4</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-
-			  <child>
-			    <widget class="GtkLabel" id="label6">
-			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">_Next</property>
-			      <property name="use_underline">True</property>
-			      <property name="use_markup">False</property>
-			      <property name="justify">GTK_JUSTIFY_LEFT</property>
-			      <property name="wrap">False</property>
-			      <property name="selectable">False</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-			      <property name="width_chars">-1</property>
-			      <property name="single_line_mode">False</property>
-			      <property name="angle">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-			</widget>
-		      </child>
-		    </widget>
-		  </child>
-		</widget>
-	      </child>
-
-	      <child>
-		<widget class="GtkButton" id="rebootButton">
-		  <property name="can_default">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="relief">GTK_RELIEF_NORMAL</property>
-		  <property name="focus_on_click">True</property>
-		  <signal name="clicked" handler="on_rebootButton_clicked" last_modification_time="Wed, 12 Jan 2005 21:46:55 GMT"/>
-
-		  <child>
-		    <widget class="GtkAlignment" id="alignment8">
-		      <property name="visible">True</property>
-		      <property name="xalign">0.5</property>
-		      <property name="yalign">0.5</property>
-		      <property name="xscale">0</property>
-		      <property name="yscale">0</property>
-		      <property name="top_padding">0</property>
-		      <property name="bottom_padding">0</property>
-		      <property name="left_padding">0</property>
-		      <property name="right_padding">0</property>
-
-		      <child>
-			<widget class="GtkHBox" id="hbox8">
-			  <property name="visible">True</property>
-			  <property name="homogeneous">False</property>
-			  <property name="spacing">2</property>
-
-			  <child>
-			    <widget class="GtkImage" id="image8">
-			      <property name="visible">True</property>
-			      <property name="stock">gtk-quit</property>
-			      <property name="icon_size">4</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-
-			  <child>
-			    <widget class="GtkLabel" id="label7">
-			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Reboo_t</property>
-			      <property name="use_underline">True</property>
-			      <property name="use_markup">False</property>
-			      <property name="justify">GTK_JUSTIFY_LEFT</property>
-			      <property name="wrap">False</property>
-			      <property name="selectable">False</property>
-			      <property name="xalign">0.5</property>
-			      <property name="yalign">0.5</property>
-			      <property name="xpad">0</property>
-			      <property name="ypad">0</property>
-			      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-			      <property name="width_chars">-1</property>
-			      <property name="single_line_mode">False</property>
-			      <property name="angle">0</property>
-			    </widget>
-			    <packing>
-			      <property name="padding">0</property>
-			      <property name="expand">False</property>
-			      <property name="fill">False</property>
-			    </packing>
-			  </child>
-			</widget>
-		      </child>
-		    </widget>
-		  </child>
-		</widget>
-	      </child>
-
-	      <child>
-		<widget class="GtkButton" id="closeButton">
-		  <property name="can_default">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="label">gtk-close</property>
-		  <property name="use_stock">True</property>
-		  <property name="relief">GTK_RELIEF_NORMAL</property>
-		  <property name="focus_on_click">True</property>
-		  <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Wed, 04 Apr 2007 20:23:13 GMT"/>
-		</widget>
-	      </child>
-	    </widget>
-	    <packing>
-	      <property name="padding">0</property>
-	      <property name="expand">True</property>
-	      <property name="fill">True</property>
-	    </packing>
-	  </child>
-	</widget>
-	<packing>
-	  <property name="padding">0</property>
-	  <property name="expand">False</property>
-	  <property name="fill">True</property>
-	</packing>
-      </child>
-    </widget>
-  </child>
-</widget>
-
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="mainWindow">
+    <property name="width_request">610</property>
+    <property name="height_request">450</property>
+    <property name="can_focus">False</property>
+    <property name="resizable">False</property>
+    <property name="window_position">center</property>
+    <property name="default_width">800</property>
+    <property name="default_height">600</property>
+    <property name="icon_name">media-optical</property>
+    <property name="gravity">center</property>
+    <signal name="key_release_event" handler="on_mainWindow_key_release_event" swapped="no"/>
+    <signal name="delete_event" handler="on_mainWindow_delete_event" swapped="no"/>
+    <child>
+      <widget class="GtkVBox" id="mainBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="spacing">12</property>
+        <child>
+          <widget class="GtkAlignment" id="header_align">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <child>
+              <widget class="GtkHBox" id="hbox1">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <child>
+                  <widget class="GtkLabel" id="title_label">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">label</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkLinkButton" id="handbook_link">
+                    <property name="label" translatable="yes">button</property>
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="has_tooltip">True</property>
+                    <property name="use_action_appearance">False</property>
+                    <property name="relief">none</property>
+                    <property name="xalign">1</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkTable" id="mainTable">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="border_width">12</property>
+            <property name="n_columns">2</property>
+            <child>
+              <widget class="GtkFrame" id="installFrame">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label_xalign">0</property>
+                <property name="shadow_type">none</property>
+                <child>
+                  <widget class="GtkAlignment" id="alignment5">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="left_padding">12</property>
+                    <child>
+                      <placeholder/>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHBox" id="buttonBar">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="border_width">12</property>
+            <property name="spacing">6</property>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <widget class="GtkButton" id="debugButton">
+                <property name="can_focus">True</property>
+                <property name="receives_default">False</property>
+                <property name="use_action_appearance">False</property>
+                <signal name="clicked" handler="on_debugButton_clicked" swapped="no"/>
+                <child>
+                  <widget class="GtkAlignment" id="alignment4">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="xscale">0</property>
+                    <property name="yscale">0</property>
+                    <child>
+                      <widget class="GtkHBox" id="hbox5">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="spacing">2</property>
+                        <child>
+                          <widget class="GtkImage" id="image5">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="stock">gtk-execute</property>
+                          </widget>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkLabel" id="label4">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="label" translatable="yes">_Debug</property>
+                            <property name="use_underline">True</property>
+                          </widget>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">1</property>
+                          </packing>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkProgressBar" id="install_progress">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="show_text">True</property>
+                <property name="text" translatable="yes">Installation progress</property>
+              </widget>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkHButtonBox" id="hbuttonbox2">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="spacing">18</property>
+                <property name="layout_style">end</property>
+                <child>
+                  <widget class="GtkButton" id="backButton">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="can_default">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="use_action_appearance">False</property>
+                    <signal name="clicked" handler="on_backButton_clicked" swapped="no"/>
+                    <child>
+                      <widget class="GtkAlignment" id="alignment9">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="xscale">0</property>
+                        <property name="yscale">0</property>
+                        <child>
+                          <widget class="GtkHBox" id="hbox9">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="spacing">2</property>
+                            <child>
+                              <widget class="GtkImage" id="image9">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="stock">gtk-go-back</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label8">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes">_Back</property>
+                                <property name="use_underline">True</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkButton" id="nextButton">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="can_default">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="use_action_appearance">False</property>
+                    <signal name="clicked" handler="on_nextButton_clicked" swapped="no"/>
+                    <child>
+                      <widget class="GtkAlignment" id="alignment7">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="xscale">0</property>
+                        <property name="yscale">0</property>
+                        <child>
+                          <widget class="GtkHBox" id="hbox7">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="spacing">2</property>
+                            <child>
+                              <widget class="GtkImage" id="image7">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="stock">gtk-go-forward</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label6">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes">_Next</property>
+                                <property name="use_underline">True</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkButton" id="rebootButton">
+                    <property name="can_focus">True</property>
+                    <property name="can_default">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="use_action_appearance">False</property>
+                    <signal name="clicked" handler="on_rebootButton_clicked" swapped="no"/>
+                    <child>
+                      <widget class="GtkAlignment" id="alignment8">
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="xscale">0</property>
+                        <property name="yscale">0</property>
+                        <child>
+                          <widget class="GtkHBox" id="hbox8">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="spacing">2</property>
+                            <child>
+                              <widget class="GtkImage" id="image8">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="stock">gtk-quit</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label7">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="label" translatable="yes">Reboo_t</property>
+                                <property name="use_underline">True</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkButton" id="closeButton">
+                    <property name="label">gtk-close</property>
+                    <property name="can_focus">True</property>
+                    <property name="can_default">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="use_action_appearance">False</property>
+                    <property name="use_stock">True</property>
+                    <signal name="clicked" handler="on_closeButton_clicked" swapped="no"/>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">3</property>
+                  </packing>
+                </child>
+              </widget>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
 </glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-20 23:05 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-20 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     36ecc850c9b9c48c56671c0589c7dc693cf86efa
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jul 20 23:05:43 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jul 20 23:05:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=36ecc850

ui/welcome.glade: The common welcome screen

---
 ui/welcome.glade |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/ui/welcome.glade b/ui/welcome.glade
new file mode 100644
index 0000000..afe670b
--- /dev/null
+++ b/ui/welcome.glade
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="welcome_window">
+    <property name="can_focus">False</property>
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="welcome_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="welcome_box">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="border_width">5</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkLabel" id="title">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">label</property>
+                <property name="use_markup">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="text">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="xalign">0</property>
+                <property name="yalign">0</property>
+                <property name="label" translatable="yes">label</property>
+              </widget>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-20 21:09 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-20 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     888deede2f1e239dc3a7205f3819f34c3ca5e507
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jul 20 21:08:05 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jul 20 21:08:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=888deede

ui/makeconf.glade: Change the vboxes into tables

---
 ui/makeconf.glade |  202 +++++++++++++++++++++++++++++++++--------------------
 1 files changed, 127 insertions(+), 75 deletions(-)

diff --git a/ui/makeconf.glade b/ui/makeconf.glade
index f90643c..b432f3c 100644
--- a/ui/makeconf.glade
+++ b/ui/makeconf.glade
@@ -1,32 +1,37 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
   <!-- interface-requires gtk+ 2.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <widget class="GtkWindow" id="makeconf_window">
+    <property name="can_focus">False</property>
     <property name="border_width">18</property>
     <child>
       <widget class="GtkAlignment" id="makeconf_align">
         <property name="width_request">400</property>
         <property name="visible">True</property>
+        <property name="can_focus">False</property>
         <property name="xalign">0</property>
         <property name="yalign">0</property>
         <child>
           <widget class="GtkVBox" id="makeconf_box">
             <property name="visible">True</property>
+            <property name="can_focus">False</property>
             <property name="border_width">5</property>
-            <property name="orientation">vertical</property>
             <property name="spacing">10</property>
             <child>
               <widget class="GtkVBox" id="vbox2">
                 <property name="visible">True</property>
-                <property name="orientation">vertical</property>
+                <property name="can_focus">False</property>
                 <child>
                   <widget class="GtkLabel" id="label1">
                     <property name="visible">True</property>
+                    <property name="can_focus">False</property>
                     <property name="label" translatable="yes">The CFLAGS and CXXFLAGS variables define the optimization flags for the gcc C and C++ compiler respectively.</property>
                     <property name="justify">center</property>
                   </widget>
                   <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
                     <property name="position">0</property>
                   </packing>
                 </child>
@@ -39,53 +44,21 @@
                     <child>
                       <widget class="GtkTable" id="table1">
                         <property name="visible">True</property>
+                        <property name="can_focus">False</property>
                         <property name="n_rows">3</property>
                         <property name="n_columns">2</property>
                         <child>
-                          <widget class="GtkVPaned" id="vpaned3">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkCheckButton" id="pipe">
-                                <property name="label" translatable="yes">-pipe</property>
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="receives_default">False</property>
-                                <property name="draw_indicator">True</property>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label17">
-                                <property name="visible">True</property>
-                                <property name="label" translatable="yes"> </property>
-                              </widget>
-                              <packing>
-                                <property name="resize">True</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                          </widget>
-                          <packing>
-                            <property name="top_attach">2</property>
-                            <property name="bottom_attach">3</property>
-                          </packing>
-                        </child>
-                        <child>
                           <widget class="GtkHPaned" id="hpaned1">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <child>
                               <widget class="GtkLabel" id="label4">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Specifies the name of the target architecture.
-&#x201C;native&#x201D; will build binaries optimized for this CPU but they won't run on any other CPU.</property>
+“native” will build binaries optimized for this CPU but they won't run on any other CPU.</property>
                               </widget>
                               <packing>
                                 <property name="resize">False</property>
@@ -109,6 +82,7 @@
                             <child>
                               <widget class="GtkLabel" id="label5">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Specifies the optimization class.
@@ -140,6 +114,7 @@ Every class has the same optimizations as the one before plus some extras
                             <child>
                               <widget class="GtkLabel" id="label6">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Increases the speed at which the compilation runs by using pipes instead of temporary files,
@@ -165,11 +140,13 @@ at the cost of increased memory use.</property>
                         <child>
                           <widget class="GtkTable" id="table3">
                             <property name="visible">True</property>
+                            <property name="can_focus">False</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
                               <widget class="GtkComboBox" id="march">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="active">0</property>
                                 <property name="items" translatable="yes">native</property>
                               </widget>
@@ -181,6 +158,7 @@ at the cost of increased memory use.</property>
                             <child>
                               <widget class="GtkLabel" id="label2">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">1</property>
                                 <property name="label" translatable="yes">-march=</property>
                                 <property name="justify">right</property>
@@ -189,6 +167,7 @@ at the cost of increased memory use.</property>
                             <child>
                               <widget class="GtkLabel" id="label15">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -199,6 +178,7 @@ at the cost of increased memory use.</property>
                             <child>
                               <widget class="GtkLabel" id="label16">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -213,11 +193,13 @@ at the cost of increased memory use.</property>
                         <child>
                           <widget class="GtkTable" id="table4">
                             <property name="visible">True</property>
+                            <property name="can_focus">False</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
                               <widget class="GtkComboBox" id="opt">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="active">2</property>
                                 <property name="items" translatable="yes">0
 1
@@ -232,6 +214,7 @@ s</property>
                             <child>
                               <widget class="GtkLabel" id="label3">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">1</property>
                                 <property name="label" translatable="yes">-O</property>
                                 <property name="justify">right</property>
@@ -240,6 +223,7 @@ s</property>
                             <child>
                               <widget class="GtkLabel" id="label13">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -250,6 +234,7 @@ s</property>
                             <child>
                               <widget class="GtkLabel" id="label14">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -265,28 +250,70 @@ s</property>
                             <property name="bottom_attach">2</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkTable" id="table7">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkCheckButton" id="pipe">
+                                <property name="label" translatable="yes">-pipe</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">False</property>
+                                <property name="use_action_appearance">False</property>
+                                <property name="draw_indicator">True</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                          </packing>
+                        </child>
                       </widget>
                     </child>
                   </widget>
                   <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
                     <property name="position">1</property>
                   </packing>
                 </child>
               </widget>
               <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
                 <property name="position">0</property>
               </packing>
             </child>
             <child>
               <widget class="GtkVBox" id="vbox3">
                 <property name="visible">True</property>
-                <property name="orientation">vertical</property>
+                <property name="can_focus">False</property>
                 <child>
                   <widget class="GtkLabel" id="label7">
                     <property name="visible">True</property>
+                    <property name="can_focus">False</property>
                     <property name="label" translatable="yes">The MAKEOPTS let you define various options passed to make when compiling.</property>
                   </widget>
                   <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
                     <property name="position">0</property>
                   </packing>
                 </child>
@@ -299,49 +326,17 @@ s</property>
                     <child>
                       <widget class="GtkTable" id="table2">
                         <property name="visible">True</property>
+                        <property name="can_focus">False</property>
                         <property name="n_rows">3</property>
                         <property name="n_columns">2</property>
                         <child>
-                          <widget class="GtkVPaned" id="vpaned6">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkCheckButton" id="silent">
-                                <property name="label" translatable="yes">-s</property>
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="receives_default">False</property>
-                                <property name="draw_indicator">True</property>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label22">
-                                <property name="visible">True</property>
-                                <property name="label" translatable="yes"> </property>
-                              </widget>
-                              <packing>
-                                <property name="resize">True</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                          </widget>
-                          <packing>
-                            <property name="top_attach">2</property>
-                            <property name="bottom_attach">3</property>
-                          </packing>
-                        </child>
-                        <child>
                           <widget class="GtkHPaned" id="hpaned9">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <child>
                               <widget class="GtkLabel" id="label10">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Allow this many jobs (e.g. parallel compilations) at once; infinite jobs with 0.
@@ -370,6 +365,7 @@ but this guideline isn't always perfect. </property>
                             <child>
                               <widget class="GtkLabel" id="label11">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Don't start multiple jobs unless load is below this much.
@@ -400,6 +396,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label12">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Don't echo recipes, resulting in a quieter output (errors will still be printed).</property>
@@ -424,6 +421,7 @@ Do not set both -j and -l to zero.</property>
                         <child>
                           <widget class="GtkTable" id="table5">
                             <property name="visible">True</property>
+                            <property name="can_focus">False</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
@@ -433,7 +431,11 @@ Do not set both -j and -l to zero.</property>
                                 <property name="max_length">2</property>
                                 <property name="width_chars">2</property>
                                 <property name="xalign">1</property>
-                                <property name="adjustment">1 0 99 1 10 10</property>
+                                <property name="primary_icon_activatable">False</property>
+                                <property name="secondary_icon_activatable">False</property>
+                                <property name="primary_icon_sensitive">True</property>
+                                <property name="secondary_icon_sensitive">True</property>
+                                <property name="adjustment">1 0 99 1 10 0</property>
                                 <property name="snap_to_ticks">True</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -445,6 +447,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label8">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">1</property>
                                 <property name="label" translatable="yes">-j</property>
                                 <property name="justify">right</property>
@@ -453,6 +456,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label18">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -463,6 +467,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label19">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -477,6 +482,7 @@ Do not set both -j and -l to zero.</property>
                         <child>
                           <widget class="GtkTable" id="table6">
                             <property name="visible">True</property>
+                            <property name="can_focus">False</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
@@ -486,7 +492,11 @@ Do not set both -j and -l to zero.</property>
                                 <property name="max_length">2</property>
                                 <property name="width_chars">2</property>
                                 <property name="xalign">1</property>
-                                <property name="adjustment">0 0 99 1 10 10</property>
+                                <property name="primary_icon_activatable">False</property>
+                                <property name="secondary_icon_activatable">False</property>
+                                <property name="primary_icon_sensitive">True</property>
+                                <property name="secondary_icon_sensitive">True</property>
+                                <property name="adjustment">0 0 99 1 10 0</property>
                                 <property name="snap_to_ticks">True</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -498,6 +508,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label9">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="xalign">0.89999997615814209</property>
                                 <property name="label" translatable="yes">-l</property>
                                 <property name="justify">right</property>
@@ -506,6 +517,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label20">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -516,6 +528,7 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label21">
                                 <property name="visible">True</property>
+                                <property name="can_focus">False</property>
                                 <property name="label" translatable="yes"> </property>
                               </widget>
                               <packing>
@@ -531,15 +544,54 @@ Do not set both -j and -l to zero.</property>
                             <property name="bottom_attach">2</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkTable" id="table8">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkCheckButton" id="silent">
+                                <property name="label" translatable="yes">-s</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">False</property>
+                                <property name="use_action_appearance">False</property>
+                                <property name="draw_indicator">True</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                          </packing>
+                        </child>
                       </widget>
                     </child>
                   </widget>
                   <packing>
+                    <property name="expand">True</property>
+                    <property name="fill">True</property>
                     <property name="position">1</property>
                   </packing>
                 </child>
               </widget>
               <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
                 <property name="position">1</property>
               </packing>
             </child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-20  1:19 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-20  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8be9d5f8ae3a1dcf40e3cb8450fe97dca764ed8b
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jul 20 01:18:47 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jul 20 01:18:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=8be9d5f8

systools.glade: Fix combo box sizes

---
 ui/systools.glade |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ui/systools.glade b/ui/systools.glade
index f3def7a..69ebcbc 100644
--- a/ui/systools.glade
+++ b/ui/systools.glade
@@ -1,23 +1,27 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
   <!-- interface-requires gtk+ 2.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <widget class="GtkWindow" id="systools_window">
+    <property name="can_focus">False</property>
     <property name="border_width">18</property>
     <child>
       <widget class="GtkAlignment" id="systools_align">
         <property name="width_request">400</property>
         <property name="visible">True</property>
+        <property name="can_focus">False</property>
         <property name="xalign">0</property>
         <property name="yalign">0</property>
         <child>
           <widget class="GtkTable" id="table1">
             <property name="visible">True</property>
+            <property name="can_focus">False</property>
             <property name="n_rows">2</property>
             <property name="n_columns">2</property>
             <child>
               <widget class="GtkLabel" id="label1">
                 <property name="visible">True</property>
+                <property name="can_focus">False</property>
                 <property name="label" translatable="yes">Pick your system logger:</property>
                 <property name="justify">right</property>
               </widget>
@@ -25,6 +29,7 @@
             <child>
               <widget class="GtkLabel" id="label2">
                 <property name="visible">True</property>
+                <property name="can_focus">False</property>
                 <property name="label" translatable="yes">Pick your cron:</property>
                 <property name="justify">right</property>
               </widget>
@@ -36,6 +41,7 @@
             <child>
               <widget class="GtkComboBox" id="logger">
                 <property name="visible">True</property>
+                <property name="can_focus">False</property>
                 <property name="items" translatable="yes">sysklogd
 syslog-ng
 metalog</property>
@@ -43,11 +49,13 @@ metalog</property>
               <packing>
                 <property name="left_attach">1</property>
                 <property name="right_attach">2</property>
+                <property name="y_options">GTK_EXPAND</property>
               </packing>
             </child>
             <child>
               <widget class="GtkComboBox" id="cron">
                 <property name="visible">True</property>
+                <property name="can_focus">False</property>
                 <property name="items" translatable="yes">(none)
 dcron
 fcron
@@ -58,6 +66,7 @@ vixie-cron</property>
                 <property name="right_attach">2</property>
                 <property name="top_attach">1</property>
                 <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_EXPAND</property>
               </packing>
             </child>
           </widget>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-07 19:51 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-07 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fea8057956dc30dc295e5e0a59ce993a8f7f02cb
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Thu Jul  7 19:51:41 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Thu Jul  7 19:51:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=fea80579

ui/makeconf.glade: fixed the screen

---
 ui/makeconf.glade |  135 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 107 insertions(+), 28 deletions(-)

diff --git a/ui/makeconf.glade b/ui/makeconf.glade
index 898dc22..f90643c 100644
--- a/ui/makeconf.glade
+++ b/ui/makeconf.glade
@@ -60,7 +60,14 @@
                               </packing>
                             </child>
                             <child>
-                              <placeholder/>
+                              <widget class="GtkLabel" id="label17">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="resize">True</property>
+                                <property name="shrink">True</property>
+                              </packing>
                             </child>
                           </widget>
                           <packing>
@@ -161,12 +168,6 @@ at the cost of increased memory use.</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
-                              <placeholder/>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                            <child>
                               <widget class="GtkComboBox" id="march">
                                 <property name="visible">True</property>
                                 <property name="active">0</property>
@@ -185,6 +186,28 @@ at the cost of increased memory use.</property>
                                 <property name="justify">right</property>
                               </widget>
                             </child>
+                            <child>
+                              <widget class="GtkLabel" id="label15">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label16">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
                           </widget>
                         </child>
                         <child>
@@ -193,12 +216,6 @@ at the cost of increased memory use.</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
-                              <placeholder/>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                            <child>
                               <widget class="GtkComboBox" id="opt">
                                 <property name="visible">True</property>
                                 <property name="active">2</property>
@@ -220,6 +237,28 @@ s</property>
                                 <property name="justify">right</property>
                               </widget>
                             </child>
+                            <child>
+                              <widget class="GtkLabel" id="label13">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label14">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
                           </widget>
                           <packing>
                             <property name="top_attach">1</property>
@@ -268,7 +307,7 @@ s</property>
                             <property name="can_focus">True</property>
                             <property name="orientation">vertical</property>
                             <child>
-                              <widget class="GtkCheckButton" id="size">
+                              <widget class="GtkCheckButton" id="silent">
                                 <property name="label" translatable="yes">-s</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -281,7 +320,14 @@ s</property>
                               </packing>
                             </child>
                             <child>
-                              <placeholder/>
+                              <widget class="GtkLabel" id="label22">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="resize">True</property>
+                                <property name="shrink">True</property>
+                              </packing>
                             </child>
                           </widget>
                           <packing>
@@ -381,12 +427,6 @@ Do not set both -j and -l to zero.</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
-                              <placeholder/>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                            <child>
                               <widget class="GtkSpinButton" id="jobs">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -410,6 +450,28 @@ Do not set both -j and -l to zero.</property>
                                 <property name="justify">right</property>
                               </widget>
                             </child>
+                            <child>
+                              <widget class="GtkLabel" id="label18">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label19">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
                           </widget>
                         </child>
                         <child>
@@ -418,17 +480,12 @@ Do not set both -j and -l to zero.</property>
                             <property name="n_rows">2</property>
                             <property name="n_columns">2</property>
                             <child>
-                              <placeholder/>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                            <child>
                               <widget class="GtkSpinButton" id="load">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="max_length">2</property>
                                 <property name="width_chars">2</property>
+                                <property name="xalign">1</property>
                                 <property name="adjustment">0 0 99 1 10 10</property>
                                 <property name="snap_to_ticks">True</property>
                                 <property name="numeric">True</property>
@@ -441,11 +498,33 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label9">
                                 <property name="visible">True</property>
-                                <property name="xalign">1</property>
+                                <property name="xalign">0.89999997615814209</property>
                                 <property name="label" translatable="yes">-l</property>
                                 <property name="justify">right</property>
                               </widget>
                             </child>
+                            <child>
+                              <widget class="GtkLabel" id="label20">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label21">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes"> </property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                              </packing>
+                            </child>
                           </widget>
                           <packing>
                             <property name="top_attach">1</property>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-07 17:35 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-07 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d10a675bf22df05ed0dca98590b3ef79161cf67a
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Thu Jul  7 17:35:25 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Thu Jul  7 17:35:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=d10a675b

ui/makeconf.glade: make it better and actually accept values

---
 ui/makeconf.glade |  345 ++++++++++++++++++++++++++---------------------------
 1 files changed, 167 insertions(+), 178 deletions(-)

diff --git a/ui/makeconf.glade b/ui/makeconf.glade
index 10bebd1..898dc22 100644
--- a/ui/makeconf.glade
+++ b/ui/makeconf.glade
@@ -42,94 +42,6 @@
                         <property name="n_rows">3</property>
                         <property name="n_columns">2</property>
                         <child>
-                          <widget class="GtkVPaned" id="vpaned1">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkHPaned" id="hpaned5">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <child>
-                                  <widget class="GtkLabel" id="label2">
-                                    <property name="visible">True</property>
-                                    <property name="label" translatable="yes">-march=</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">False</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                                <child>
-                                  <widget class="GtkComboBox" id="march">
-                                    <property name="visible">True</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">True</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                          </widget>
-                        </child>
-                        <child>
-                          <widget class="GtkVPaned" id="vpaned2">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkHPaned" id="hpaned4">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <child>
-                                  <widget class="GtkLabel" id="label3">
-                                    <property name="visible">True</property>
-                                    <property name="label" translatable="yes">-O</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">False</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                                <child>
-                                  <widget class="GtkComboBox" id="opt">
-                                    <property name="visible">True</property>
-                                    <property name="active">2</property>
-                                    <property name="items" translatable="yes">0
-1
-2
-3
-s</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">True</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                          </widget>
-                          <packing>
-                            <property name="top_attach">1</property>
-                            <property name="bottom_attach">2</property>
-                          </packing>
-                        </child>
-                        <child>
                           <widget class="GtkVPaned" id="vpaned3">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
@@ -163,6 +75,8 @@ s</property>
                             <child>
                               <widget class="GtkLabel" id="label4">
                                 <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Specifies the name of the target architecture.
 &#x201C;native&#x201D; will build binaries optimized for this CPU but they won't run on any other CPU.</property>
                               </widget>
@@ -188,9 +102,11 @@ s</property>
                             <child>
                               <widget class="GtkLabel" id="label5">
                                 <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Specifies the optimization class.
-Every class has the same optimizations as the one before plus some extras (-Os has all the optimizations of -O2 which don't increase the size of the generated code).
-Don't set -O3 system-wide, it is known to break builds, resulting in unstable code.
+Every class has the same optimizations as the one before plus some extras
+-Os has all the optimizations of -O2 which don't increase the size of the generated code.
 -O2 is recommended.</property>
                               </widget>
                               <packing>
@@ -217,7 +133,10 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                             <child>
                               <widget class="GtkLabel" id="label6">
                                 <property name="visible">True</property>
-                                <property name="label" translatable="yes">Increases the speed at which the compilation runs by using pipes instead of temporary files, at the exception of increased memory use.</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
+                                <property name="label" translatable="yes">Increases the speed at which the compilation runs by using pipes instead of temporary files,
+at the cost of increased memory use.</property>
                               </widget>
                               <packing>
                                 <property name="resize">False</property>
@@ -236,6 +155,77 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                             <property name="x_padding">5</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkTable" id="table3">
+                            <property name="visible">True</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkComboBox" id="march">
+                                <property name="visible">True</property>
+                                <property name="active">0</property>
+                                <property name="items" translatable="yes">native</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label2">
+                                <property name="visible">True</property>
+                                <property name="xalign">1</property>
+                                <property name="label" translatable="yes">-march=</property>
+                                <property name="justify">right</property>
+                              </widget>
+                            </child>
+                          </widget>
+                        </child>
+                        <child>
+                          <widget class="GtkTable" id="table4">
+                            <property name="visible">True</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkComboBox" id="opt">
+                                <property name="visible">True</property>
+                                <property name="active">2</property>
+                                <property name="items" translatable="yes">0
+1
+2
+s</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label3">
+                                <property name="visible">True</property>
+                                <property name="xalign">1</property>
+                                <property name="label" translatable="yes">-O</property>
+                                <property name="justify">right</property>
+                              </widget>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                          </packing>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -273,92 +263,6 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                         <property name="n_rows">3</property>
                         <property name="n_columns">2</property>
                         <child>
-                          <widget class="GtkVPaned" id="vpaned4">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkHPaned" id="hpaned6">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <child>
-                                  <widget class="GtkLabel" id="label8">
-                                    <property name="visible">True</property>
-                                    <property name="label" translatable="yes">-j </property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">False</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                                <child>
-                                  <widget class="GtkSpinButton" id="jobs">
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">True</property>
-                                    <property name="numeric">True</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">True</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                          </widget>
-                        </child>
-                        <child>
-                          <widget class="GtkVPaned" id="vpaned5">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="orientation">vertical</property>
-                            <child>
-                              <widget class="GtkHPaned" id="hpaned7">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <child>
-                                  <widget class="GtkLabel" id="label9">
-                                    <property name="visible">True</property>
-                                    <property name="label" translatable="yes">-l </property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">False</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                                <child>
-                                  <widget class="GtkSpinButton" id="load">
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">True</property>
-                                    <property name="numeric">True</property>
-                                  </widget>
-                                  <packing>
-                                    <property name="resize">True</property>
-                                    <property name="shrink">True</property>
-                                  </packing>
-                                </child>
-                              </widget>
-                              <packing>
-                                <property name="resize">False</property>
-                                <property name="shrink">True</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <placeholder/>
-                            </child>
-                          </widget>
-                          <packing>
-                            <property name="top_attach">1</property>
-                            <property name="bottom_attach">2</property>
-                          </packing>
-                        </child>
-                        <child>
                           <widget class="GtkVPaned" id="vpaned6">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
@@ -392,8 +296,11 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                             <child>
                               <widget class="GtkLabel" id="label10">
                                 <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Allow this many jobs (e.g. parallel compilations) at once; infinite jobs with 0.
-A good choice is the number of CPUs (or CPU cores) in your system plus one, but this guideline isn't always perfect. </property>
+A good choice is the number of CPUs (or CPU cores) in your system plus one,
+but this guideline isn't always perfect. </property>
                               </widget>
                               <packing>
                                 <property name="resize">False</property>
@@ -417,7 +324,10 @@ A good choice is the number of CPUs (or CPU cores) in your system plus one, but
                             <child>
                               <widget class="GtkLabel" id="label11">
                                 <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Don't start multiple jobs unless load is below this much.
+Zero means ignore load.
 Do not set both -j and -l to zero.</property>
                               </widget>
                               <packing>
@@ -444,6 +354,8 @@ Do not set both -j and -l to zero.</property>
                             <child>
                               <widget class="GtkLabel" id="label12">
                                 <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="yalign">0</property>
                                 <property name="label" translatable="yes">Don't echo recipes, resulting in a quieter output (errors will still be printed).</property>
                               </widget>
                               <packing>
@@ -463,6 +375,83 @@ Do not set both -j and -l to zero.</property>
                             <property name="x_padding">5</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkTable" id="table5">
+                            <property name="visible">True</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkSpinButton" id="jobs">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="max_length">2</property>
+                                <property name="width_chars">2</property>
+                                <property name="xalign">1</property>
+                                <property name="adjustment">1 0 99 1 10 10</property>
+                                <property name="snap_to_ticks">True</property>
+                                <property name="numeric">True</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label8">
+                                <property name="visible">True</property>
+                                <property name="xalign">1</property>
+                                <property name="label" translatable="yes">-j</property>
+                                <property name="justify">right</property>
+                              </widget>
+                            </child>
+                          </widget>
+                        </child>
+                        <child>
+                          <widget class="GtkTable" id="table6">
+                            <property name="visible">True</property>
+                            <property name="n_rows">2</property>
+                            <property name="n_columns">2</property>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <widget class="GtkSpinButton" id="load">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="max_length">2</property>
+                                <property name="width_chars">2</property>
+                                <property name="adjustment">0 0 99 1 10 10</property>
+                                <property name="snap_to_ticks">True</property>
+                                <property name="numeric">True</property>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label9">
+                                <property name="visible">True</property>
+                                <property name="xalign">1</property>
+                                <property name="label" translatable="yes">-l</property>
+                                <property name="justify">right</property>
+                              </widget>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                          </packing>
+                        </child>
                       </widget>
                     </child>
                   </widget>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-04 13:07 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-04 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5b3e644a3ee4c5618913894b45f34872d2f624dd
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 13:07:00 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 13:07:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=5b3e644a

/use.glade: rename the table to use_table

---
 ui/use.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ui/use.glade b/ui/use.glade
index 7ad672d..fea3bff 100644
--- a/ui/use.glade
+++ b/ui/use.glade
@@ -47,7 +47,7 @@ Pick your flags by selecting them. Your profile already set some of the flags, b
                     <property name="visible">True</property>
                     <property name="resize_mode">queue</property>
                     <child>
-                      <widget class="GtkTable" id="table1">
+                      <widget class="GtkTable" id="use_table">
                         <property name="visible">True</property>
                         <property name="n_columns">2</property>
                         <child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-04 10:52 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-04 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0acc13d35202afbe4cd654a3e1f286d62d918f
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 10:51:53 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 10:51:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=1d0acc13

ui/profile.glade: now it's perfect

---
 ui/profile.glade |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ui/profile.glade b/ui/profile.glade
index 39ba69c..6aacf2c 100644
--- a/ui/profile.glade
+++ b/ui/profile.glade
@@ -21,8 +21,9 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important
-variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
+                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other
+important variables, it also locks the system to a certain range of package versions. This is all maintained by the
+Gentoo developers.
 
 Note: The developer subprofile is specifically for Gentoo Linux development tasks.
 It is not meant to help set up general development environments.</property>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-04 10:44 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-04 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9804afddbedd716caa704bfff0f4dd3fec868868
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 10:44:10 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 10:44:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=9804afdd

ui/profile.glade: The profile selection looks nice now

---
 ui/profile.glade |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ui/profile.glade b/ui/profile.glade
index 50cd6cc..39ba69c 100644
--- a/ui/profile.glade
+++ b/ui/profile.glade
@@ -21,9 +21,11 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other
-important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
-Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</property>
+                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important
+variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
+
+Note: The developer subprofile is specifically for Gentoo Linux development tasks.
+It is not meant to help set up general development environments.</property>
                 <property name="justify">center</property>
               </widget>
               <packing>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-04 10:26 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-04 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     149533cc55b36aacc38ec09a191ade9c9717a8e2
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 10:25:56 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 10:25:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=149533cc

ui/profile.glade: wrap the heading

---
 ui/profile.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/profile.glade b/ui/profile.glade
index 2242692..50cd6cc 100644
--- a/ui/profile.glade
+++ b/ui/profile.glade
@@ -21,10 +21,10 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
+                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other
+important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
 Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</property>
                 <property name="justify">center</property>
-                <property name="wrap">True</property>
               </widget>
               <packing>
                 <property name="expand">False</property>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-04  9:27 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-04  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6227032fb1984305660debaa6f6d63fdbe8ce286
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Mon Jul  4 09:26:53 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Mon Jul  4 09:26:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=6227032f

ui/profile.glade: fixed word wrap

---
 ui/profile.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ui/profile.glade b/ui/profile.glade
index c3125dc..2242692 100644
--- a/ui/profile.glade
+++ b/ui/profile.glade
@@ -24,6 +24,7 @@
                 <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
 Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</property>
                 <property name="justify">center</property>
+                <property name="wrap">True</property>
               </widget>
               <packing>
                 <property name="expand">False</property>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-03 17:34 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-03 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sun Jul  3 17:34:15 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sun Jul  3 17:34:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a2fb3886

ui/mirrorselect.glade: the table should behave now

---
 ui/mirrorselect.glade |   34 ++++++++++++++++++++--------------
 1 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index c513105..ffbd5ad 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -32,24 +32,30 @@ In order to download source code quickly it is recommended to select a fast mirr
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <child>
-                  <widget class="GtkTable" id="mirrors_table">
+                  <widget class="GtkViewport" id="viewport1">
                     <property name="visible">True</property>
-                    <property name="n_columns">3</property>
+                    <property name="resize_mode">queue</property>
                     <child>
-                      <widget class="GtkLabel" id="downloading">
+                      <widget class="GtkTable" id="mirrors_table">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">Downloading the mirror list...</property>
+                        <property name="n_columns">3</property>
+                        <child>
+                          <widget class="GtkLabel" id="downloading">
+                            <property name="visible">True</property>
+                            <property name="label" translatable="yes">Downloading the mirror list...</property>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <placeholder/>
+                        </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
                     </child>
                   </widget>
                 </child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-07-03 17:24 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-07-03 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cda4f316e3f21545d1486e6f8dfd6d2bc5013904
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Sun Jul  3 17:23:43 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Sun Jul  3 17:23:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=cda4f316

ui/mirrorselect.glade: fixed the table display

---
 ui/mirrorselect.glade |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index 3938297..c513105 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -31,12 +31,9 @@ In order to download source code quickly it is recommended to select a fast mirr
               <widget class="GtkScrolledWindow" id="scrolledwindow1">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
                 <child>
                   <widget class="GtkTable" id="mirrors_table">
                     <property name="visible">True</property>
-                    <property name="n_rows">3</property>
                     <property name="n_columns">3</property>
                     <child>
                       <widget class="GtkLabel" id="downloading">
@@ -54,24 +51,6 @@ In order to download source code quickly it is recommended to select a fast mirr
                     <child>
                       <placeholder/>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                 </child>
               </widget>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30 22:12 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     034c1f6b3eacfde57c1b065e5994bda4fc8d8d2d
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Thu Jun 30 22:08:11 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Thu Jun 30 22:08:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=034c1f6b

ui/makeconf.glade: toggled numeric

---
 ui/makeconf.glade |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ui/makeconf.glade b/ui/makeconf.glade
index 7a8e8dc..10bebd1 100644
--- a/ui/makeconf.glade
+++ b/ui/makeconf.glade
@@ -295,6 +295,7 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                                   <widget class="GtkSpinButton" id="jobs">
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
+                                    <property name="numeric">True</property>
                                   </widget>
                                   <packing>
                                     <property name="resize">True</property>
@@ -335,6 +336,7 @@ Don't set -O3 system-wide, it is known to break builds, resulting in unstable co
                                   <widget class="GtkSpinButton" id="load">
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
+                                    <property name="numeric">True</property>
                                   </widget>
                                   <packing>
                                     <property name="resize">True</property>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d2be06e4e6522b0f87f1a64efc61ac89f730c40a
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Thu Jun 30 02:31:49 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Thu Jun 30 02:31:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=d2be06e4

ui/systools.glade: syslog and cron

---
 ui/systools.glade |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/ui/systools.glade b/ui/systools.glade
new file mode 100644
index 0000000..f3def7a
--- /dev/null
+++ b/ui/systools.glade
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="systools_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="systools_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkTable" id="table1">
+            <property name="visible">True</property>
+            <property name="n_rows">2</property>
+            <property name="n_columns">2</property>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Pick your system logger:</property>
+                <property name="justify">right</property>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label2">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Pick your cron:</property>
+                <property name="justify">right</property>
+              </widget>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkComboBox" id="logger">
+                <property name="visible">True</property>
+                <property name="items" translatable="yes">sysklogd
+syslog-ng
+metalog</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkComboBox" id="cron">
+                <property name="visible">True</property>
+                <property name="items" translatable="yes">(none)
+dcron
+fcron
+vixie-cron</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     753c73a18a520344302f3c8411d90e54b5e18603
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:18:21 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:18:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=753c73a1

ui/mirrorselect*.glade: name fix

---
 ui/mirrorselect-sync.glade |    4 ++--
 ui/mirrorselect.glade      |   22 +++++++++++-----------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade
index 06864ce..27bef46 100644
--- a/ui/mirrorselect-sync.glade
+++ b/ui/mirrorselect-sync.glade
@@ -2,7 +2,7 @@
 <glade-interface>
   <!-- interface-requires gtk+ 2.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
-  <widget class="GtkWindow" id="makeconf_window">
+  <widget class="GtkWindow" id="mirrorselect-sync_window">
     <property name="border_width">18</property>
     <child>
       <widget class="GtkAlignment" id="mirrorselect_align">
@@ -34,7 +34,7 @@ Choose a server you would like to sync your portage tree with.</property>
                 <property name="hscrollbar_policy">automatic</property>
                 <property name="vscrollbar_policy">automatic</property>
                 <child>
-                  <widget class="GtkTable" id="table1">
+                  <widget class="GtkTable" id="mirrors_table">
                     <property name="visible">True</property>
                     <property name="n_rows">3</property>
                     <property name="n_columns">3</property>

diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index 8fcb1e5..3938297 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -2,7 +2,7 @@
 <glade-interface>
   <!-- interface-requires gtk+ 2.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
-  <widget class="GtkWindow" id="makeconf_window">
+  <widget class="GtkWindow" id="mirrorselect_window">
     <property name="border_width">18</property>
     <child>
       <widget class="GtkAlignment" id="mirrorselect_align">
@@ -34,12 +34,19 @@ In order to download source code quickly it is recommended to select a fast mirr
                 <property name="hscrollbar_policy">automatic</property>
                 <property name="vscrollbar_policy">automatic</property>
                 <child>
-                  <widget class="GtkTable" id="table1">
+                  <widget class="GtkTable" id="mirrors_table">
                     <property name="visible">True</property>
                     <property name="n_rows">3</property>
                     <property name="n_columns">3</property>
                     <child>
-                      <placeholder/>
+                      <widget class="GtkLabel" id="downloading">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Downloading the mirror list...</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
                     </child>
                     <child>
                       <placeholder/>
@@ -63,14 +70,7 @@ In order to download source code quickly it is recommended to select a fast mirr
                       <placeholder/>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="downloading">
-                        <property name="visible">True</property>
-                        <property name="label" translatable="yes">Downloading the mirror list...</property>
-                      </widget>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                      </packing>
+                      <placeholder/>
                     </child>
                   </widget>
                 </child>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e02046984466e243c6f20a133dc8b5841e2260f5
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:07:49 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:07:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=e0204698

ui/mirrorselect-sync.glade: portage rsync mirror

---
 ui/mirrorselect-sync.glade |   87 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade
new file mode 100644
index 0000000..06864ce
--- /dev/null
+++ b/ui/mirrorselect-sync.glade
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="makeconf_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="mirrorselect_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="mirrorselect_box">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Choose your portage rsync mirror(s).
+Choose a server you would like to sync your portage tree with.</property>
+                <property name="justify">center</property>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <child>
+                  <widget class="GtkTable" id="table1">
+                    <property name="visible">True</property>
+                    <property name="n_rows">3</property>
+                    <property name="n_columns">3</property>
+                    <child>
+                      <widget class="GtkLabel" id="downloading">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Downloading the mirror list...</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:21:27 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:21:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0d98b10a

ui/profile.glade: choose profile

---
 ui/profile.glade |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/ui/profile.glade b/ui/profile.glade
new file mode 100644
index 0000000..af75dce
--- /dev/null
+++ b/ui/profile.glade
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="profile_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="profile_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="profile_box">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.
+Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</property>
+                <property name="justify">center</property>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <child>
+                  <widget class="GtkVBox" id="profiles_box">
+                    <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
+                    <property name="homogeneous">True</property>
+                    <child>
+                      <placeholder/>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a3c9feb72b76b56a884fee6e917a819a68f30aba
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:48:35 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:48:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a3c9feb7

ui/use.glade: USE flags

---
 ui/use.glade |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/ui/use.glade b/ui/use.glade
new file mode 100644
index 0000000..d74d401
--- /dev/null
+++ b/ui/use.glade
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="use_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="use_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="use_box">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">USE is one of the most powerful variables Gentoo provides to its users. Several programs can be compiled with or without optional support for certain items. For instance, some programs can be compiled with gtk-support, or with qt-support. Others can be compiled with or without SSL support. Some programs can even be compiled with framebuffer support (svgalib) instead of X11 support (X-server).
+Pick your flags by selecting them. Your profile already set some of the flags, but you can override them if you wish.</property>
+                <property name="justify">center</property>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <child>
+                  <widget class="GtkTable" id="table1">
+                    <property name="visible">True</property>
+                    <property name="n_columns">2</property>
+                    <child>
+                      <widget class="GtkLabel" id="label2">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Flag</property>
+                      </widget>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="label3">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Description</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0501a85b9669cbba02493e9c9e577298db95a2bf
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 17:28:10 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 17:28:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0501a85b

ui/makeconf.glade: make.conf settings

---
 ui/makeconf.glade |  481 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 481 insertions(+), 0 deletions(-)

diff --git a/ui/makeconf.glade b/ui/makeconf.glade
new file mode 100644
index 0000000..7a8e8dc
--- /dev/null
+++ b/ui/makeconf.glade
@@ -0,0 +1,481 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="makeconf_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="makeconf_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="makeconf_box">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkVBox" id="vbox2">
+                <property name="visible">True</property>
+                <property name="orientation">vertical</property>
+                <child>
+                  <widget class="GtkLabel" id="label1">
+                    <property name="visible">True</property>
+                    <property name="label" translatable="yes">The CFLAGS and CXXFLAGS variables define the optimization flags for the gcc C and C++ compiler respectively.</property>
+                    <property name="justify">center</property>
+                  </widget>
+                  <packing>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="hscrollbar_policy">automatic</property>
+                    <property name="vscrollbar_policy">automatic</property>
+                    <child>
+                      <widget class="GtkTable" id="table1">
+                        <property name="visible">True</property>
+                        <property name="n_rows">3</property>
+                        <property name="n_columns">2</property>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned1">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkHPaned" id="hpaned5">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <child>
+                                  <widget class="GtkLabel" id="label2">
+                                    <property name="visible">True</property>
+                                    <property name="label" translatable="yes">-march=</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">False</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                                <child>
+                                  <widget class="GtkComboBox" id="march">
+                                    <property name="visible">True</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">True</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                        </child>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned2">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkHPaned" id="hpaned4">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <child>
+                                  <widget class="GtkLabel" id="label3">
+                                    <property name="visible">True</property>
+                                    <property name="label" translatable="yes">-O</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">False</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                                <child>
+                                  <widget class="GtkComboBox" id="opt">
+                                    <property name="visible">True</property>
+                                    <property name="active">2</property>
+                                    <property name="items" translatable="yes">0
+1
+2
+3
+s</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">True</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned3">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkCheckButton" id="pipe">
+                                <property name="label" translatable="yes">-pipe</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">False</property>
+                                <property name="draw_indicator">True</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned1">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label4">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Specifies the name of the target architecture.
+&#x201C;native&#x201D; will build binaries optimized for this CPU but they won't run on any other CPU.</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned2">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label5">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Specifies the optimization class.
+Every class has the same optimizations as the one before plus some extras (-Os has all the optimizations of -O2 which don't increase the size of the generated code).
+Don't set -O3 system-wide, it is known to break builds, resulting in unstable code.
+-O2 is recommended.</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned3">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label6">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Increases the speed at which the compilation runs by using pipes instead of temporary files, at the exception of increased memory use.</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkVBox" id="vbox3">
+                <property name="visible">True</property>
+                <property name="orientation">vertical</property>
+                <child>
+                  <widget class="GtkLabel" id="label7">
+                    <property name="visible">True</property>
+                    <property name="label" translatable="yes">The MAKEOPTS let you define various options passed to make when compiling.</property>
+                  </widget>
+                  <packing>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkScrolledWindow" id="scrolledwindow2">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="hscrollbar_policy">automatic</property>
+                    <property name="vscrollbar_policy">automatic</property>
+                    <child>
+                      <widget class="GtkTable" id="table2">
+                        <property name="visible">True</property>
+                        <property name="n_rows">3</property>
+                        <property name="n_columns">2</property>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned4">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkHPaned" id="hpaned6">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <child>
+                                  <widget class="GtkLabel" id="label8">
+                                    <property name="visible">True</property>
+                                    <property name="label" translatable="yes">-j </property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">False</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                                <child>
+                                  <widget class="GtkSpinButton" id="jobs">
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">True</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                        </child>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned5">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkHPaned" id="hpaned7">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <child>
+                                  <widget class="GtkLabel" id="label9">
+                                    <property name="visible">True</property>
+                                    <property name="label" translatable="yes">-l </property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">False</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                                <child>
+                                  <widget class="GtkSpinButton" id="load">
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="resize">True</property>
+                                    <property name="shrink">True</property>
+                                  </packing>
+                                </child>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkVPaned" id="vpaned6">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <widget class="GtkCheckButton" id="size">
+                                <property name="label" translatable="yes">-s</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">False</property>
+                                <property name="draw_indicator">True</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned9">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label10">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Allow this many jobs (e.g. parallel compilations) at once; infinite jobs with 0.
+A good choice is the number of CPUs (or CPU cores) in your system plus one, but this guideline isn't always perfect. </property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned10">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label11">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Don't start multiple jobs unless load is below this much.
+Do not set both -j and -l to zero.</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="top_attach">1</property>
+                            <property name="bottom_attach">2</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkHPaned" id="hpaned11">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label12">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Don't echo recipes, resulting in a quieter output (errors will still be printed).</property>
+                              </widget>
+                              <packing>
+                                <property name="resize">False</property>
+                                <property name="shrink">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">2</property>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                            <property name="x_padding">5</property>
+                          </packing>
+                        </child>
+                      </widget>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/anaconda:master commit in: ui/
@ 2011-06-30  2:32 Wiktor W Brodlo
  0 siblings, 0 replies; 25+ messages in thread
From: Wiktor W Brodlo @ 2011-06-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     bace1eba26c329425412440cfcd39ec847618779
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:04:46 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:04:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=bace1eba

ui/mirrorselect.glade: download mirror select

---
 ui/mirrorselect.glade |   87 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
new file mode 100644
index 0000000..8fcb1e5
--- /dev/null
+++ b/ui/mirrorselect.glade
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.6 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="makeconf_window">
+    <property name="border_width">18</property>
+    <child>
+      <widget class="GtkAlignment" id="mirrorselect_align">
+        <property name="width_request">400</property>
+        <property name="visible">True</property>
+        <property name="xalign">0</property>
+        <property name="yalign">0</property>
+        <child>
+          <widget class="GtkVBox" id="mirrorselect_box">
+            <property name="visible">True</property>
+            <property name="border_width">5</property>
+            <property name="orientation">vertical</property>
+            <property name="spacing">10</property>
+            <child>
+              <widget class="GtkLabel" id="label1">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Choose your portage mirror(s).
+In order to download source code quickly it is recommended to select a fast mirror that's close to you.</property>
+                <property name="justify">center</property>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkScrolledWindow" id="scrolledwindow1">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <child>
+                  <widget class="GtkTable" id="table1">
+                    <property name="visible">True</property>
+                    <property name="n_rows">3</property>
+                    <property name="n_columns">3</property>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="downloading">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Downloading the mirror list...</property>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                      </packing>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>



^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2011-08-22  4:29 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03 18:01 [gentoo-commits] proj/anaconda:master commit in: ui/ Wiktor W Brodlo
  -- strict thread matches above, loose matches on Subject: below --
2011-08-22  4:28 Wiktor W Brodlo
2011-08-03 11:43 Wiktor W Brodlo
2011-07-22 18:17 Wiktor W Brodlo
2011-07-21  0:09 Wiktor W Brodlo
2011-07-20 23:05 Wiktor W Brodlo
2011-07-20 21:09 Wiktor W Brodlo
2011-07-20  1:19 Wiktor W Brodlo
2011-07-07 19:51 Wiktor W Brodlo
2011-07-07 17:35 Wiktor W Brodlo
2011-07-04 13:07 Wiktor W Brodlo
2011-07-04 10:52 Wiktor W Brodlo
2011-07-04 10:44 Wiktor W Brodlo
2011-07-04 10:26 Wiktor W Brodlo
2011-07-04  9:27 Wiktor W Brodlo
2011-07-03 17:34 Wiktor W Brodlo
2011-07-03 17:24 Wiktor W Brodlo
2011-06-30 22:12 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox