~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to plugins/notifyosd/notifyosdprefs_pane.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.16 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkWindow" id="prefs_window">
6
 
    <child>
7
 
      <widget class="GtkVBox" id="prefs_pane">
8
 
        <property name="visible">True</property>
9
 
        <property name="border_width">3</property>
10
 
        <child>
11
 
          <widget class="GtkFrame" id="show_notifications">
12
 
            <property name="visible">True</property>
13
 
            <property name="label_xalign">0</property>
14
 
            <child>
15
 
              <widget class="GtkAlignment" id="alignment2">
16
 
                <property name="visible">True</property>
17
 
                <property name="top_padding">5</property>
18
 
                <property name="bottom_padding">5</property>
19
 
                <property name="left_padding">5</property>
20
 
                <property name="right_padding">5</property>
21
 
                <child>
22
 
                  <widget class="GtkVBox" id="vbox1">
23
 
                    <property name="visible">True</property>
24
 
                    <property name="orientation">vertical</property>
25
 
                    <child>
26
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/notify_play">
27
 
                        <property name="label" translatable="yes">On Track Change</property>
28
 
                        <property name="visible">True</property>
29
 
                        <property name="can_focus">True</property>
30
 
                        <property name="receives_default">False</property>
31
 
                        <property name="border_width">2</property>
32
 
                        <property name="active">True</property>
33
 
                        <property name="draw_indicator">True</property>
34
 
                      </widget>
35
 
                      <packing>
36
 
                        <property name="position">0</property>
37
 
                      </packing>
38
 
                    </child>
39
 
                    <child>
40
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/notify_pause">
41
 
                        <property name="label" translatable="yes">On Playback Start, Pause or Stop</property>
42
 
                        <property name="visible">True</property>
43
 
                        <property name="can_focus">True</property>
44
 
                        <property name="receives_default">False</property>
45
 
                        <property name="border_width">2</property>
46
 
                        <property name="active">True</property>
47
 
                        <property name="draw_indicator">True</property>
48
 
                      </widget>
49
 
                      <packing>
50
 
                        <property name="expand">False</property>
51
 
                        <property name="position">1</property>
52
 
                      </packing>
53
 
                    </child>
54
 
                    <child>
55
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/tray_hover">
56
 
                        <property name="label" translatable="yes">On Tray Icon Hover</property>
57
 
                        <property name="visible">True</property>
58
 
                        <property name="can_focus">True</property>
59
 
                        <property name="receives_default">False</property>
60
 
                        <property name="border_width">2</property>
61
 
                        <property name="active">True</property>
62
 
                        <property name="draw_indicator">True</property>
63
 
                      </widget>
64
 
                      <packing>
65
 
                        <property name="expand">False</property>
66
 
                        <property name="position">2</property>
67
 
                      </packing>
68
 
                    </child>
69
 
                    <child>
70
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/show_when_focused">
71
 
                        <property name="label" translatable="yes">When GUI is Focused</property>
72
 
                        <property name="visible">True</property>
73
 
                        <property name="can_focus">True</property>
74
 
                        <property name="receives_default">False</property>
75
 
                        <property name="draw_indicator">True</property>
76
 
                      </widget>
77
 
                      <packing>
78
 
                        <property name="position">3</property>
79
 
                      </packing>
80
 
                    </child>
81
 
                    <child>
82
 
                      <placeholder/>
83
 
                    </child>
84
 
                  </widget>
85
 
                </child>
86
 
              </widget>
87
 
            </child>
88
 
            <child>
89
 
              <widget class="GtkLabel" id="label9">
90
 
                <property name="visible">True</property>
91
 
                <property name="label" translatable="yes">&lt;b&gt;Display&lt;/b&gt;</property>
92
 
                <property name="use_markup">True</property>
93
 
              </widget>
94
 
              <packing>
95
 
                <property name="type">label_item</property>
96
 
              </packing>
97
 
            </child>
98
 
          </widget>
99
 
          <packing>
100
 
            <property name="expand">False</property>
101
 
            <property name="padding">5</property>
102
 
            <property name="position">0</property>
103
 
          </packing>
104
 
        </child>
105
 
        <child>
106
 
          <widget class="GtkFrame" id="display_icons">
107
 
            <property name="visible">True</property>
108
 
            <property name="label_xalign">0</property>
