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:36
Message-Id: 0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2.wiktor@gentoo
1 commit: 0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 18:21:27 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 18:21:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0d98b10a
7
8 ui/profile.glade: choose profile
9
10 ---
11 ui/profile.glade | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 56 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/profile.glade b/ui/profile.glade
15 new file mode 100644
16 index 0000000..af75dce
17 --- /dev/null
18 +++ b/ui/profile.glade
19 @@ -0,0 +1,56 @@
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="profile_window">
25 + <property name="border_width">18</property>
26 + <child>
27 + <widget class="GtkAlignment" id="profile_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="profile_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">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.
42 +Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</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="GtkVBox" id="profiles_box">
57 + <property name="visible">True</property>
58 + <property name="orientation">vertical</property>
59 + <property name="homogeneous">True</property>
60 + <child>
61 + <placeholder/>
62 + </child>
63 + </widget>
64 + </child>
65 + </widget>
66 + <packing>
67 + <property name="position">1</property>
68 + </packing>
69 + </child>
70 + </widget>
71 + </child>
72 + </widget>
73 + </child>
74 + </widget>
75 +</glade-interface>