fix invalid XML char regex. Fixes #5427
[gajim.git] / data / gui / gajim_themes_window.ui
blob82062ca332420585b7189da9f9f00a7b4d96078c
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkListStore" id="liststore1">
6 <columns>
7 <!-- column-name item text -->
8 <column type="gchararray"/>
9 </columns>
10 <data>
11 <row>
12 <col id="0" translatable="yes">Account row</col>
13 </row>
14 <row>
15 <col id="0" translatable="yes">Group row</col>
16 </row>
17 <row>
18 <col id="0" translatable="yes">Contact row</col>
19 </row>
20 <row>
21 <col id="0" translatable="yes">Chat Banner</col>
22 </row>
23 </data>
24 </object>
25 <object class="GtkWindow" id="gajim_themes_window">
26 <property name="border_width">12</property>
27 <property name="title" translatable="yes">Gajim Themes Customization</property>
28 <child>
29 <object class="GtkVBox" id="vbox97">
30 <property name="visible">True</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">12</property>
33 <child>
34 <object class="GtkHBox" id="hbox2979">
35 <property name="visible">True</property>
36 <property name="border_width">6</property>
37 <property name="spacing">12</property>
38 <child>
39 <object class="GtkVBox" id="vbox98">
40 <property name="visible">True</property>
41 <property name="orientation">vertical</property>
42 <property name="spacing">6</property>
43 <child>
44 <object class="GtkScrolledWindow" id="themes_scrolledwindow">
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="hscrollbar_policy">automatic</property>
48 <property name="vscrollbar_policy">automatic</property>
49 <property name="shadow_type">in</property>
50 <child>
51 <object class="GtkTreeView" id="themes_treeview">
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="headers_visible">False</property>
55 </object>
56 </child>
57 </object>
58 <packing>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkHButtonBox" id="hbuttonbox27">
64 <property name="visible">True</property>
65 <property name="spacing">6</property>
66 <child>
67 <object class="GtkButton" id="add_button">
68 <property name="label">gtk-add</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="can_default">True</property>
72 <property name="receives_default">False</property>
73 <property name="use_stock">True</property>
74 <signal name="clicked" handler="on_add_button_clicked"/>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">False</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkButton" id="remove_button">
84 <property name="label">gtk-remove</property>
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="can_default">True</property>
88 <property name="receives_default">False</property>
89 <property name="use_stock">True</property>
90 <signal name="clicked" handler="on_remove_button_clicked"/>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">False</property>
95 <property name="position">1</property>
96 </packing>
97 </child>
98 </object>
99 <packing>
100 <property name="expand">False</property>
101 <property name="position">1</property>
102 </packing>
103 </child>
104 </object>
105 <packing>
106 <property name="position">0</property>
107 </packing>
108 </child>
109 <child>
110 <object class="GtkVBox" id="theme_options_vbox">
111 <property name="visible">True</property>
112 <property name="orientation">vertical</property>
113 <property name="spacing">6</property>
114 <child>
115 <object class="GtkComboBox" id="options_combobox">
116 <property name="visible">True</property>
117 <property name="model">liststore1</property>
118 <signal name="changed" handler="on_options_combobox_changed"/>
119 <child>
120 <object class="GtkCellRendererText" id="cellrenderertext1"/>
121 <attributes>
122 <attribute name="text">0</attribute>
123 </attributes>
124 </child>
125 </object>
126 <packing>
127 <property name="expand">False</property>
128 <property name="position">0</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkTable" id="table5">
133 <property name="visible">True</property>
134 <property name="n_rows">4</property>
135 <property name="n_columns">3</property>
136 <property name="column_spacing">6</property>
137 <property name="row_spacing">6</property>
138 <child>
139 <object class="GtkCheckButton" id="textcolor_checkbutton">
140 <property name="label" translatable="yes">Text _color:</property>
141 <property name="visible">True</property>
142 <property name="can_focus">True</property>
143 <property name="receives_default">False</property>
144 <property name="use_underline">True</property>
145 <property name="draw_indicator">True</property>
146 <signal name="toggled" handler="on_textcolor_checkbutton_toggled"/>
147 </object>
148 <packing>
149 <property name="x_options">GTK_FILL</property>
150 <property name="y_options"></property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkCheckButton" id="background_checkbutton">
155 <property name="label" translatable="yes">_Background:</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">False</property>
159 <property name="use_underline">True</property>
160 <property name="draw_indicator">True</property>
161 <signal name="toggled" handler="on_background_checkbutton_toggled"/>
162 </object>
163 <packing>
164 <property name="top_attach">1</property>
165 <property name="bottom_attach">2</property>
166 <property name="x_options">GTK_FILL</property>
167 <property name="y_options"></property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkCheckButton" id="textfont_checkbutton">
172 <property name="label" translatable="yes">Text _font:</property>
173 <property name="visible">True</property>
174 <property name="can_focus">True</property>
175 <property name="receives_default">False</property>
176 <property name="use_underline">True</property>
177 <property name="draw_indicator">True</property>
178 <signal name="toggled" handler="on_textfont_checkbutton_toggled"/>
179 </object>
180 <packing>
181 <property name="top_attach">2</property>
182 <property name="bottom_attach">3</property>
183 <property name="x_options">GTK_FILL</property>
184 <property name="y_options"></property>
185 </packing>
186 </child>
187 <child>
188 <object class="GtkLabel" id="label334">
189 <property name="visible">True</property>
190 <property name="xalign">0</property>
191 <property name="label" translatable="yes">Font style:</property>
192 <property name="use_underline">True</property>
193 <property name="mnemonic_widget">bold_togglebutton</property>
194 </object>
195 <packing>
196 <property name="top_attach">3</property>
197 <property name="bottom_attach">4</property>
198 <property name="x_options">GTK_FILL</property>
199 <property name="y_options"></property>
200 </packing>
201 </child>
202 <child>
203 <object class="GtkColorButton" id="text_colorbutton">
204 <property name="visible">True</property>
205 <property name="sensitive">False</property>
206 <property name="can_focus">True</property>
207 <property name="receives_default">False</property>
208 <signal name="color_set" handler="on_text_colorbutton_color_set"/>
209 </object>
210 <packing>
211 <property name="left_attach">2</property>
212 <property name="right_attach">3</property>
213 <property name="x_options"></property>
214 <property name="y_options"></property>
215 </packing>
216 </child>
217 <child>
218 <object class="GtkColorButton" id="background_colorbutton">
219 <property name="visible">True</property>
220 <property name="sensitive">False</property>
221 <property name="can_focus">True</property>
222 <property name="receives_default">False</property>
223 <signal name="color_set" handler="on_background_colorbutton_color_set"/>
224 </object>
225 <packing>
226 <property name="left_attach">2</property>
227 <property name="right_attach">3</property>
228 <property name="top_attach">1</property>
229 <property name="bottom_attach">2</property>
230 <property name="x_options"></property>
231 <property name="y_options"></property>
232 </packing>
233 </child>
234 <child>
235 <object class="GtkFontButton" id="text_fontbutton">
236 <property name="width_request">15</property>
237 <property name="visible">True</property>
238 <property name="sensitive">False</property>
239 <property name="can_focus">True</property>
240 <property name="receives_default">False</property>
241 <property name="show_style">False</property>
242 <signal name="font_set" handler="on_text_fontbutton_font_set"/>
243 </object>
244 <packing>
245 <property name="left_attach">1</property>
246 <property name="right_attach">3</property>
247 <property name="top_attach">2</property>
248 <property name="bottom_attach">3</property>
249 <property name="y_options"></property>
250 </packing>
251 </child>
252 <child>
253 <object class="GtkToggleButton" id="bold_togglebutton">
254 <property name="visible">True</property>
255 <property name="can_focus">True</property>
256 <property name="receives_default">False</property>
257 <property name="tooltip_text" translatable="yes">Bold</property>
258 <signal name="toggled" handler="on_bold_togglebutton_toggled"/>
259 <child>
260 <object class="GtkImage" id="image28">
261 <property name="visible">True</property>
262 <property name="stock">gtk-bold</property>
263 </object>
264 </child>
265 </object>
266 <packing>
267 <property name="left_attach">1</property>
268 <property name="right_attach">2</property>
269 <property name="top_attach">3</property>
270 <property name="bottom_attach">4</property>
271 <property name="x_options"></property>
272 <property name="y_options"></property>
273 </packing>
274 </child>
275 <child>
276 <object class="GtkToggleButton" id="italic_togglebutton">
277 <property name="visible">True</property>
278 <property name="can_focus">True</property>
279 <property name="receives_default">False</property>
280 <property name="tooltip_text" translatable="yes">Italic</property>
281 <signal name="toggled" handler="on_italic_togglebutton_toggled"/>
282 <child>
283 <object class="GtkImage" id="image29">
284 <property name="visible">True</property>
285 <property name="stock">gtk-italic</property>
286 </object>
287 </child>
288 </object>
289 <packing>
290 <property name="left_attach">2</property>
291 <property name="right_attach">3</property>
292 <property name="top_attach">3</property>
293 <property name="bottom_attach">4</property>
294 <property name="x_options"></property>
295 <property name="y_options"></property>
296 </packing>
297 </child>
298 <child>
299 <placeholder/>
300 </child>
301 <child>
302 <placeholder/>
303 </child>
304 </object>
305 <packing>
306 <property name="expand">False</property>
307 <property name="position">1</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkDrawingArea" id="drawingarea12">
312 <property name="height_request">12</property>
313 <property name="visible">True</property>
314 </object>
315 <packing>
316 <property name="position">2</property>
317 </packing>
318 </child>
319 </object>
320 <packing>
321 <property name="position">1</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkVSeparator" id="vseparator7">
326 <property name="visible">True</property>
327 </object>
328 <packing>
329 <property name="position">2</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkTable" id="theme_options_table">
334 <property name="visible">True</property>
335 <property name="n_rows">9</property>
336 <property name="n_columns">2</property>
337 <property name="column_spacing">6</property>
338 <property name="row_spacing">6</property>
339 <child>
340 <object class="GtkLabel" id="label391">
341 <property name="visible">True</property>
342 <property name="xalign">0</property>
343 <property name="label" translatable="yes">Paused</property>
344 </object>
345 <packing>
346 <property name="top_attach">4</property>
347 <property name="bottom_attach">5</property>
348 <property name="x_options">GTK_FILL</property>
349 <property name="y_options"></property>
350 </packing>
351 </child>
352 <child>
353 <object class="GtkColorButton" id="paused_colorbutton">
354 <property name="visible">True</property>
355 <property name="can_focus">True</property>
356 <property name="receives_default">False</property>
357 <signal name="color_set" handler="on_paused_colorbutton_color_set"/>
358 </object>
359 <packing>
360 <property name="left_attach">1</property>
361 <property name="right_attach">2</property>
362 <property name="top_attach">4</property>
363 <property name="bottom_attach">5</property>
364 <property name="x_options">GTK_FILL</property>
365 <property name="y_options"></property>
366 </packing>
367 </child>
368 <child>
369 <object class="GtkColorButton" id="composing_colorbutton">
370 <property name="visible">True</property>
371 <property name="can_focus">True</property>
372 <property name="receives_default">False</property>
373 <signal name="color_set" handler="on_composing_colorbutton_color_set"/>
374 </object>
375 <packing>
376 <property name="left_attach">1</property>
377 <property name="right_attach">2</property>
378 <property name="top_attach">3</property>
379 <property name="bottom_attach">4</property>
380 <property name="x_options">GTK_FILL</property>
381 <property name="y_options"></property>
382 </packing>
383 </child>
384 <child>
385 <object class="GtkLabel" id="label390">
386 <property name="visible">True</property>
387 <property name="xalign">0</property>
388 <property name="label" translatable="yes">Composing</property>
389 </object>
390 <packing>
391 <property name="top_attach">3</property>
392 <property name="bottom_attach">4</property>
393 <property name="x_options">GTK_FILL</property>
394 <property name="y_options"></property>
395 </packing>
396 </child>
397 <child>
398 <object class="GtkLabel" id="label389">
399 <property name="visible">True</property>
400 <property name="xalign">0</property>
401 <property name="label" translatable="yes">Inactive</property>
402 </object>
403 <packing>
404 <property name="top_attach">2</property>
405 <property name="bottom_attach">3</property>
406 <property name="x_options">GTK_FILL</property>
407 <property name="y_options"></property>
408 </packing>
409 </child>
410 <child>
411 <object class="GtkColorButton" id="inactive_colorbutton">
412 <property name="visible">True</property>
413 <property name="can_focus">True</property>
414 <property name="receives_default">False</property>
415 <signal name="color_set" handler="on_inactive_colorbutton_color_set"/>
416 </object>
417 <packing>
418 <property name="left_attach">1</property>
419 <property name="right_attach">2</property>
420 <property name="top_attach">2</property>
421 <property name="bottom_attach">3</property>
422 <property name="x_options">GTK_FILL</property>
423 <property name="y_options"></property>
424 </packing>
425 </child>
426 <child>
427 <object class="GtkLabel" id="label393">
428 <property name="visible">True</property>
429 <property name="ypad">5</property>
430 <property name="label" translatable="yes">&lt;b&gt;Chatstate Tab Colors&lt;/b&gt;</property>
431 <property name="use_markup">True</property>
432 </object>
433 <packing>
434 <property name="right_attach">2</property>
435 <property name="x_options">GTK_FILL</property>
436 <property name="y_options"></property>
437 </packing>
438 </child>
439 <child>
440 <object class="GtkLabel" id="label394">
441 <property name="visible">True</property>
442 <property name="xalign">0</property>
443 <property name="label" translatable="yes">Gone</property>
444 </object>
445 <packing>
446 <property name="top_attach">5</property>
447 <property name="bottom_attach">6</property>
448 <property name="x_options">GTK_FILL</property>
449 <property name="y_options"></property>
450 </packing>
451 </child>
452 <child>
453 <object class="GtkColorButton" id="gone_colorbutton">
454 <property name="visible">True</property>
455 <property name="can_focus">True</property>
456 <property name="receives_default">False</property>
457 <signal name="color_set" handler="on_gone_colorbutton_color_set"/>
458 </object>
459 <packing>
460 <property name="left_attach">1</property>
461 <property name="right_attach">2</property>
462 <property name="top_attach">5</property>
463 <property name="bottom_attach">6</property>
464 <property name="x_options">GTK_FILL</property>
465 <property name="y_options"></property>
466 </packing>
467 </child>
468 <child>
469 <object class="GtkLabel" id="label392">
470 <property name="visible">True</property>
471 <property name="xalign">0</property>
472 <property name="label" translatable="yes">MUC
473 Messages</property>
474 </object>
475 <packing>
476 <property name="top_attach">7</property>
477 <property name="bottom_attach">8</property>
478 <property name="x_options">GTK_FILL</property>
479 <property name="y_options"></property>
480 </packing>
481 </child>
482 <child>
483 <object class="GtkColorButton" id="muc_msg_colorbutton">
484 <property name="visible">True</property>
485 <property name="can_focus">True</property>
486 <property name="receives_default">False</property>
487 <signal name="color_set" handler="on_muc_msg_colorbutton_color_set"/>
488 </object>
489 <packing>
490 <property name="left_attach">1</property>
491 <property name="right_attach">2</property>
492 <property name="top_attach">7</property>
493 <property name="bottom_attach">8</property>
494 <property name="x_options">GTK_FILL</property>
495 <property name="y_options"></property>
496 </packing>
497 </child>
498 <child>
499 <object class="GtkHSeparator" id="hseparator16">
500 <property name="visible">True</property>
501 </object>
502 <packing>
503 <property name="right_attach">2</property>
504 <property name="top_attach">6</property>
505 <property name="bottom_attach">7</property>
506 <property name="x_options">GTK_FILL</property>
507 <property name="y_options">GTK_FILL</property>
508 </packing>
509 </child>
510 <child>
511 <object class="GtkLabel" id="label395">
512 <property name="visible">True</property>
513 <property name="xalign">0</property>
514 <property name="label" translatable="yes">MUC Directed
515 Messages</property>
516 </object>
517 <packing>
518 <property name="top_attach">8</property>
519 <property name="bottom_attach">9</property>
520 <property name="x_options">GTK_FILL</property>
521 <property name="y_options"></property>
522 </packing>
523 </child>
524 <child>
525 <object class="GtkColorButton" id="muc_directed_msg_colorbutton">
526 <property name="visible">True</property>
527 <property name="can_focus">True</property>
528 <property name="receives_default">False</property>
529 <signal name="color_set" handler="on_muc_directed_msg_colorbutton_color_set"/>
530 </object>
531 <packing>
532 <property name="left_attach">1</property>
533 <property name="right_attach">2</property>
534 <property name="top_attach">8</property>
535 <property name="bottom_attach">9</property>
536 <property name="x_options">GTK_FILL</property>
537 <property name="y_options"></property>
538 </packing>
539 </child>
540 <child>
541 <placeholder/>
542 </child>
543 <child>
544 <placeholder/>
545 </child>
546 </object>
547 <packing>
548 <property name="position">3</property>
549 </packing>
550 </child>
551 </object>
552 <packing>
553 <property name="position">0</property>
554 </packing>
555 </child>
556 <child>
557 <object class="GtkHButtonBox" id="hbuttonbox28">
558 <property name="visible">True</property>
559 <property name="border_width">6</property>
560 <property name="layout_style">end</property>
561 <child>
562 <object class="GtkButton" id="close_button">
563 <property name="label">gtk-close</property>
564 <property name="visible">True</property>
565 <property name="can_focus">True</property>
566 <property name="can_default">True</property>
567 <property name="receives_default">False</property>
568 <property name="use_stock">True</property>
569 <signal name="clicked" handler="on_close_button_clicked"/>
570 </object>
571 <packing>
572 <property name="expand">False</property>
573 <property name="fill">False</property>
574 <property name="position">0</property>
575 </packing>
576 </child>
577 </object>
578 <packing>
579 <property name="expand">False</property>
580 <property name="position">1</property>
581 </packing>
582 </child>
583 </object>
584 </child>
585 </object>
586 </interface>