~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to plugins/magnatune/magnatune-prefs.ui

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-03-09 07:24:47 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120309072447-ltf9ea8d9vj5zmiy
Tags: 2.95.5-0ubuntu1
* New upstream release. (LP: #949424)
  - Add support for allowing plug-ins to specify that they should be
    enabled by default. (LP: #934235)
  - Magnatune plug-in is re-enabled upstream.
  - Removal of gtk_dialog_run in most all cases.
  - Porting of more plug-ins to python-gi. 
* debian/control, debian/*.install:
  - Remove the useless coherence plug-in install file.
  - Move some core plug-ins into main rhythmbox package.
    + audiocd, generic-player, iradio, mmkeys, power-manager, rb
  - Split out the NPAPI plug-in to a separate package.
  - Split out the zeitgeist plug-in to a separate package.
  - Split out the magnatune store plug-in to a separate package.
  - Split out the visualizer plug-in to a separate package.
    + Disable building the visualizer plug-in package, as it needs
      libmx which is in universe and not main.
* debian/patches/*:
  - Refreshed patches against new source that had problems applying.
  - Remvoe the mpris name patch which is included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 2.12 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkListStore" id="model1">
6
 
    <columns>
7
 
      <!-- column-name gchararray -->
8
 
      <column type="gchararray"/>
9
 
    </columns>
10
 
    <data>
11
 
      <row>
12
 
        <col id="0" translatable="yes">January (01)</col>
13
 
      </row>
14
 
      <row>
15
 
        <col id="0" translatable="yes">February (02)</col>
16
 
      </row>
17
 
      <row>
18
 
        <col id="0" translatable="yes">March (03)</col>
19
 
      </row>
20
 
      <row>
21
 
        <col id="0" translatable="yes">April (04)</col>
22
 
      </row>
23
 
      <row>
24
 
        <col id="0" translatable="yes">May (05)</col>
25
 
      </row>
26
 
      <row>
27
 
        <col id="0" translatable="yes">June (06)</col>
28
 
      </row>
29
 
      <row>
30
 
        <col id="0" translatable="yes">July (07)</col>
31
 
      </row>
32
 
      <row>
33
 
        <col id="0" translatable="yes">August (08)</col>
34
 
      </row>
35
 
      <row>
36
 
        <col id="0" translatable="yes">September (09)</col>
37
 
      </row>
38
 
      <row>
39
 
        <col id="0" translatable="yes">October (10)</col>
40
 
      </row>
41
 
      <row>
42
 
        <col id="0" translatable="yes">November (11)</col>
43
 
      </row>
44
 
      <row>
45
 
        <col id="0" translatable="yes">December (12)</col>
46
 
      </row>
47
 
    </data>
48
 
  </object>
49
 
  <object class="GtkListStore" id="model2">
50
 
    <columns>
51
 
      <!-- column-name gchararray -->
52
 
      <column type="gchararray"/>
53
 
    </columns>
54
 
    <data>
55
 
      <row>
56
 
        <col id="0" translatable="yes">$5 US</col>
57
 
      </row>
58
 
      <row>
59
 
        <col id="0" translatable="yes">$6 US</col>
60
 
      </row>
61
 
      <row>
62
 
        <col id="0" translatable="yes">$7 US</col>
63
 
      </row>
64
 
      <row>
65
 
        <col id="0" translatable="yes">$8 US (typical)</col>
66
 
      </row>
67
 
      <row>
68
 
        <col id="0" translatable="yes">$9 US</col>
69
 
      </row>
70
 
      <row>
71
 
        <col id="0" translatable="yes">$10 US (better than average)</col>
72
 
      </row>
73
 
      <row>
74
 
        <col id="0" translatable="yes">$11 US</col>
75
 
      </row>
76
 
      <row>
77
 
        <col id="0" translatable="yes">$12 US (generous)</col>
78
 
      </row>
79
 
      <row>
80
 
        <col id="0" translatable="yes">$13 US</col>
81
 
      </row>
82
 
      <row>
83
 
        <col id="0" translatable="yes">$14 US</col>
84
 
      </row>
85
 
      <row>
86
 
        <col id="0" translatable="yes">$15 US (VERY generous!)</col>
87
 
      </row>
88
 
      <row>
89
 
        <col id="0" translatable="yes">$16 US</col>
90
 
      </row>
91
 
      <row>
92
 
        <col id="0" translatable="yes">$17 US</col>
93
 
      </row>
94
 
      <row>
95
 
        <col id="0" translatable="yes">$18 US (We love you!)</col>
96
 
      </row>
97
 
    </data>
98
 
  </object>
99
 
  <object class="GtkListStore" id="model3">
100
 
    <columns>
101
 
      <!-- column-name gchararray -->
102
 
      <column type="gchararray"/>
103
 
    </columns>
104
 
    <data>
105
 
      <row>
106
 
        <col id="0" translatable="yes">Ogg Vorbis</col>
107
 
      </row>
108
 
      <row>
109
 
        <col id="0" translatable="yes">FLAC</col>
110
 
      </row>
111
 
      <row>
112
 
        <col id="0" translatable="yes">WAV</col>
113
 
      </row>
114
 
      <row>
115
 
        <col id="0" translatable="yes">VBR MP3</col>
116
 
      </row>
117
 
      <row>
118
 
        <col id="0" translatable="yes">128K MP3</col>
119
 
      </row>
120
 
    </data>
121
 
  </object>
122
4
  <object class="GtkVBox" id="magnatune_vbox">
123
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
124
7
    <property name="border_width">5</property>
125
 
    <property name="orientation">vertical</property>
126
8
    <property name="spacing">18</property>
127
9
    <child>
128
10
      <object class="GtkImage" id="image1">
129
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
130
13
        <property name="pixbuf">magnatune_logo_color_small.png</property>
131
14
      </object>
132
15
      <packing>
 
16
        <property name="expand">True</property>
 
17
        <property name="fill">True</property>
133
18
        <property name="position">0</property>
134
19
      </packing>
135
20
    </child>
136
21
    <child>
137
22
      <object class="GtkVBox" id="account_details_box">
138
23
        <property name="visible">True</property>
139
 
        <property name="orientation">vertical</property>
 
24
        <property name="can_focus">False</property>
140
25
        <property name="spacing">6</property>
141
26
        <child>
142
27
          <object class="GtkLabel" id="magnatune_label">
143
28
            <property name="visible">True</property>
 
29
            <property name="can_focus">False</property>
144
30
            <property name="xalign">0</property>
145
31
            <property name="label" translatable="yes">Magnatune Information</property>
146
32
          </object>
153
39
        <child>
154
40
          <object class="GtkVBox" id="vbox1">
155
41
            <property name="visible">True</property>
156
 
            <property name="orientation">vertical</property>
 
42
            <property name="can_focus">False</property>
157
43
            <child>
158
44
              <object class="GtkRadioButton" id="no_account_radio">
159
45
                <property name="label" translatable="yes">I don't have a Magnatune account</property>
160
46
                <property name="visible">True</property>
161
47
                <property name="can_focus">True</property>
162
48
                <property name="receives_default">False</property>
 
49
                <property name="use_action_appearance">False</property>
163
50
                <property name="active">True</property>
164
51
                <property name="draw_indicator">True</property>
165
 
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
 
52
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb" swapped="no"/>
166
53
              </object>
167
54
              <packing>
 
55
                <property name="expand">True</property>
 
56
                <property name="fill">True</property>
168
57
                <property name="position">0</property>
169
58
              </packing>
170
59
            </child>
174
63
                <property name="visible">True</property>
175
64
                <property name="can_focus">True</property>
176
65
                <property name="receives_default">False</property>
 
66
                <property name="use_action_appearance">False</property>
177
67
                <property name="draw_indicator">True</property>
178
68
                <property name="group">no_account_radio</property>
179
 
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
 
69
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb" swapped="no"/>
180
70
              </object>
181
71
              <packing>
 
72
                <property name="expand">True</property>
 
73
                <property name="fill">True</property>
182
74
                <property name="position">1</property>
183
75
              </packing>
184
76
            </child>
188
80
                <property name="visible">True</property>
189
81
                <property name="can_focus">True</property>
190
82
                <property name="receives_default">False</property>
 
83
                <property name="use_action_appearance">False</property>
191
84
                <property name="draw_indicator">True</property>
192
85
                <property name="group">no_account_radio</property>
193
 
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb"/>
 
86
                <signal name="toggled" handler="rb_magnatune_radio_account_toggled_cb" swapped="no"/>
194
87
              </object>
195
88
              <packing>
 
89
                <property name="expand">True</property>
 
90
                <property name="fill">True</property>
196
91
                <property name="position">2</property>
197
92
              </packing>
198
93
            </child>
199
94
            <child>
200
95
              <object class="GtkTable" id="table1">
201
96
                <property name="visible">True</property>
 
97
                <property name="can_focus">False</property>
202
98
                <property name="n_rows">2</property>
203
99
                <property name="n_columns">2</property>
204
100
                <child>
205
101
                  <object class="GtkLabel" id="username_label">
206
102
                    <property name="visible">True</property>
 
103
                    <property name="can_focus">False</property>
207
104
                    <property name="label" translatable="yes">Username:</property>
208
105
                  </object>
209
106
                </child>
210
107
                <child>
211
108
                  <object class="GtkLabel" id="password_label">
212
109
                    <property name="visible">True</property>
 
110
                    <property name="can_focus">False</property>
213
111
                    <property name="label" translatable="yes">Password:</property>
214
112
                  </object>
215
113
                  <packing>
221
119
                  <object class="GtkEntry" id="username_entry">
222
120
                    <property name="visible">True</property>
223
121
                    <property name="can_focus">True</property>
224
 
                    <property name="invisible_char">&#x25CF;</property>
225
 
                    <signal name="changed" handler="rb_magnatune_username_changed_cb"/>
 
122
                    <property name="invisible_char">●</property>
226
123
                  </object>
227
124
                  <packing>
228
125
                    <property name="left_attach">1</property>
234
131
                    <property name="visible">True</property>
235
132
                    <property name="can_focus">True</property>
236
133
                    <property name="visibility">False</property>
237
 
                    <property name="invisible_char">&#x25CF;</property>
238
 
                    <signal name="changed" handler="rb_magnatune_password_changed_cb"/>
 
134
                    <property name="invisible_char">●</property>
239
135
                  </object>
240
136
                  <packing>
241
137
                    <property name="left_attach">1</property>
246
142
                </child>
247
143
              </object>
248
144
              <packing>
 
145
                <property name="expand">True</property>
 
146
                <property name="fill">True</property>
249
147
                <property name="position">3</property>
250
148
              </packing>
251
149
            </child>
252
150
          </object>
253
151
          <packing>
 
152
            <property name="expand">True</property>
 
153
            <property name="fill">True</property>
254
154
            <property name="position">1</property>
255
155
          </packing>
256
156
        </child>
264
164
    <child>
265
165
      <object class="GtkHBox" id="hbox21">
266
166
        <property name="visible">True</property>
 
167
        <property name="can_focus">False</property>
267
168
        <child>
268
169
          <object class="GtkLabel" id="audio_label">
269
170
            <property name="visible">True</property>
 
171
            <property name="can_focus">False</property>
270
172
            <property name="xpad">8</property>
271
173
            <property name="label" translatable="yes">Preferred audio _format:</property>
272
174
            <property name="use_underline">True</property>
281
183
        <child>
282
184
          <object class="GtkComboBox" id="audio_combobox">
283
185
            <property name="visible">True</property>
 
186
            <property name="can_focus">False</property>
284
187
            <property name="model">model3</property>
285
 
            <signal name="changed" handler="rb_magnatune_audio_combobox_changed_cb"/>
 
188
            <signal name="changed" handler="rb_magnatune_audio_combobox_changed_cb" swapped="no"/>
286
189
            <child>
287
190
              <object class="GtkCellRendererText" id="renderer3"/>
288
191
              <attributes>
292
195
          </object>
293
196
          <packing>
294
197
            <property name="expand">False</property>
 
198
            <property name="fill">True</property>
295
199
            <property name="position">1</property>
296
200
          </packing>
297
201
        </child>
298
202
      </object>
299
203
      <packing>
 
204
        <property name="expand">True</property>
 
205
        <property name="fill">True</property>
300
206
        <property name="position">2</property>
301
207
      </packing>
302
208
    </child>
303
209
    <child>
304
210
      <object class="GtkVBox" id="vbox14">
305
211
        <property name="visible">True</property>
306
 
        <property name="orientation">vertical</property>
 
212
        <property name="can_focus">False</property>
307
213
        <child>
308
214
          <object class="GtkHBox" id="hbox23">
309
215
            <property name="visible">True</property>
 
216
            <property name="can_focus">False</property>
310
217
            <child>
311
218
              <object class="GtkLabel" id="label57">
312
219
                <property name="visible">True</property>
 
220
                <property name="can_focus">False</property>
313
221
                <property name="label" translatable="yes">Get an account at </property>
314
222
              </object>
315
223
              <packing>
324
232
                <property name="visible">True</property>
325
233
                <property name="can_focus">True</property>
326
234
                <property name="receives_default">True</property>
 
235
                <property name="use_action_appearance">False</property>
327
236
                <property name="relief">none</property>
328
237
                <property name="uri">http://magnatune.com/compare_plans?referal_id=rhythmbox</property>
329
238
              </object>
335
244
            </child>
336
245
          </object>
337
246
          <packing>
 
247
            <property name="expand">True</property>
 
248
            <property name="fill">True</property>
338
249
            <property name="position">0</property>
339
250
          </packing>
340
251
        </child>
341
252
        <child>
342
253
          <object class="GtkHBox" id="hbox15">
343
254
            <property name="visible">True</property>
 
255
            <property name="can_focus">False</property>
344
256
            <child>
345
257
              <object class="GtkLabel" id="label21">
346
258
                <property name="visible">True</property>
 
259
                <property name="can_focus">False</property>
347
260
                <property name="label" translatable="yes">Find out about Magnatune at </property>
348
261
                <property name="use_underline">True</property>
349
262
                <property name="mnemonic_widget">magnatune_link</property>
360
273
                <property name="visible">True</property>
361
274
                <property name="can_focus">True</property>
362
275
                <property name="receives_default">True</property>
 
276
                <property name="use_action_appearance">False</property>
363
277
                <property name="relief">none</property>
364
278
                <property name="uri">http://www.magnatune.com/info/</property>
365
279
              </object>
371
285
            </child>
372
286
          </object>
373
287
          <packing>
 
288
            <property name="expand">True</property>
 
289
            <property name="fill">True</property>
374
290
            <property name="position">1</property>
375
291
          </packing>
376
292
        </child>
377
 
        <child>
378
 
          <object class="GtkHBox" id="hbox17">
379
 
            <property name="visible">True</property>
380
 
            <child>
381
 
              <object class="GtkLabel" id="label27">
382
 
                <property name="visible">True</property>
383
 
                <property name="label" translatable="yes">Redownload purchased music at </property>
384
 
                <property name="use_underline">True</property>
385
 
                <property name="mnemonic_widget">redownload_link</property>
386
 
              </object>
387
 
              <packing>
388
 
                <property name="expand">False</property>
389
 
                <property name="fill">False</property>
390
 
                <property name="position">0</property>
391
 
              </packing>
392
 
            </child>
393
 
            <child>
394
 
              <object class="GtkLinkButton" id="redownload_link">
395
 
                <property name="label" translatable="yes">http://www.magnatune.com/info/redownload</property>
396
 
                <property name="visible">True</property>
397
 
                <property name="can_focus">True</property>
398
 
                <property name="receives_default">True</property>
399
 
                <property name="relief">none</property>
400
 
                <property name="uri">http://www.magnatune.com/info/redownload</property>
401
 
              </object>
402
 
              <packing>
403
 
                <property name="expand">False</property>
404
 
                <property name="fill">False</property>
405
 
                <property name="position">1</property>
406
 
              </packing>
407
 
            </child>
408
 
          </object>
409
 
          <packing>
410
 
            <property name="position">2</property>
411
 
          </packing>
412
 
        </child>
413
 
        <child>
414
 
          <object class="GtkLabel" id="account_changed_label">
415
 
            <property name="visible">True</property>
416
 
            <property name="label" translatable="yes">Your account details have changed. Changes will be applied the next time you start Rhythmbox.</property>
417
 
          </object>
418
 
          <packing>
419
 
            <property name="position">3</property>
420
 
          </packing>
421
 
        </child>
422
293
      </object>
423
294
      <packing>
 
295
        <property name="expand">True</property>
 
296
        <property name="fill">True</property>
424
297
        <property name="position">3</property>
425
298
      </packing>
426
299
    </child>
427
300
  </object>
 
301
  <object class="GtkListStore" id="model1">
 
302
    <columns>
 
303
      <!-- column-name gchararray -->
 
304
      <column type="gchararray"/>
 
305
    </columns>
 
306
    <data>
 
307
      <row>
 
308
        <col id="0" translatable="yes">January (01)</col>
 
309
      </row>
 
310
      <row>
 
311
        <col id="0" translatable="yes">February (02)</col>
 
312
      </row>
 
313
      <row>
 
314
        <col id="0" translatable="yes">March (03)</col>
 
315
      </row>
 
316
      <row>
 
317
        <col id="0" translatable="yes">April (04)</col>
 
318
      </row>
 
319
      <row>
 
320
        <col id="0" translatable="yes">May (05)</col>
 
321
      </row>
 
322
      <row>
 
323
        <col id="0" translatable="yes">June (06)</col>
 
324
      </row>
 
325
      <row>
 
326
        <col id="0" translatable="yes">July (07)</col>
 
327
      </row>
 
328
      <row>
 
329
        <col id="0" translatable="yes">August (08)</col>
 
330
      </row>
 
331
      <row>
 
332
        <col id="0" translatable="yes">September (09)</col>
 
333
      </row>
 
334
      <row>
 
335
        <col id="0" translatable="yes">October (10)</col>
 
336
      </row>
 
337
      <row>
 
338
        <col id="0" translatable="yes">November (11)</col>
 
339
      </row>
 
340
      <row>
 
341
        <col id="0" translatable="yes">December (12)</col>
 
342
      </row>
 
343
    </data>
 
344
  </object>
 
345
  <object class="GtkListStore" id="model2">
 
346
    <columns>
 
347
      <!-- column-name gchararray -->
 
348
      <column type="gchararray"/>
 
349
    </columns>
 
350
    <data>
 
351
      <row>
 
352
        <col id="0" translatable="yes">$5 US</col>
 
353
      </row>
 
354
      <row>
 
355
        <col id="0" translatable="yes">$6 US</col>
 
356
      </row>
 
357
      <row>
 
358
        <col id="0" translatable="yes">$7 US</col>
 
359
      </row>
 
360
      <row>
 
361
        <col id="0" translatable="yes">$8 US (typical)</col>
 
362
      </row>
 
363
      <row>
 
364
        <col id="0" translatable="yes">$9 US</col>
 
365
      </row>
 
366
      <row>
 
367
        <col id="0" translatable="yes">$10 US (better than average)</col>
 
368
      </row>
 
369
      <row>
 
370
        <col id="0" translatable="yes">$11 US</col>
 
371
      </row>
 
372
      <row>
 
373
        <col id="0" translatable="yes">$12 US (generous)</col>
 
374
      </row>
 
375
      <row>
 
376
        <col id="0" translatable="yes">$13 US</col>
 
377
      </row>
 
378
      <row>
 
379
        <col id="0" translatable="yes">$14 US</col>
 
380
      </row>
 
381
      <row>
 
382
        <col id="0" translatable="yes">$15 US (VERY generous!)</col>
 
383
      </row>
 
384
      <row>
 
385
        <col id="0" translatable="yes">$16 US</col>
 
386
      </row>
 
387
      <row>
 
388
        <col id="0" translatable="yes">$17 US</col>
 
389
      </row>
 
390
      <row>
 
391
        <col id="0" translatable="yes">$18 US (We love you!)</col>
 
392
      </row>
 
393
    </data>
 
394
  </object>
 
395
  <object class="GtkListStore" id="model3">
 
396
    <columns>
 
397
      <!-- column-name gchararray -->
 
398
      <column type="gchararray"/>
 
399
    </columns>
 
400
    <data>
 
401
      <row>
 
402
        <col id="0" translatable="yes">Ogg Vorbis</col>
 
403
      </row>
 
404
      <row>
 
405
        <col id="0" translatable="yes">FLAC</col>
 
406
      </row>
 
407
      <row>
 
408
        <col id="0" translatable="yes">WAV</col>
 
409
      </row>
 
410
      <row>
 
411
        <col id="0" translatable="yes">VBR MP3</col>
 
412
      </row>
 
413
      <row>
 
414
        <col id="0" translatable="yes">128K MP3</col>
 
415
      </row>
 
416
    </data>
 
417
  </object>
428
418
</interface>