~severinh/ubuntu/natty/lottanzb/merge-from-sid

« back to all changes in this revision

Viewing changes to data/glade/server_dialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): Severin Heiniger
  • Date: 2009-11-27 23:15:53 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091127231553-7x6zt0l45nrvxrxq
Tags: 0.5.2-1
* New upstream release.

* debian/control:
  + Bump Standards-Version to 3.8.3.
  + Add intltool to Build-Depends.
  + Remove python-kiwi from Build-Depends-Indep.
  + Remove python-setuptools from Build-Depends.
  + Remove python-glade2 from Depends.
  + Bump python build and runtime dependency to 2.5.
  + Bump python-gtk2 dependency to >= 2.14.
  + Remove python-openssl from Recommends as it's already part
    of hellanzb's Depends.
  + Minor description update based on README.
  + Remove unrar from Depends to prevent the package from being
    moved from main to contrib (Closes: #523851).
* debian/copyright:
  + Add lottanzb/external/builderloader.py copyright notice.
* debian/rules:
  + Fix lintian warnings: dh_desktop-is-deprecated and
    dh_desktop-is-deprecated.
  + CHANGELOG has been renamed to NEWS.
* debian/manpages, lottanzb.1:
  + Use the man page included in the source tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="server_dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="modal">True</property>
8
 
    <property name="window_position">GTK_WIN_POS_CENTER</property>
9
 
    <property name="icon_name">lottanzb</property>
10
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
11
 
    <property name="has_separator">False</property>
12
 
    <child internal-child="vbox">
13
 
      <widget class="GtkVBox" id="vbox1">
14
 
        <property name="visible">True</property>
15
 
        <property name="spacing">2</property>
16
 
        <child>
17
 
          <widget class="GtkVBox" id="vbox2">
18
 
            <property name="visible">True</property>
19
 
            <property name="extension_events">GDK_EXTENSION_EVENTS_CURSOR</property>
20
 
            <property name="border_width">5</property>
21
 
            <property name="spacing">18</property>
22
 
            <child>
23
 
              <widget class="GtkVBox" id="vbox3">
24
 
                <property name="visible">True</property>
25
 
                <property name="spacing">6</property>
26
 
                <child>
27
 
                  <widget class="GtkLabel" id="general_label">
28
 
                    <property name="visible">True</property>
29
 
                    <property name="xalign">0</property>
30
 
                    <property name="yalign">1</property>
31
 
                    <property name="label" translatable="yes" context="yes">&lt;b&gt;General&lt;/b&gt;</property>
32
 
                    <property name="use_markup">True</property>
33
 
                  </widget>
34
 
                </child>
35
 
                <child>
36
 
                  <widget class="GtkAlignment" id="alignment1">
37
 
                    <property name="visible">True</property>
38
 
                    <property name="left_padding">12</property>
39
 
                    <child>
40
 
                      <widget class="GtkTable" id="table1">
41
 
                        <property name="visible">True</property>
42
 
                        <property name="n_rows">3</property>
43
 
                        <property name="n_columns">2</property>
44
 
                        <property name="column_spacing">6</property>
45
 
                        <property name="row_spacing">6</property>
46
 
                        <child>
47
 
                          <widget class="GtkLabel" id="id_label">
48
 
                            <property name="visible">True</property>
49
 
                            <property name="xalign">0</property>
50
 
                            <property name="label" translatable="yes" context="yes">_Server name:</property>
51
 
                            <property name="use_markup">True</property>
52
 
                            <property name="use_underline">True</property>
53
 
                          </widget>
54
 
                          <packing>
55
 
                            <property name="x_options">GTK_FILL</property>
56
 
                            <property name="y_options"></property>
57
 
                          </packing>
58
 
                        </child>
59
 
                        <child>
60
 
                          <widget class="GtkLabel" id="address_label">
61
 
                            <property name="visible">True</property>
62
 
                            <property name="xalign">0</property>
63
 
                            <property name="label" translatable="yes" context="yes">_Address:</property>
64
 
                            <property name="use_markup">True</property>
65
 
                            <property name="use_underline">True</property>
66
 
                          </widget>
67
 
                          <packing>
68
 
                            <property name="top_attach">1</property>
69
 
                            <property name="bottom_attach">2</property>
70
 
                            <property name="x_options">GTK_FILL</property>
71
 
                            <property name="y_options"></property>
72
 
                          </packing>
73
 
                        </child>
74
 
                        <child>
75
 
                          <widget class="GtkLabel" id="port_label">
76
 
                            <property name="visible">True</property>
77
 
                            <property name="xalign">0</property>
78
 
                            <property name="label" translatable="yes" context="yes">_Port:</property>
79
 
                            <property name="use_markup">True</property>
80
 
                            <property name="use_underline">True</property>
81
 
                          </widget>
82
 
                          <packing>
83
 
                            <property name="top_attach">2</property>
84
 
                            <property name="bottom_attach">3</property>
85
 
                            <property name="x_options">GTK_FILL</property>
86
 
                            <property name="y_options"></property>
87
 
                          </packing>
88
 
                        </child>
89
 
                        <child>
90
 
                          <widget class="GtkEntry" id="id">
91
 
                            <property name="visible">True</property>
92
 
                          </widget>
93
 
                          <packing>
94
 
                            <property name="left_attach">1</property>
95
 
                            <property name="right_attach">2</property>
96
 
                            <property name="y_options">GTK_FILL</property>
97
 
                          </packing>
98
 
                        </child>
99
 
                        <child>
100
 
                          <widget class="GtkEntry" id="address">
101
 
                            <property name="visible">True</property>
102
 
                          </widget>
103
 
                          <packing>
104
 
                            <property name="left_attach">1</property>
105
 
                            <property name="right_attach">2</property>
106
 
                            <property name="top_attach">1</property>
107
 
                            <property name="bottom_attach">2</property>
108
 
                            <property name="y_options">GTK_FILL</property>
109
 
                          </packing>
110
 
                        </child>
111
 
                        <child>
112
 
                          <widget class="GtkSpinButton" id="port">
113
 
                            <property name="visible">True</property>
114
 
                            <property name="is_focus">True</property>
115
 
                            <property name="adjustment">119 0 65535 1 10 0</property>
116
 
                          </widget>
117
 
                          <packing>
118
 
                            <property name="left_attach">1</property>
119
 
                            <property name="right_attach">2</property>
120
 
                            <property name="top_attach">2</property>
121
 
                            <property name="bottom_attach">3</property>
122
 
                          </packing>
123
 
                        </child>
124
 
                      </widget>
125
 
                    </child>
126
 
                  </widget>
127
 
                  <packing>
128
 
                    <property name="position">1</property>
129
 
                  </packing>
130
 
                </child>
131
 
              </widget>
132
 
              <packing>
133
 
                <property name="expand">False</property>
134
 
              </packing>
135
 
            </child>
136
 
            <child>
137
 
              <widget class="GtkVBox" id="vbox4">
138
 
                <property name="visible">True</property>
139
 
                <property name="spacing">6</property>
140
 
                <child>
141
 
                  <widget class="GtkLabel" id="login_label">
142
 
                    <property name="visible">True</property>
143
 
                    <property name="xalign">0</property>
144
 
                    <property name="yalign">1</property>
145
 
                    <property name="label" translatable="yes" context="yes">&lt;b&gt;Authentication&lt;/b&gt;</property>
146
 
                    <property name="use_markup">True</property>
147
 
                  </widget>
148
 
                </child>
149
 
                <child>
150
 
                  <widget class="GtkAlignment" id="alignment2">
151
 
                    <property name="visible">True</property>
152
 
                    <property name="left_padding">12</property>
153
 
                    <child>
154
 
                      <widget class="GtkTable" id="table2">
155
 
                        <property name="visible">True</property>
156
 
                        <property name="n_rows">3</property>
157
 
                        <property name="n_columns">2</property>
158
 
                        <property name="column_spacing">6</property>
159
 
                        <property name="row_spacing">6</property>
160
 
                        <child>
161
 
                          <widget class="GtkCheckButton" id="auth_required">
162
 
                            <property name="visible">True</property>
163
 
                            <property name="label" translatable="yes" context="yes">Server requires authentication</property>
164
 
                            <property name="response_id">0</property>
165
 
                            <property name="active">True</property>
166
 
                            <property name="draw_indicator">True</property>
167
 
                          </widget>
168
 
                          <packing>
169
 
                            <property name="right_attach">2</property>
170
 
                            <property name="y_options"></property>
171
 
                          </packing>
172
 
                        </child>
173
 
                        <child>
174
 
                          <widget class="GtkLabel" id="username_label">
175
 
                            <property name="visible">True</property>
176
 
                            <property name="xalign">0</property>
177
 
                            <property name="label" translatable="yes" context="yes">_Username:</property>
178
 
                            <property name="use_markup">True</property>
179
 
                            <property name="use_underline">True</property>
180
 
                          </widget>
181
 
                          <packing>
182
 
                            <property name="top_attach">1</property>
183
 
                            <property name="bottom_attach">2</property>
184
 
                            <property name="x_options">GTK_FILL</property>
185
 
                            <property name="y_options"></property>
186
 
                          </packing>
187
 
                        </child>
188
 
                        <child>
189
 
                          <widget class="GtkLabel" id="password_label">
190
 
                            <property name="visible">True</property>
191
 
                            <property name="xalign">0</property>
192
 
                            <property name="label" translatable="yes" context="yes">_Password:</property>
193
 
                            <property name="use_markup">True</property>
194
 
                            <property name="use_underline">True</property>
195
 
                          </widget>
196
 
                          <packing>
197
 
                            <property name="top_attach">2</property>
198
 
                            <property name="bottom_attach">3</property>
199
 
                            <property name="x_options">GTK_FILL</property>
200
 
                            <property name="y_options"></property>
201
 
                          </packing>
202
 
                        </child>
203
 
                        <child>
204
 
                          <widget class="GtkEntry" id="username">
205
 
                            <property name="visible">True</property>
206
 
                          </widget>
207
 
                          <packing>
208
 
                            <property name="left_attach">1</property>
209
 
                            <property name="right_attach">2</property>
210
 
                            <property name="top_attach">1</property>
211
 
                            <property name="bottom_attach">2</property>
212
 
                            <property name="y_options">GTK_FILL</property>
213
 
                          </packing>
214
 
                        </child>
215
 
                        <child>
216
 
                          <widget class="GtkEntry" id="password">
217
 
                            <property name="visible">True</property>
218
 
                            <property name="visibility">False</property>
219
 
                          </widget>
220
 
                          <packing>
221
 
                            <property name="left_attach">1</property>
222
 
                            <property name="right_attach">2</property>
223
 
                            <property name="top_attach">2</property>
224
 
                            <property name="bottom_attach">3</property>
225
 
                            <property name="y_options">GTK_FILL</property>
226
 
                          </packing>
227
 
                        </child>
228
 
                      </widget>
229
 
                    </child>
230
 
                  </widget>
231
 
                  <packing>
232
 
                    <property name="position">1</property>
233
 
                  </packing>
234
 
                </child>
235
 
              </widget>
236
 
              <packing>
237
 
                <property name="expand">False</property>
238
 
                <property name="position">1</property>
239
 
              </packing>
240
 
            </child>
241
 
            <child>
242
 
              <widget class="GtkVBox" id="vbox5">
243
 
                <property name="visible">True</property>
244
 
                <property name="spacing">6</property>
245
 
                <child>
246
 
                  <widget class="GtkLabel" id="connection_label">
247
 
                    <property name="visible">True</property>
248
 
                    <property name="xalign">0</property>
249
 
                    <property name="yalign">1</property>
250
 
                    <property name="label" translatable="yes" context="yes">&lt;b&gt;Connection Settings&lt;/b&gt;</property>
251
 
                    <property name="use_markup">True</property>
252
 
                  </widget>
253
 
                </child>
254
 
                <child>
255
 
                  <widget class="GtkAlignment" id="alignment3">
256
 
                    <property name="visible">True</property>
257
 
                    <property name="left_padding">12</property>
258
 
                    <child>
259
 
                      <widget class="GtkTable" id="table3">
260
 
                        <property name="visible">True</property>
261
 
                        <property name="n_rows">2</property>
262
 
                        <property name="n_columns">2</property>
263
 
                        <property name="column_spacing">6</property>
264
 
                        <property name="row_spacing">6</property>
265
 
                        <child>
266
 
                          <widget class="GtkCheckButton" id="ssl">
267
 
                            <property name="visible">True</property>
268
 
                            <property name="label" translatable="yes" context="yes">Enable SSL encryption</property>
269
 
                            <property name="response_id">0</property>
270
 
                            <property name="draw_indicator">True</property>
271
 
                          </widget>
272
 
                          <packing>
273
 
                            <property name="right_attach">2</property>
274
 
                          </packing>
275
 
                        </child>
276
 
                        <child>
277
 
                          <widget class="GtkLabel" id="connections_label">
278
 
                            <property name="visible">True</property>
279
 
                            <property name="xalign">0</property>
280
 
                            <property name="label" translatable="yes" context="yes">Maximum number of connections:</property>
281
 
                            <property name="use_markup">True</property>
282
 
                            <property name="use_underline">True</property>
283
 
                          </widget>
284
 
                          <packing>
285
 
                            <property name="top_attach">1</property>
286
 
                            <property name="bottom_attach">2</property>
287
 
                          </packing>
288
 
                        </child>
289
 
                        <child>
290
 
                          <widget class="GtkSpinButton" id="connections">
291
 
                            <property name="visible">True</property>
292
 
                            <property name="is_focus">True</property>
293
 
                            <property name="adjustment">6 0 100 1 10 0</property>
294
 
                          </widget>
295
 
                          <packing>
296
 
                            <property name="left_attach">1</property>
297
 
                            <property name="right_attach">2</property>
298
 
                            <property name="top_attach">1</property>
299
 
                            <property name="bottom_attach">2</property>
300
 
                          </packing>
301
 
                        </child>
302
 
                      </widget>
303
 
                    </child>
304
 
                  </widget>
305
 
                  <packing>
306
 
                    <property name="position">1</property>
307
 
                  </packing>
308
 
                </child>
309
 
              </widget>
310
 
              <packing>
311
 
                <property name="expand">False</property>
312
 
                <property name="position">2</property>
313
 
              </packing>
314
 
            </child>
315
 
          </widget>
316
 
          <packing>
317
 
            <property name="position">1</property>
318
 
          </packing>
319
 
        </child>
320
 
        <child internal-child="action_area">
321
 
          <widget class="GtkHButtonBox" id="action_area1">
322
 
            <property name="visible">True</property>
323
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
324
 
            <child>
325
 
              <widget class="GtkButton" id="cancel">
326
 
                <property name="visible">True</property>
327
 
                <property name="label" context="yes">gtk-cancel</property>
328
 
                <property name="use_stock">True</property>
329
 
                <property name="response_id">-6</property>
330
 
              </widget>
331
 
            </child>
332
 
            <child>
333
 
              <widget class="GtkButton" id="save">
334
 
                <property name="visible">True</property>
335
 
                <property name="is_focus">True</property>
336
 
                <property name="label" context="yes">gtk-ok</property>
337
 
                <property name="use_stock">True</property>
338
 
                <property name="response_id">-5</property>
339
 
              </widget>
340
 
              <packing>
341
 
                <property name="position">1</property>
342
 
              </packing>
343
 
            </child>
344
 
          </widget>
345
 
          <packing>
346
 
            <property name="expand">False</property>
347
 
            <property name="pack_type">GTK_PACK_END</property>
348
 
          </packing>
349
 
        </child>
350
 
      </widget>
351
 
    </child>
352
 
  </widget>
353
 
</glade-interface>