~ubuntu-branches/ubuntu/trusty/lottanzb/trusty

« back to all changes in this revision

Viewing changes to data/ui/mode_selection_dialog.ui

  • Committer: Daniel Holbach
  • Date: 2011-02-21 07:47:30 UTC
  • mfrom: (7.1.1 natty)
  • Revision ID: daniel.holbach@canonical.com-20110221074730-9ozyhdic25bo6k2g
Tags: 0.6-1ubuntu1
* debian/lottanzb.install, debian/icons/*:
  + Add dark and light application icon for the panel menu.
* New upstream release.

* Switch to dpkg-source 3.0 (quilt) format.
* Use debhelper 7 instead of cdbs.
* Use dh_python2 instead of python-support.
* Delete superfluous debian/pyversions and debian/pycompat.

* debian/compat:
  + Bump to debhelper 7.
* debian/control:
  + Change Priority from extra to optional.
  + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
  + Remove cdbs and python-support from Build-Depends.
  + Bump debhelper to >= 7.0.50~ in Build-Depends.
  + Bump python to >= 2.6.6-3 in Build-Depends.
  + Remove python-kiwi, hellanzb and python from Depends.
  + Add python-configobj to Depends.
  + Bump python-gtk2 to >= 2.16 in Depends.
  + Bump yelp to >= 2.30 in Recommends for Mallard support.
  + Add python-apt and apturl to Recommends.
  + Add sabnzbdplus to Suggests.
  + Replace hellanzb with sabnzbdplus in Enhances.
  + Update Description.
* debian/copyright:
  + Make it machine-interpretable according to DEP-5.
  + Remove information for Kiwi code.
  + Update information for help/*.
  + Add information for lottanzb/backend/interface/multipart_post_handler.py.
* debian/lottanzb.lintian-overrides:
  + Override extra-license-file warning for documentation files.
* debian/lottanzb.menu:
  + Update application title.
* debian/patches/lock-file-name.patch:
  + Delete because fixed upstream.
* debian/rules:
  + Install into private directory /usr/share/lottanzb.

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="GtkDialog" id="mode_selection_dialog">
6
 
    <property name="width_request">550</property>
7
 
    <property name="title" translatable="yes">Select LottaNZB's usage mode</property>
8
 
    <property name="modal">True</property>
9
 
    <property name="window_position">center</property>
10
 
    <property name="default_width">320</property>
11
 
    <property name="default_height">260</property>
12
 
    <property name="icon_name">lottanzb</property>
13
 
    <property name="type_hint">normal</property>
14
 
    <property name="has_separator">False</property>
15
 
    <child internal-child="vbox">
16
 
      <object class="GtkVBox" id="dialog1-vbox">
17
 
        <property name="visible">True</property>
18
 
        <child>
19
 
          <object class="GtkVBox" id="vbox1">
20
 
            <property name="visible">True</property>
21
 
            <property name="border_width">5</property>
22
 
            <property name="spacing">12</property>
23
 
            <child>
24
 
              <object class="GtkHBox" id="hbox1">
25
 
                <property name="visible">True</property>
26
 
                <property name="spacing">12</property>
27
 
                <child>
28
 
                  <object class="GtkScrolledWindow" id="mode_list">
29
 
                    <property name="width_request">200</property>
30
 
                    <property name="visible">True</property>
31
 
                    <property name="can_focus">True</property>
32
 
                    <property name="hscrollbar_policy">automatic</property>
33
 
                    <property name="vscrollbar_policy">automatic</property>
34
 
                    <property name="shadow_type">in</property>
35
 
                    <child>
36
 
                      <object class="GtkTreeView" id="mode_list_treeview">
37
 
                        <property name="visible">True</property>
38
 
                        <property name="can_focus">True</property>
39
 
                        <property name="headers_visible">False</property>
40
 
                        <property name="headers_clickable">False</property>
41
 
                        <property name="fixed_height_mode">True</property>
42
 
                      </object>
43
 
                    </child>
44
 
                  </object>
45
 
                  <packing>
46
 
                    <property name="expand">False</property>
47
 
                    <property name="position">0</property>
48
 
                  </packing>
49
 
                </child>
50
 
                <child>
51
 
                  <object class="GtkVBox" id="vbox2">
52
 
                    <property name="visible">True</property>
53
 
                    <property name="spacing">18</property>
54
 
                    <child>
55
 
                      <object class="GtkVBox" id="vbox3">
56
 
                        <property name="visible">True</property>
57
 
                        <property name="spacing">6</property>
58
 
                        <child>
59
 
                          <object class="GtkLabel" id="name">
60
 
                            <property name="visible">True</property>
61
 
                            <property name="xalign">0</property>
62
 
                            <property name="use_markup">True</property>
63
 
                            <property name="use_underline">True</property>
64
 
                            <property name="wrap">True</property>
65
 
                          </object>
66
 
                          <packing>
67
 
                            <property name="position">0</property>
68
 
                          </packing>
69
 
                        </child>
70
 
                        <child>
71
 
                          <object class="GtkAlignment" id="alignment4">
72
 
                            <property name="visible">True</property>
73
 
                            <property name="left_padding">12</property>
74
 
                            <child>
75
 
                              <object class="GtkLabel" id="description">
76
 
                                <property name="width_request">310</property>
77
 
                                <property name="visible">True</property>
78
 
                                <property name="xalign">0</property>
79
 
                                <property name="use_markup">True</property>
80
 
                                <property name="use_underline">True</property>
81
 
                                <property name="wrap">True</property>
82
 
                              </object>
83
 
                            </child>
84
 
                          </object>
85
 
                          <packing>
86
 
                            <property name="position">1</property>
87
 
                          </packing>
88
 
                        </child>
89
 
                      </object>
90
 
                      <packing>
91
 
                        <property name="expand">False</property>
92
 
                        <property name="position">0</property>
93
 
                      </packing>
94
 
                    </child>
95
 
                    <child>
96
 
                      <object class="GtkEventBox" id="mode">
97
 
                        <property name="visible">True</property>
98
 
                        <child>
99
 
                          <placeholder/>
100
 
                        </child>
101
 
                      </object>
102
 
                      <packing>
103
 
                        <property name="expand">False</property>
104
 
                        <property name="position">1</property>
105
 
                      </packing>
106
 
                    </child>
107
 
                    <child>
108
 
                      <object class="GtkVBox" id="error_container">
109
 
                        <property name="visible">True</property>
110
 
                        <property name="spacing">6</property>
111
 
                        <child>
112
 
                          <object class="GtkLabel" id="error_header">
113
 
                            <property name="visible">True</property>
114
 
                            <property name="xalign">0</property>
115
 
                            <property name="label" translatable="yes">&lt;b&gt;Error&lt;/b&gt;</property>
116
 
                            <property name="use_markup">True</property>
117
 
                          </object>
118
 
                          <packing>
119
 
                            <property name="position">0</property>
120
 
                          </packing>
121
 
                        </child>
122
 
                        <child>
123
 
                          <object class="GtkHBox" id="hbox3">
124
 
                            <property name="visible">True</property>
125
 
                            <property name="spacing">12</property>
126
 
                            <child>
127
 
                              <object class="GtkImage" id="image2">
128
 
                                <property name="visible">True</property>
129
 
                                <property name="stock">gtk-dialog-error</property>
130
 
                              </object>
131
 
                              <packing>
132
 
                                <property name="expand">False</property>
133
 
                                <property name="position">0</property>
134
 
                              </packing>
135
 
                            </child>
136
 
                            <child>
137
 
                              <object class="GtkLabel" id="error">
138
 
                                <property name="width_request">290</property>
139
 
                                <property name="visible">True</property>
140
 
                                <property name="xalign">0</property>
141
 
                                <property name="wrap">True</property>
142
 
                              </object>
143
 
                              <packing>
144
 
                                <property name="position">1</property>
145
 
                              </packing>
146
 
                            </child>
147
 
                          </object>
148
 
                          <packing>
149
 
                            <property name="position">1</property>
150
 
                          </packing>
151
 
                        </child>
152
 
                      </object>
153
 
                      <packing>
154
 
                        <property name="expand">False</property>
155
 
                        <property name="position">2</property>
156
 
                      </packing>
157
 
                    </child>
158
 
                  </object>
159
 
                  <packing>
160
 
                    <property name="position">1</property>
161
 
                  </packing>
162
 
                </child>
163
 
              </object>
164
 
              <packing>
165
 
                <property name="position">0</property>
166
 
              </packing>
167
 
            </child>
168
 
            <child>
169
 
              <object class="GtkHBox" id="hbox2">
170
 
                <property name="visible">True</property>
171
 
                <property name="spacing">12</property>
172
 
                <child>
173
 
                  <object class="GtkImage" id="image1">
174
 
                    <property name="visible">True</property>
175
 
                    <property name="stock">gtk-info</property>
176
 
                  </object>
177
 
                  <packing>
178
 
                    <property name="expand">False</property>
179
 
                    <property name="position">0</property>
180
 
                  </packing>
181
 
                </child>
182
 
                <child>
183
 
                  <object class="GtkLabel" id="hint">
184
 
                    <property name="width_request">500</property>
185
 
                    <property name="visible">True</property>
186
 
                    <property name="xalign">0</property>
187
 
                    <property name="wrap">True</property>
188
 
                  </object>
189
 
                  <packing>
190
 
                    <property name="position">1</property>
191
 
                  </packing>
192
 
                </child>
193
 
              </object>
194
 
              <packing>
195
 
                <property name="expand">False</property>
196
 
                <property name="position">1</property>
197
 
              </packing>
198
 
            </child>
199
 
          </object>
200
 
          <packing>
201
 
            <property name="position">1</property>
202
 
          </packing>
203
 
        </child>
204
 
        <child internal-child="action_area">
205
 
          <object class="GtkHButtonBox" id="dialog1-action_area">
206
 
            <property name="visible">True</property>
207
 
            <property name="layout_style">end</property>
208
 
            <child>
209
 
              <object class="GtkButton" id="cancel">
210
 
                <property name="label">gtk-cancel</property>
211
 
                <property name="visible">True</property>
212
 
                <property name="can_focus">False</property>
213
 
                <property name="is_focus">True</property>
214
 
                <property name="receives_default">False</property>
215
 
                <property name="use_stock">True</property>
216
 
              </object>
217
 
              <packing>
218
 
                <property name="expand">False</property>
219
 
                <property name="fill">False</property>
220
 
                <property name="position">0</property>
221
 
              </packing>
222
 
            </child>
223
 
            <child>
224
 
              <object class="GtkButton" id="save">
225
 
                <property name="label">gtk-ok</property>
226
 
                <property name="visible">True</property>
227
 
                <property name="can_focus">False</property>
228
 
                <property name="receives_default">False</property>
229
 
                <property name="use_stock">True</property>
230
 
              </object>
231
 
              <packing>
232
 
                <property name="expand">False</property>
233
 
                <property name="fill">False</property>
234
 
                <property name="position">1</property>
235
 
              </packing>
236
 
            </child>
237
 
          </object>
238
 
          <packing>
239
 
            <property name="expand">False</property>
240
 
            <property name="pack_type">end</property>
241
 
            <property name="position">0</property>
242
 
          </packing>
243
 
        </child>
244
 
      </object>
245
 
    </child>
246
 
    <action-widgets>
247
 
      <action-widget response="-6">cancel</action-widget>
248
 
      <action-widget response="-5">save</action-widget>
249
 
    </action-widgets>
250
 
  </object>
251
 
</interface>