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:41
Message-Id: e02046984466e243c6f20a133dc8b5841e2260f5.wiktor@gentoo
1 commit: e02046984466e243c6f20a133dc8b5841e2260f5
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 18:07:49 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 18:07:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=e0204698
7
8 ui/mirrorselect-sync.glade: portage rsync mirror
9
10 ---
11 ui/mirrorselect-sync.glade | 87 ++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 87 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade
15 new file mode 100644
16 index 0000000..06864ce
17 --- /dev/null
18 +++ b/ui/mirrorselect-sync.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 rsync mirror(s).
42 +Choose a server you would like to sync your portage tree with.</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 + <widget class="GtkLabel" id="downloading">
62 + <property name="visible">True</property>
63 + <property name="label" translatable="yes">Downloading the mirror list...</property>
64 + </widget>
65 + <packing>
66 + <property name="left_attach">1</property>
67 + <property name="right_attach">2</property>
68 + </packing>
69 + </child>
70 + <child>
71 + <placeholder/>
72 + </child>
73 + <child>
74 + <placeholder/>
75 + </child>
76 + <child>
77 + <placeholder/>
78 + </child>
79 + <child>
80 + <placeholder/>
81 + </child>
82 + <child>
83 + <placeholder/>
84 + </child>
85 + <child>
86 + <placeholder/>
87 + </child>
88 + <child>
89 + <placeholder/>
90 + </child>
91 + <child>
92 + <placeholder/>
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>