Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Thu, 30 Jun 2011 02:32:26
Message-Id: bace1eba26c329425412440cfcd39ec847618779.wiktor@gentoo
1 commit: bace1eba26c329425412440cfcd39ec847618779
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 18:04:46 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 18:04:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=bace1eba
7
8 ui/mirrorselect.glade: download mirror select
9
10 ---
11 ui/mirrorselect.glade | 87 +++++++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 87 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
15 new file mode 100644
16 index 0000000..8fcb1e5
17 --- /dev/null
18 +++ b/ui/mirrorselect.glade
19 @@ -0,0 +1,87 @@
20 +<?xml version="1.0"?>
21 +<glade-interface>
22 + <!-- interface-requires gtk+ 2.6 -->
23 + <!-- interface-naming-policy toplevel-contextual -->
24 + <widget class="GtkWindow" id="makeconf_window">
25 + <property name="border_width">18</property>
26 + <child>
27 + <widget class="GtkAlignment" id="mirrorselect_align">
28 + <property name="width_request">400</property>
29 + <property name="visible">True</property>
30 + <property name="xalign">0</property>
31 + <property name="yalign">0</property>
32 + <child>
33 + <widget class="GtkVBox" id="mirrorselect_box">
34 + <property name="visible">True</property>
35 + <property name="border_width">5</property>
36 + <property name="orientation">vertical</property>
37 + <property name="spacing">10</property>
38 + <child>
39 + <widget class="GtkLabel" id="label1">
40 + <property name="visible">True</property>
41 + <property name="label" translatable="yes">Choose your portage mirror(s).
42 +In order to download source code quickly it is recommended to select a fast mirror that's close to you.</property>
43 + <property name="justify">center</property>
44 + </widget>
45 + <packing>
46 + <property name="position">0</property>
47 + </packing>
48 + </child>
49 + <child>
50 + <widget class="GtkScrolledWindow" id="scrolledwindow1">
51 + <property name="visible">True</property>
52 + <property name="can_focus">True</property>
53 + <property name="hscrollbar_policy">automatic</property>
54 + <property name="vscrollbar_policy">automatic</property>
55 + <child>
56 + <widget class="GtkTable" id="table1">
57 + <property name="visible">True</property>
58 + <property name="n_rows">3</property>
59 + <property name="n_columns">3</property>
60 + <child>
61 + <placeholder/>
62 + </child>
63 + <child>
64 + <placeholder/>
65 + </child>
66 + <child>
67 + <placeholder/>
68 + </child>
69 + <child>
70 + <placeholder/>
71 + </child>
72 + <child>
73 + <placeholder/>
74 + </child>
75 + <child>
76 + <placeholder/>
77 + </child>
78 + <child>
79 + <placeholder/>
80 + </child>
81 + <child>
82 + <placeholder/>
83 + </child>
84 + <child>
85 + <widget class="GtkLabel" id="downloading">
86 + <property name="visible">True</property>
87 + <property name="label" translatable="yes">Downloading the mirror list...</property>
88 + </widget>
89 + <packing>
90 + <property name="left_attach">1</property>
91 + <property name="right_attach">2</property>
92 + </packing>
93 + </child>
94 + </widget>
95 + </child>
96 + </widget>
97 + <packing>
98 + <property name="position">1</property>
99 + </packing>
100 + </child>
101 + </widget>
102 + </child>
103 + </widget>
104 + </child>
105 + </widget>
106 +</glade-interface>