~gilir/+junk/ubiquity-lxdm-autologin

« back to all changes in this revision

Viewing changes to gui/gtk/mythbuntu_stepServices.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Evan Dandrea, Mario Limonciello, Roman Shtylman
  • Date: 2010-02-21 22:17:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100221221726-e7y2vgur60z1yhz6
Tags: 2.1.23
[ Evan Dandrea ]
* Fix docstrings. They need to be the first statement in a function.
* Fix method call to set_summary_device in the advanced dialog.
  Thanks Roman Shtylman.

[ Mario Limonciello ]
* Fix an UnboundLocalError in oem-config mode related to trusted_db.
* Remove all of the mythbuntu frontend from ubiquity.  Now that it's fully
  stable, it's being moved to the mythbuntu-live-autostart package so that
  it can benefit from being maintained by anyone in ~mythbuntu-dev.
* Automatic update of included source packages: grub-installer
  1.49ubuntu5.

[ Roman Shtylman ]
* Fix for (LP: #424216) KDE ui on small screens
* Fix for (LP: #485322) KDE ui forward/install buttons
* Fix for (LP: #524090) KDE ui gray bar and scaling wallpaper

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkVBox" id="mythbuntu_stepServices">
6
 
    <property name="visible">True</property>
7
 
    <property name="border_width">6</property>
8
 
    <property name="orientation">vertical</property>
9
 
    <child>
10
 
      <object class="GtkLabel" id="services_heading_label">
11
 
        <property name="visible">True</property>
12
 
        <property name="can_focus">True</property>
13
 
        <property name="xalign">0</property>
14
 
        <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Choose Additional Services&lt;/b&gt;&lt;/big&gt;</property>
15
 
        <property name="use_markup">True</property>
16
 
        <property name="single_line_mode">True</property>
17
 
      </object>
18
 
      <packing>
19
 
        <property name="expand">False</property>
20
 
        <property name="fill">False</property>
21
 
        <property name="position">0</property>
22
 
      </packing>
23
 
    </child>
24
 
    <child>
25
 
      <object class="GtkHSeparator" id="hseparator23">
26
 
        <property name="visible">True</property>
27
 
      </object>
28
 
      <packing>
29
 
        <property name="expand">False</property>
30
 
        <property name="fill">False</property>
31
 
        <property name="padding">6</property>
32
 
        <property name="position">1</property>
33
 
      </packing>
34
 
    </child>
35
 
    <child>
36
 
      <object class="GtkVBox" id="vbox15">
37
 
        <property name="visible">True</property>
38
 
        <property name="orientation">vertical</property>
39
 
        <property name="spacing">24</property>
40
 
        <child>
41
 
          <object class="GtkLabel" id="application_description">
42
 
            <property name="width_request">650</property>
43
 
            <property name="visible">True</property>
44
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
45
 
            <property name="xalign">0</property>
46
 
            <property name="label" translatable="yes">These options will quickly set up and preconfigure very commonly used things that most people will do for a post installation Mythbuntu box.</property>
47
 
            <property name="wrap">True</property>
48
 
          </object>
49
 
          <packing>
50
 
            <property name="expand">False</property>
51
 
            <property name="fill">False</property>
52
 
            <property name="position">0</property>
53
 
          </packing>
54
 
        </child>
55
 
        <child>
56
 
          <object class="GtkHBox" id="vnc_option_hbox">
57
 
            <property name="visible">True</property>
58
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
59
 
            <child>
60
 
              <object class="GtkCheckButton" id="enablevnc">
61
 
                <property name="label" translatable="yes">VNC Service</property>
62
 
                <property name="visible">True</property>
63
 
                <property name="can_focus">True</property>
64
 
                <property name="receives_default">False</property>
65
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
66
 
                <property name="draw_indicator">True</property>
67
 
              </object>
68
 
              <packing>
69
 
                <property name="expand">False</property>
70
 
                <property name="position">0</property>
71
 
              </packing>
72
 
            </child>
73
 
            <child>
74
 
              <object class="GtkLabel" id="enablevnc_label">
75
 
                <property name="width_request">500</property>
76
 
                <property name="visible">True</property>
77
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
78
 
                <property name="xalign">0</property>
79
 
                <property name="label" translatable="yes">VNC is a very commonly used protocol for graphical remote administration and control of a machine.</property>
80
 
                <property name="wrap">True</property>
81
 
              </object>
82
 
              <packing>
83
 
                <property name="expand">False</property>
84
 
                <property name="fill">False</property>
85
 
                <property name="padding">32</property>
86
 
                <property name="position">1</property>
87
 
              </packing>
88
 
            </child>
89
 
          </object>
90
 
          <packing>
91
 
            <property name="expand">False</property>
92
 
            <property name="fill">False</property>
93
 
            <property name="position">1</property>
94
 
          </packing>
95
 
        </child>
96
 
        <child>
97
 
          <object class="GtkHBox" id="ssh_option_hbox">
98
 
            <property name="visible">True</property>
99
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
100
 
            <child>
101
 
              <object class="GtkCheckButton" id="enablessh">
102
 
                <property name="label" translatable="yes">SSH Service</property>
103
 
                <property name="visible">True</property>
104
 
                <property name="can_focus">True</property>
105
 
                <property name="receives_default">False</property>
106
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
107
 
                <property name="active">True</property>
108
 
                <property name="draw_indicator">True</property>
109
 
              </object>
110
 
              <packing>
111
 
                <property name="expand">False</property>
112
 
                <property name="fill">False</property>
113
 
                <property name="position">0</property>
114
 
              </packing>
115
 
            </child>
116
 
            <child>
117
 
              <object class="GtkLabel" id="enablessh_label">
118
 
                <property name="width_request">500</property>
119
 
                <property name="visible">True</property>
120
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
121
 
                <property name="xalign">0</property>
122
 
                <property name="label" translatable="yes">SSH is a very commonly used protocol for console based remote administration of a machine.</property>
123
 
                <property name="wrap">True</property>
124
 
              </object>
125
 
              <packing>
126
 
                <property name="expand">False</property>
127
 
                <property name="fill">False</property>
128
 
                <property name="padding">32</property>
129
 
                <property name="position">1</property>
130
 
              </packing>
131
 
            </child>
132
 
          </object>
133
 
          <packing>
134
 
            <property name="expand">False</property>
135
 
            <property name="fill">False</property>
136
 
            <property name="position">2</property>
137
 
          </packing>
138
 
        </child>
139
 
        <child>
140
 
          <object class="GtkHBox" id="samba_option_hbox">
141
 
            <property name="visible">True</property>
142
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
143
 
            <child>
144
 
              <object class="GtkCheckButton" id="enablesamba">
145
 
                <property name="label" translatable="yes">Samba Service</property>
146
 
                <property name="visible">True</property>
147
 
                <property name="can_focus">True</property>
148
 
                <property name="receives_default">False</property>
149
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
150
 
                <property name="active">True</property>
151
 
                <property name="draw_indicator">True</property>
152
 
              </object>
153
 
              <packing>
154
 
                <property name="expand">False</property>
155
 
                <property name="fill">False</property>
156
 
                <property name="position">0</property>
157
 
              </packing>
158
 
            </child>
159
 
            <child>
160
 
              <object class="GtkLabel" id="enablesamba_label">
161
 
                <property name="width_request">500</property>
162
 
                <property name="visible">True</property>
163
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
164
 
                <property name="xalign">0</property>
165
 
                <property name="label" translatable="yes">Samba provides Windows File Sharing services.  These can then be accessed via Windows or any Samba client.</property>
166
 
                <property name="wrap">True</property>
167
 
              </object>
168
 
              <packing>
169
 
                <property name="expand">False</property>
170
 
                <property name="fill">False</property>
171
 
                <property name="padding">13</property>
172
 
                <property name="position">1</property>
173
 
              </packing>
174
 
            </child>
175
 
          </object>
176
 
          <packing>
177
 
            <property name="expand">False</property>
178
 
            <property name="fill">False</property>
179
 
            <property name="position">3</property>
180
 
          </packing>
181
 
        </child>
182
 
        <child>
183
 
          <object class="GtkHBox" id="nfs_option_hbox">
184
 
            <property name="visible">True</property>
185
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
186
 
            <child>
187
 
              <object class="GtkCheckButton" id="enablenfs">
188
 
                <property name="label" translatable="yes">NFS Service</property>
189
 
                <property name="visible">True</property>
190
 
                <property name="can_focus">True</property>
191
 
                <property name="receives_default">False</property>
192
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
193
 
                <property name="draw_indicator">True</property>
194
 
              </object>
195
 
              <packing>
196
 
                <property name="expand">False</property>
197
 
                <property name="fill">False</property>
198
 
                <property name="position">0</property>
199
 
              </packing>
200
 
            </child>
201
 
            <child>
202
 
              <object class="GtkLabel" id="enablenfs_label">
203
 
                <property name="width_request">500</property>
204
 
                <property name="visible">True</property>
205
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
206
 
                <property name="xalign">0</property>
207
 
                <property name="label" translatable="yes">NFS provides filesharing to other Unix &amp; Linux clients.</property>
208
 
                <property name="wrap">True</property>
209
 
              </object>
210
 
              <packing>
211
 
                <property name="expand">False</property>
212
 
                <property name="fill">False</property>
213
 
                <property name="padding">32</property>
214
 
                <property name="position">1</property>
215
 
              </packing>
216
 
            </child>
217
 
          </object>
218
 
          <packing>
219
 
            <property name="expand">False</property>
220
 
            <property name="fill">False</property>
221
 
            <property name="position">4</property>
222
 
          </packing>
223
 
        </child>
224
 
        <child>
225
 
          <object class="GtkHBox" id="mysql_option_hbox">
226
 
            <property name="visible">True</property>
227
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
228
 
            <child>
229
 
              <object class="GtkCheckButton" id="enablemysql">
230
 
                <property name="label" translatable="yes">MythTV Service</property>
231
 
                <property name="visible">True</property>
232
 
                <property name="can_focus">True</property>
233
 
                <property name="receives_default">False</property>
234
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
235
 
                <property name="draw_indicator">True</property>
236
 
              </object>
237
 
              <packing>
238
 
                <property name="expand">False</property>
239
 
                <property name="fill">False</property>
240
 
                <property name="position">0</property>
241
 
              </packing>
242
 
            </child>
243
 
            <child>
244
 
              <object class="GtkLabel" id="enablemysql_label">
245
 
                <property name="width_request">500</property>
246
 
                <property name="visible">True</property>
247
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
248
 
                <property name="xalign">0</property>
249
 
                <property name="label" translatable="yes">If you will be using a remote Frontend or Backend, you will need to enable MythTV on your ethernet interface.</property>
250
 
                <property name="use_markup">True</property>
251
 
                <property name="wrap">True</property>
252
 
              </object>
253
 
              <packing>
254
 
                <property name="expand">False</property>
255
 
                <property name="fill">False</property>
256
 
                <property name="padding">9</property>
257
 
                <property name="position">1</property>
258
 
              </packing>
259
 
            </child>
260
 
          </object>
261
 
          <packing>
262
 
            <property name="expand">False</property>
263
 
            <property name="fill">False</property>
264
 
            <property name="position">5</property>
265
 
          </packing>
266
 
        </child>
267
 
      </object>
268
 
      <packing>
269
 
        <property name="expand">False</property>
270
 
        <property name="fill">False</property>
271
 
        <property name="padding">6</property>
272
 
        <property name="position">2</property>
273
 
      </packing>
274
 
    </child>
275
 
  </object>
276
 
</interface>