109
 
            <child>
110
 
              <widget class="GtkAlignment" id="alignment3">
111
 
                <property name="visible">True</property>
112
 
                <property name="top_padding">5</property>
113
 
                <property name="bottom_padding">5</property>
114
 
                <property name="left_padding">5</property>
115
 
                <property name="right_padding">5</property>
116
 
                <child>
117
 
                  <widget class="GtkVBox" id="vbox2">
118
 
                    <property name="visible">True</property>
119
 
                    <property name="orientation">vertical</property>
120
 
                    <child>
121
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/covers">
122
 
                        <property name="label" translatable="yes">Use Album Covers As Icons</property>
123
 
                        <property name="visible">True</property>
124
 
                        <property name="can_focus">True</property>
125
 
                        <property name="receives_default">False</property>
126
 
                        <property name="yalign">0.49000000953674316</property>
127
 
                        <property name="active">True</property>
128
 
                        <property name="draw_indicator">True</property>
129
 
                      </widget>
130
 
                      <packing>
131
 
                        <property name="expand">False</property>
132
 
                        <property name="position">0</property>
133
 
                      </packing>
134
 
                    </child>
135
 
                    <child>
136
 
                      <widget class="GtkCheckButton" id="plugin/notifyosd/media_icons">
137
 
                        <property name="label" translatable="yes">Use Media Icons For Pause, Stop and Resume</property>
138
 
                        <property name="visible">True</property>
139
 
                        <property name="can_focus">True</property>
140
 
                        <property name="receives_default">False</property>
141
 
                        <property name="active">True</property>
142
 
                        <property name="draw_indicator">True</property>
143
 
                      </widget>
144
 
                      <packing>
145
 
                        <property name="expand">False</property>
146
 
                        <property name="position">1</property>
147
 
                      </packing>
148
 
                    </child>
149
 
                  </widget>
150
 
                </child>
151
 
              </widget>
152
 
            </child>
153
 
            <child>
154
 
              <widget class="GtkLabel" id="label2">
155
 
                <property name="visible">True</property>
156
 
                <property name="label" translatable="yes">&lt;b&gt;Icons&lt;/b&gt;</property>
157
 
                <property name="use_markup">True</property>
158
 
              </widget>
159
 
              <packing>
160
 
                <property name="type">label_item</property>
161
 
              </packing>
162
 
            </child>
163
 
          </widget>
164
 
          <packing>
165
 
            <property name="expand">False</property>
166
 
            <property name="padding">5</property>
167
 
            <property name="position">1</property>
168
 
          </packing>
169
 
        </child>
170
 
        <child>
171
 
          <widget class="GtkFrame" id="message_settings">
172
 
            <property name="visible">True</property>
173
 
            <property name="label_xalign">0</property>
174
 
            <child>
175
 
              <widget class="GtkAlignment" id="alignment1">
176
 
                <property name="visible">True</property>
177
 
                <property name="top_padding">5</property>
178
 
                <property name="bottom_padding">5</property>
179
 
                <property name="left_padding">5</property>
180
 
                <property name="right_padding">5</property>
181
 
                <child>
182
 
                  <widget class="GtkTable" id="table1">
183
 
                    <property name="visible">True</property>
184
 
                    <property name="n_rows">4</property>
185
 
                    <property name="n_columns">2</property>
186
 
                    <property name="column_spacing">3</property>
187
 
                    <property name="row_spacing">3</property>
188
 
                    <child>
189
 
                      <widget class="GtkLabel" id="label3">
190
 
                        <property name="visible">True</property>
191
 
                        <property name="xalign">1</property>
192
 
                        <property name="label" translatable="yes">Artist Line:</property>
193
 
                      </widget>
194
 
                      <packing>
195
 
                        <property name="top_attach">2</property>
196
 
                        <property name="bottom_attach">3</property>
197
 
                        <property name="x_options">GTK_FILL</property>
198
 
                      </packing>
199
 
                    </child>
200
 
                    <child>
201
 
                      <widget class="GtkLabel" id="label5">
202
 
                        <property name="visible">True</property>
203
 
                        <property name="label" translatable="yes">The tags "%(title)s", "%(artist)s", and "%(album)s" will be replaced by their respective values. The title will be replaced by "Unknown" if it is empty.</property>
204
 
                        <property name="use_markup">True</property>
205
 
                        <property name="justify">fill</property>
206
 
                        <property name="wrap">True</property>
207
 
                      </widget>
208
 
                      <packing>
209
 
                        <property name="right_attach">2</property>
210
 
                      </packing>
211
 
                    </child>
212
 
                    <child>
213
 
                      <widget class="GtkLabel" id="label6">
214
 
                        <property name="visible">True</property>
215
 
                        <property name="xalign">1</property>
216
 
                        <property name="label" translatable="yes">Summary:</property>
217
 
                      </widget>
218
 
                      <packing>
219
 
                        <property name="top_attach">1</property>
220
 
                        <property name="bottom_attach">2</property>
221
 
                        <property name="x_options">GTK_FILL</property>
222
 
                      </packing>
223
 
                    </child>
224
 
                    <child>
225
 
                      <widget class="GtkEntry" id="plugin/notifyosd/summary">
226
 
                        <property name="visible">True</property>
227
 
                        <property name="can_focus">True</property>
228
 
                        <property name="invisible_char">&#x2022;</property>
229
 
                        <property name="caps_lock_warning">False</property>
230
 
                      </widget>
231
 
                      <packing>
232
 
                        <property name="left_attach">1</property>
233
 
                        <property name="right_attach">2</property>
234
 
                        <property name="top_attach">1</property>
235
 
                        <property name="bottom_attach">2</property>
236
 
                        <property name="x_padding">5</property>
237
 
                      </packing>
238
 
                    </child>
239
 
                    <child>
240
 
                      <widget class="GtkEntry" id="plugin/notifyosd/bodyartist">
241
 
                        <property name="visible">True</property>
242
 
                        <property name="can_focus">True</property>
243
 
                        <property name="invisible_char">&#x2022;</property>
244
 
                        <property name="caps_lock_warning">False</property>
245
 
                      </widget>
246
 
                      <packing>
247
 
                        <property name="left_attach">1</property>
248
 
                        <property name="right_attach">2</property>
249
 
                        <property name="top_attach">2</property>
250
 
                        <property name="bottom_attach">3</property>
251
 
                        <property name="x_padding">5</property>
252
 
                      </packing>
253
 
                    </child>
254
 
                    <child>
255
 
                      <widget class="GtkEntry" id="plugin/notifyosd/bodyalbum">
256
 
                        <property name="visible">True</property>
257
 
                        <property name="can_focus">True</property>
258
 
                        <property name="invisible_char">&#x2022;</property>
259
 
                        <property name="caps_lock_warning">False</property>
260
 
                      </widget>
261
 
                      <packing>
262
 
                        <property name="left_attach">1</property>
263
 
                        <property name="right_attach">2</property>
264
 
                        <property name="top_attach">3</property>
265
 
                        <property name="bottom_attach">4</property>
266
 
                        <property name="x_padding">5</property>
267
 
                      </packing>
268
 
                    </child>
269
 
                    <child>
270
 
                      <widget class="GtkLabel" id="label4">
271
 
                        <property name="visible">True</property>
272
 
                        <property name="xalign">1</property>
273
 
                        <property name="label" translatable="yes">Album Line:</property>
274
 
                      </widget>
275
 
                      <packing>
276
 
                        <property name="top_attach">3</property>
277
 
                        <property name="bottom_attach">4</property>
278
 
                        <property name="x_options">GTK_FILL</property>
279
 
                      </packing>
280
 
                    </child>
281
 
                  </widget>
282
 
                </child>
283
 
              </widget>
284
 
            </child>
285
 
            <child>
286
 
              <widget class="GtkLabel" id="label1">
287
 
                <property name="visible">True</property>
288
 
                <property name="label" translatable="yes">&lt;b&gt;Content&lt;/b&gt;</property>
289
 
                <property name="use_markup">True</property>
290
 
              </widget>
291
 
              <packing>
292
 
                <property name="type">label_item</property>
293
 
              </packing>
294
 
            </child>
295
 
          </widget>
296
 
          <packing>
297
 
            <property name="expand">False</property>
298
 
            <property name="padding">5</property>
299
 
            <property name="position">2</property>
300
 
          </packing>
301
 
        </child>
302
 
      </widget>
303
 
    </child>
304
 
  </widget>
305
 
</glade-interface>