244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<interface>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
3 |
<!-- interface-requires gtk+ 3.0 -->
|
4 |
<object class="GtkAdjustment" id="_background_gradient_adjustment"> |
|
5 |
<property name="upper">100</property> |
|
6 |
<property name="step_increment">1</property> |
|
7 |
<property name="page_increment">10</property> |
|
8 |
</object>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
9 |
<object class="GtkAdjustment" id="_key_fill_gradient_adjustment"> |
300
by marmuta
Construct GtkAdjustments before the objects they are referenced in. Works around regression caused by https://bugzilla.gnome.org/show_bug.cgi?id=576492. |
10 |
<property name="upper">100</property> |
11 |
<property name="step_increment">1</property> |
|
12 |
<property name="page_increment">10</property> |
|
13 |
</object>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
14 |
<object class="GtkAdjustment" id="_key_gradient_direction_adjustment"> |
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
15 |
<property name="lower">-180</property> |
16 |
<property name="upper">180</property> |
|
300
by marmuta
Construct GtkAdjustments before the objects they are referenced in. Works around regression caused by https://bugzilla.gnome.org/show_bug.cgi?id=576492. |
17 |
<property name="step_increment">1</property> |
18 |
<property name="page_increment">10</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
19 |
</object>
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
20 |
<object class="GtkAdjustment" id="_key_roundness_adjustment"> |
21 |
<property name="upper">100</property> |
|
22 |
<property name="step_increment">1</property> |
|
23 |
<property name="page_increment">10</property> |
|
24 |
</object>
|
|
25 |
<object class="GtkAdjustment" id="_key_shadow_size_adjustment"> |
|
26 |
<property name="upper">100</property> |
|
27 |
<property name="step_increment">1</property> |
|
28 |
<property name="page_increment">10</property> |
|
29 |
</object>
|
|
30 |
<object class="GtkAdjustment" id="_key_shadow_strength_adjustment"> |
|
31 |
<property name="upper">100</property> |
|
32 |
<property name="step_increment">1</property> |
|
33 |
<property name="page_increment">10</property> |
|
34 |
</object>
|
|
35 |
<object class="GtkAdjustment" id="_key_size_adjustment"> |
|
36 |
<property name="lower">50</property> |
|
37 |
<property name="upper">100</property> |
|
38 |
<property name="value">100</property> |
|
39 |
<property name="step_increment">1</property> |
|
40 |
<property name="page_increment">10</property> |
|
41 |
</object>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
42 |
<object class="GtkAdjustment" id="_key_stroke_gradient_adjustment"> |
43 |
<property name="upper">100</property> |
|
44 |
<property name="step_increment">1</property> |
|
45 |
<property name="page_increment">10</property> |
|
46 |
</object>
|
|
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
47 |
<object class="GtkDialog" id="customize_theme_dialog"> |
48 |
<property name="can_focus">False</property> |
|
49 |
<property name="border_width">5</property> |
|
50 |
<property name="title" translatable="yes">Customize Theme</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
51 |
<property name="resizable">False</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
52 |
<property name="modal">True</property> |
53 |
<property name="window_position">center-on-parent</property> |
|
54 |
<property name="default_width">350</property> |
|
55 |
<property name="default_height">400</property> |
|
56 |
<property name="destroy_with_parent">True</property> |
|
57 |
<property name="type_hint">dialog</property> |
|
58 |
<signal name="response" handler="on_response" swapped="no"/> |
|
59 |
<child internal-child="vbox"> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
60 |
<object class="GtkBox" id="dialog-vbox2"> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
61 |
<property name="visible">True</property> |
62 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
63 |
<property name="orientation">vertical</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
64 |
<property name="spacing">2</property> |
65 |
<child>
|
|
255
by marmuta
- Fixed bug: Font attributes don't revert when revert button was pressed |
66 |
<object class="GtkNotebook" id="theme_notebook"> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
67 |
<property name="visible">True</property> |
253
by marmuta
- Added support for simple color gradients |
68 |
<property name="can_focus">True</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
69 |
<property name="border_width">5</property> |
255
by marmuta
- Fixed bug: Font attributes don't revert when revert button was pressed |
70 |
<signal name="switch-page" handler="on_theme_notebook_switch_page" swapped="no"/> |
253
by marmuta
- Added support for simple color gradients |
71 |
<child>
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
72 |
<object class="GtkBox" id="box4"> |
253
by marmuta
- Added support for simple color gradients |
73 |
<property name="visible">True</property> |
74 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
75 |
<property name="border_width">9</property> |
76 |
<property name="orientation">vertical</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
77 |
<property name="spacing">12</property> |
253
by marmuta
- Added support for simple color gradients |
78 |
<child>
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
79 |
<object class="GtkFrame" id="frame1"> |
253
by marmuta
- Added support for simple color gradients |
80 |
<property name="visible">True</property> |
81 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
82 |
<property name="label_xalign">0</property> |
83 |
<property name="shadow_type">none</property> |
|
84 |
<child>
|
|
85 |
<object class="GtkAlignment" id="alignment1"> |
|
86 |
<property name="visible">True</property> |
|
87 |
<property name="can_focus">False</property> |
|
88 |
<property name="top_padding">6</property> |
|
89 |
<property name="left_padding">12</property> |
|
90 |
<child>
|
|
91 |
<object class="GtkBox" id="box1"> |
|
92 |
<property name="visible">True</property> |
|
93 |
<property name="can_focus">False</property> |
|
94 |
<property name="orientation">vertical</property> |
|
95 |
<property name="spacing">6</property> |
|
96 |
<child>
|
|
97 |
<object class="GtkComboBox" id="color_scheme_combobox"> |
|
98 |
<property name="visible">True</property> |
|
99 |
<property name="can_focus">False</property> |
|
100 |
<signal name="changed" handler="on_color_scheme_combobox_changed" swapped="no"/> |
|
101 |
</object>
|
|
102 |
<packing>
|
|
103 |
<property name="expand">False</property> |
|
104 |
<property name="fill">True</property> |
|
105 |
<property name="position">0</property> |
|
106 |
</packing>
|
|
107 |
</child>
|
|
108 |
</object>
|
|
109 |
</child>
|
|
110 |
</object>
|
|
111 |
</child>
|
|
112 |
<child type="label"> |
|
113 |
<object class="GtkLabel" id="label18"> |
|
114 |
<property name="visible">True</property> |
|
115 |
<property name="can_focus">False</property> |
|
116 |
<property name="label" translatable="yes">Color Sche_me</property> |
|
117 |
<property name="use_markup">True</property> |
|
118 |
<property name="use_underline">True</property> |
|
119 |
<property name="mnemonic_widget">color_scheme_combobox</property> |
|
120 |
<attributes>
|
|
121 |
<attribute name="weight" value="bold"/> |
|
122 |
</attributes>
|
|
123 |
</object>
|
|
253
by marmuta
- Added support for simple color gradients |
124 |
</child>
|
125 |
</object>
|
|
126 |
<packing>
|
|
127 |
<property name="expand">False</property> |
|
128 |
<property name="fill">True</property> |
|
129 |
<property name="position">0</property> |
|
130 |
</packing>
|
|
131 |
</child>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
132 |
<child>
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
133 |
<object class="GtkFrame" id="frame7"> |
134 |
<property name="visible">True</property> |
|
135 |
<property name="can_focus">False</property> |
|
136 |
<property name="label_xalign">0</property> |
|
137 |
<property name="shadow_type">none</property> |
|
138 |
<child>
|
|
139 |
<object class="GtkAlignment" id="gradients_box2"> |
|
140 |
<property name="visible">True</property> |
|
141 |
<property name="can_focus">False</property> |
|
142 |
<property name="top_padding">6</property> |
|
143 |
<property name="left_padding">12</property> |
|
144 |
<child>
|
|
145 |
<object class="GtkGrid" id="grid6"> |
|
146 |
<property name="visible">True</property> |
|
147 |
<property name="can_focus">False</property> |
|
148 |
<property name="row_spacing">6</property> |
|
149 |
<property name="column_spacing">6</property> |
|
150 |
<child>
|
|
913
by marmuta
Wire up background-gradient and set up a subtle one in Ambiance theme. |
151 |
<object class="GtkScale" id="background_gradient_scale"> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
152 |
<property name="visible">True</property> |
153 |
<property name="can_focus">True</property> |
|
154 |
<property name="hexpand">True</property> |
|
155 |
<property name="adjustment">_background_gradient_adjustment</property> |
|
156 |
<property name="round_digits">0</property> |
|
157 |
<property name="digits">0</property> |
|
158 |
<property name="value_pos">right</property> |
|
159 |
<accessibility>
|
|
160 |
<relation type="labelled-by" target="label12"/> |
|
161 |
</accessibility>
|
|
913
by marmuta
Wire up background-gradient and set up a subtle one in Ambiance theme. |
162 |
<signal name="value-changed" handler="on_background_gradient_value_changed" swapped="no"/> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
163 |
</object>
|
164 |
<packing>
|
|
165 |
<property name="left_attach">1</property> |
|
166 |
<property name="top_attach">0</property> |
|
167 |
<property name="width">1</property> |
|
168 |
<property name="height">1</property> |
|
169 |
</packing>
|
|
170 |
</child>
|
|
171 |
<child>
|
|
172 |
<object class="GtkLabel" id="label12"> |
|
173 |
<property name="visible">True</property> |
|
174 |
<property name="can_focus">False</property> |
|
175 |
<property name="xalign">0</property> |
|
176 |
<property name="label" translatable="yes">_Background:</property> |
|
177 |
<property name="use_underline">True</property> |
|
178 |
<accessibility>
|
|
913
by marmuta
Wire up background-gradient and set up a subtle one in Ambiance theme. |
179 |
<relation type="label-for" target="background_gradient_scale"/> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
180 |
</accessibility>
|
181 |
</object>
|
|
182 |
<packing>
|
|
183 |
<property name="left_attach">0</property> |
|
184 |
<property name="top_attach">0</property> |
|
185 |
<property name="width">1</property> |
|
186 |
<property name="height">1</property> |
|
187 |
</packing>
|
|
188 |
</child>
|
|
189 |
</object>
|
|
190 |
</child>
|
|
191 |
</object>
|
|
192 |
</child>
|
|
193 |
<child type="label"> |
|
194 |
<object class="GtkLabel" id="label24"> |
|
195 |
<property name="visible">True</property> |
|
196 |
<property name="can_focus">False</property> |
|
197 |
<property name="label" translatable="yes">Gradient</property> |
|
198 |
<property name="use_markup">True</property> |
|
199 |
<attributes>
|
|
200 |
<attribute name="weight" value="bold"/> |
|
201 |
</attributes>
|
|
202 |
</object>
|
|
203 |
</child>
|
|
204 |
</object>
|
|
205 |
<packing>
|
|
206 |
<property name="expand">False</property> |
|
207 |
<property name="fill">True</property> |
|
208 |
<property name="position">1</property> |
|
209 |
</packing>
|
|
210 |
</child>
|
|
211 |
<child>
|
|
212 |
<object class="GtkFrame" id="frame8"> |
|
213 |
<property name="visible">True</property> |
|
214 |
<property name="can_focus">False</property> |
|
215 |
<property name="label_xalign">0</property> |
|
216 |
<property name="shadow_type">none</property> |
|
217 |
<child>
|
|
218 |
<object class="GtkAlignment" id="gradients_box3"> |
|
219 |
<property name="visible">True</property> |
|
220 |
<property name="can_focus">False</property> |
|
221 |
<property name="top_padding">6</property> |
|
222 |
<property name="left_padding">12</property> |
|
223 |
<child>
|
|
224 |
<object class="GtkGrid" id="grid7"> |
|
225 |
<property name="visible">True</property> |
|
226 |
<property name="can_focus">False</property> |
|
227 |
<property name="row_spacing">6</property> |
|
228 |
<property name="column_spacing">6</property> |
|
229 |
<child>
|
|
230 |
<object class="GtkScale" id="key_gradient_direction_scale"> |
|
231 |
<property name="visible">True</property> |
|
232 |
<property name="can_focus">True</property> |
|
233 |
<property name="hexpand">True</property> |
|
234 |
<property name="adjustment">_key_gradient_direction_adjustment</property> |
|
235 |
<property name="round_digits">0</property> |
|
236 |
<property name="digits">0</property> |
|
237 |
<property name="value_pos">right</property> |
|
238 |
<accessibility>
|
|
239 |
<relation type="labelled-by" target="label25"/> |
|
240 |
</accessibility>
|
|
911
by marmuta
Wire up shadow preferences and add them to the theme. |
241 |
<signal name="value-changed" handler="on_key_gradient_direction_value_changed" swapped="no"/> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
242 |
</object>
|
243 |
<packing>
|
|
244 |
<property name="left_attach">1</property> |
|
245 |
<property name="top_attach">0</property> |
|
246 |
<property name="width">1</property> |
|
247 |
<property name="height">1</property> |
|
248 |
</packing>
|
|
249 |
</child>
|
|
250 |
<child>
|
|
251 |
<object class="GtkLabel" id="label25"> |
|
252 |
<property name="visible">True</property> |
|
253 |
<property name="can_focus">False</property> |
|
254 |
<property name="xalign">0</property> |
|
255 |
<property name="label" translatable="yes">_Angle:</property> |
|
256 |
<property name="use_underline">True</property> |
|
257 |
<accessibility>
|
|
258 |
<relation type="label-for" target="key_gradient_direction_scale"/> |
|
259 |
</accessibility>
|
|
260 |
</object>
|
|
261 |
<packing>
|
|
262 |
<property name="left_attach">0</property> |
|
263 |
<property name="top_attach">0</property> |
|
264 |
<property name="width">1</property> |
|
265 |
<property name="height">1</property> |
|
266 |
</packing>
|
|
267 |
</child>
|
|
268 |
</object>
|
|
269 |
</child>
|
|
270 |
</object>
|
|
271 |
</child>
|
|
272 |
<child type="label"> |
|
273 |
<object class="GtkLabel" id="label26"> |
|
274 |
<property name="visible">True</property> |
|
275 |
<property name="can_focus">False</property> |
|
276 |
<property name="label" translatable="yes">Light Direction</property> |
|
277 |
<property name="use_markup">True</property> |
|
278 |
<attributes>
|
|
279 |
<attribute name="weight" value="bold"/> |
|
280 |
</attributes>
|
|
281 |
</object>
|
|
282 |
</child>
|
|
283 |
</object>
|
|
284 |
<packing>
|
|
285 |
<property name="expand">False</property> |
|
286 |
<property name="fill">True</property> |
|
287 |
<property name="position">2</property> |
|
288 |
</packing>
|
|
289 |
</child>
|
|
290 |
<child>
|
|
291 |
<placeholder/>
|
|
292 |
</child>
|
|
293 |
</object>
|
|
294 |
</child>
|
|
295 |
<child type="tab"> |
|
296 |
<object class="GtkLabel" id="label9"> |
|
297 |
<property name="visible">True</property> |
|
298 |
<property name="can_focus">False</property> |
|
299 |
<property name="label" translatable="yes">Keyboard</property> |
|
300 |
</object>
|
|
301 |
<packing>
|
|
302 |
<property name="tab_fill">False</property> |
|
303 |
</packing>
|
|
304 |
</child>
|
|
305 |
<child>
|
|
306 |
<object class="GtkBox" id="box2"> |
|
307 |
<property name="visible">True</property> |
|
308 |
<property name="can_focus">False</property> |
|
309 |
<property name="border_width">9</property> |
|
310 |
<property name="orientation">vertical</property> |
|
311 |
<property name="spacing">9</property> |
|
312 |
<child>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
313 |
<object class="GtkFrame" id="frame2"> |
314 |
<property name="visible">True</property> |
|
315 |
<property name="can_focus">False</property> |
|
316 |
<property name="label_xalign">0</property> |
|
317 |
<property name="shadow_type">none</property> |
|
318 |
<child>
|
|
319 |
<object class="GtkAlignment" id="alignment2"> |
|
320 |
<property name="visible">True</property> |
|
321 |
<property name="can_focus">False</property> |
|
322 |
<property name="top_padding">6</property> |
|
323 |
<property name="left_padding">12</property> |
|
324 |
<child>
|
|
325 |
<object class="GtkGrid" id="grid4"> |
|
326 |
<property name="visible">True</property> |
|
327 |
<property name="can_focus">False</property> |
|
535
by marmuta
New theme attribute "key size". Shrink keys slightly in High Contrast Inverse and Blackboard. |
328 |
<property name="row_spacing">6</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
329 |
<property name="column_spacing">6</property> |
330 |
<child>
|
|
331 |
<object class="GtkLabel" id="label14"> |
|
332 |
<property name="visible">True</property> |
|
333 |
<property name="can_focus">False</property> |
|
334 |
<property name="xalign">0</property> |
|
335 |
<property name="label" translatable="yes">_Style:</property> |
|
336 |
<property name="use_underline">True</property> |
|
337 |
<property name="mnemonic_widget">key_style_combobox</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
338 |
<accessibility>
|
339 |
<relation type="label-for" target="key_style_combobox"/> |
|
340 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
341 |
</object>
|
342 |
<packing>
|
|
343 |
<property name="left_attach">0</property> |
|
344 |
<property name="top_attach">0</property> |
|
345 |
<property name="width">1</property> |
|
346 |
<property name="height">1</property> |
|
347 |
</packing>
|
|
348 |
</child>
|
|
349 |
<child>
|
|
350 |
<object class="GtkLabel" id="label17"> |
|
351 |
<property name="visible">True</property> |
|
352 |
<property name="can_focus">False</property> |
|
353 |
<property name="xalign">0</property> |
|
354 |
<property name="label" translatable="yes">R_oundness:</property> |
|
355 |
<property name="use_underline">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
356 |
<accessibility>
|
357 |
<relation type="label-for" target="key_roundness_scale"/> |
|
358 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
359 |
</object>
|
360 |
<packing>
|
|
361 |
<property name="left_attach">0</property> |
|
362 |
<property name="top_attach">1</property> |
|
363 |
<property name="width">1</property> |
|
364 |
<property name="height">1</property> |
|
365 |
</packing>
|
|
366 |
</child>
|
|
367 |
<child>
|
|
368 |
<object class="GtkComboBox" id="key_style_combobox"> |
|
369 |
<property name="visible">True</property> |
|
370 |
<property name="can_focus">False</property> |
|
371 |
<property name="hexpand">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
372 |
<accessibility>
|
373 |
<relation type="labelled-by" target="label14"/> |
|
374 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
375 |
<signal name="changed" handler="on_key_style_combobox_changed" swapped="no"/> |
376 |
</object>
|
|
377 |
<packing>
|
|
378 |
<property name="left_attach">1</property> |
|
379 |
<property name="top_attach">0</property> |
|
380 |
<property name="width">1</property> |
|
381 |
<property name="height">1</property> |
|
382 |
</packing>
|
|
383 |
</child>
|
|
384 |
<child>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
385 |
<object class="GtkScale" id="key_roundness_scale"> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
386 |
<property name="visible">True</property> |
387 |
<property name="can_focus">True</property> |
|
388 |
<property name="hexpand">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
389 |
<property name="adjustment">_key_roundness_adjustment</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
390 |
<property name="round_digits">0</property> |
391 |
<property name="digits">0</property> |
|
392 |
<property name="value_pos">right</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
393 |
<accessibility>
|
394 |
<relation type="labelled-by" target="label17"/> |
|
395 |
</accessibility>
|
|
396 |
<signal name="value-changed" handler="on_key_roundness_value_changed" swapped="no"/> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
397 |
</object>
|
398 |
<packing>
|
|
399 |
<property name="left_attach">1</property> |
|
400 |
<property name="top_attach">1</property> |
|
401 |
<property name="width">1</property> |
|
402 |
<property name="height">1</property> |
|
403 |
</packing>
|
|
404 |
</child>
|
|
405 |
<child>
|
|
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
406 |
<object class="GtkLabel" id="label6"> |
407 |
<property name="visible">True</property> |
|
408 |
<property name="can_focus">False</property> |
|
409 |
<property name="xalign">0</property> |
|
641
by marmuta
Varios minor tweaks. |
410 |
<property name="label" translatable="yes">S_ize:</property> |
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
411 |
<property name="use_underline">True</property> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
412 |
<accessibility>
|
413 |
<relation type="label-for" target="key_size_scale"/> |
|
414 |
</accessibility>
|
|
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
415 |
</object>
|
416 |
<packing>
|
|
417 |
<property name="left_attach">0</property> |
|
418 |
<property name="top_attach">2</property> |
|
419 |
<property name="width">1</property> |
|
420 |
<property name="height">1</property> |
|
421 |
</packing>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
422 |
</child>
|
423 |
<child>
|
|
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
424 |
<object class="GtkScale" id="key_size_scale"> |
425 |
<property name="visible">True</property> |
|
426 |
<property name="can_focus">True</property> |
|
427 |
<property name="hexpand">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
428 |
<property name="adjustment">_key_size_adjustment</property> |
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
429 |
<property name="round_digits">0</property> |
430 |
<property name="digits">0</property> |
|
431 |
<property name="value_pos">right</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
432 |
<accessibility>
|
433 |
<relation type="labelled-by" target="label6"/> |
|
434 |
</accessibility>
|
|
535
by marmuta
New theme attribute "key size". Shrink keys slightly in High Contrast Inverse and Blackboard. |
435 |
<signal name="value-changed" handler="on_key_size_value_changed" swapped="no"/> |
534
by marmuta
Better control of key_gradient_direction, change range to -180..180 clockwise (was 0..330 ccw). |
436 |
</object>
|
437 |
<packing>
|
|
438 |
<property name="left_attach">1</property> |
|
439 |
<property name="top_attach">2</property> |
|
440 |
<property name="width">1</property> |
|
441 |
<property name="height">1</property> |
|
442 |
</packing>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
443 |
</child>
|
444 |
</object>
|
|
445 |
</child>
|
|
446 |
</object>
|
|
447 |
</child>
|
|
448 |
<child type="label"> |
|
449 |
<object class="GtkLabel" id="label20"> |
|
450 |
<property name="visible">True</property> |
|
451 |
<property name="can_focus">False</property> |
|
452 |
<property name="label" translatable="yes">Key Style</property> |
|
453 |
<property name="use_markup">True</property> |
|
454 |
<attributes>
|
|
455 |
<attribute name="weight" value="bold"/> |
|
456 |
</attributes>
|
|
457 |
</object>
|
|
458 |
</child>
|
|
459 |
</object>
|
|
460 |
<packing>
|
|
461 |
<property name="expand">False</property> |
|
462 |
<property name="fill">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
463 |
<property name="position">0</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
464 |
</packing>
|
465 |
</child>
|
|
466 |
<child>
|
|
467 |
<object class="GtkFrame" id="frame3"> |
|
468 |
<property name="visible">True</property> |
|
469 |
<property name="can_focus">False</property> |
|
470 |
<property name="label_xalign">0</property> |
|
471 |
<property name="shadow_type">none</property> |
|
472 |
<child>
|
|
473 |
<object class="GtkAlignment" id="gradients_box"> |
|
474 |
<property name="visible">True</property> |
|
475 |
<property name="can_focus">False</property> |
|
476 |
<property name="top_padding">6</property> |
|
477 |
<property name="left_padding">12</property> |
|
478 |
<child>
|
|
479 |
<object class="GtkGrid" id="grid3"> |
|
480 |
<property name="visible">True</property> |
|
481 |
<property name="can_focus">False</property> |
|
535
by marmuta
New theme attribute "key size". Shrink keys slightly in High Contrast Inverse and Blackboard. |
482 |
<property name="row_spacing">6</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
483 |
<property name="column_spacing">6</property> |
484 |
<child>
|
|
485 |
<object class="GtkLabel" id="label2"> |
|
486 |
<property name="visible">True</property> |
|
487 |
<property name="can_focus">False</property> |
|
488 |
<property name="xalign">0</property> |
|
489 |
<property name="label" translatable="yes">_Key:</property> |
|
490 |
<property name="use_underline">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
491 |
<accessibility>
|
492 |
<relation type="label-for" target="key_fill_gradient_scale"/> |
|
493 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
494 |
</object>
|
495 |
<packing>
|
|
496 |
<property name="left_attach">0</property> |
|
497 |
<property name="top_attach">0</property> |
|
498 |
<property name="width">1</property> |
|
499 |
<property name="height">1</property> |
|
500 |
</packing>
|
|
501 |
</child>
|
|
502 |
<child>
|
|
503 |
<object class="GtkLabel" id="label3"> |
|
504 |
<property name="visible">True</property> |
|
505 |
<property name="can_focus">False</property> |
|
506 |
<property name="xalign">0</property> |
|
507 |
<property name="label" translatable="yes">_Border:</property> |
|
508 |
<property name="use_underline">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
509 |
<accessibility>
|
510 |
<relation type="labelled-by" target="key_stroke_gradient_scale"/> |
|
511 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
512 |
</object>
|
513 |
<packing>
|
|
514 |
<property name="left_attach">0</property> |
|
515 |
<property name="top_attach">1</property> |
|
516 |
<property name="width">1</property> |
|
517 |
<property name="height">1</property> |
|
518 |
</packing>
|
|
519 |
</child>
|
|
520 |
<child>
|
|
521 |
<object class="GtkScale" id="key_fill_gradient_scale"> |
|
522 |
<property name="visible">True</property> |
|
523 |
<property name="can_focus">True</property> |
|
524 |
<property name="hexpand">True</property> |
|
525 |
<property name="adjustment">_key_fill_gradient_adjustment</property> |
|
526 |
<property name="round_digits">0</property> |
|
527 |
<property name="digits">0</property> |
|
528 |
<property name="value_pos">right</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
529 |
<accessibility>
|
530 |
<relation type="labelled-by" target="label2"/> |
|
531 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
532 |
<signal name="value-changed" handler="on_key_fill_gradient_value_changed" swapped="no"/> |
533 |
</object>
|
|
534 |
<packing>
|
|
535 |
<property name="left_attach">1</property> |
|
536 |
<property name="top_attach">0</property> |
|
537 |
<property name="width">1</property> |
|
538 |
<property name="height">1</property> |
|
539 |
</packing>
|
|
540 |
</child>
|
|
541 |
<child>
|
|
542 |
<object class="GtkScale" id="key_stroke_gradient_scale"> |
|
543 |
<property name="visible">True</property> |
|
544 |
<property name="can_focus">True</property> |
|
545 |
<property name="hexpand">True</property> |
|
546 |
<property name="adjustment">_key_stroke_gradient_adjustment</property> |
|
547 |
<property name="round_digits">0</property> |
|
548 |
<property name="digits">0</property> |
|
549 |
<property name="value_pos">right</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
550 |
<accessibility>
|
551 |
<relation type="labelled-by" target="label3"/> |
|
552 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
553 |
<signal name="value-changed" handler="on_key_stroke_gradient_value_changed" swapped="no"/> |
554 |
</object>
|
|
555 |
<packing>
|
|
556 |
<property name="left_attach">1</property> |
|
557 |
<property name="top_attach">1</property> |
|
558 |
<property name="width">1</property> |
|
559 |
<property name="height">1</property> |
|
560 |
</packing>
|
|
561 |
</child>
|
|
562 |
</object>
|
|
563 |
</child>
|
|
564 |
</object>
|
|
565 |
</child>
|
|
566 |
<child type="label"> |
|
567 |
<object class="GtkLabel" id="label23"> |
|
568 |
<property name="visible">True</property> |
|
569 |
<property name="can_focus">False</property> |
|
570 |
<property name="label" translatable="yes">Gradients</property> |
|
571 |
<property name="use_markup">True</property> |
|
572 |
<attributes>
|
|
573 |
<attribute name="weight" value="bold"/> |
|
574 |
</attributes>
|
|
575 |
</object>
|
|
576 |
</child>
|
|
577 |
</object>
|
|
578 |
<packing>
|
|
579 |
<property name="expand">False</property> |
|
580 |
<property name="fill">True</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
581 |
<property name="position">1</property> |
582 |
</packing>
|
|
583 |
</child>
|
|
584 |
<child>
|
|
585 |
<object class="GtkFrame" id="frame6"> |
|
586 |
<property name="visible">True</property> |
|
587 |
<property name="can_focus">False</property> |
|
588 |
<property name="label_xalign">0</property> |
|
589 |
<property name="shadow_type">none</property> |
|
590 |
<child>
|
|
591 |
<object class="GtkAlignment" id="gradients_box1"> |
|
592 |
<property name="visible">True</property> |
|
593 |
<property name="can_focus">False</property> |
|
594 |
<property name="top_padding">6</property> |
|
595 |
<property name="left_padding">12</property> |
|
596 |
<child>
|
|
597 |
<object class="GtkGrid" id="grid5"> |
|
598 |
<property name="visible">True</property> |
|
599 |
<property name="can_focus">False</property> |
|
600 |
<property name="row_spacing">6</property> |
|
601 |
<property name="column_spacing">6</property> |
|
602 |
<child>
|
|
603 |
<object class="GtkLabel" id="label8"> |
|
604 |
<property name="visible">True</property> |
|
605 |
<property name="can_focus">False</property> |
|
606 |
<property name="xalign">0</property> |
|
607 |
<property name="label" translatable="yes">_Strength:</property> |
|
608 |
<property name="use_underline">True</property> |
|
609 |
<accessibility>
|
|
610 |
<relation type="label-for" target="key_shadow_strength_scale"/> |
|
611 |
</accessibility>
|
|
612 |
</object>
|
|
613 |
<packing>
|
|
614 |
<property name="left_attach">0</property> |
|
615 |
<property name="top_attach">0</property> |
|
616 |
<property name="width">1</property> |
|
617 |
<property name="height">1</property> |
|
618 |
</packing>
|
|
619 |
</child>
|
|
620 |
<child>
|
|
621 |
<object class="GtkScale" id="key_shadow_strength_scale"> |
|
622 |
<property name="visible">True</property> |
|
623 |
<property name="can_focus">True</property> |
|
624 |
<property name="hexpand">True</property> |
|
625 |
<property name="adjustment">_key_shadow_strength_adjustment</property> |
|
626 |
<property name="round_digits">0</property> |
|
627 |
<property name="digits">0</property> |
|
628 |
<property name="value_pos">right</property> |
|
629 |
<accessibility>
|
|
630 |
<relation type="labelled-by" target="label8"/> |
|
631 |
</accessibility>
|
|
911
by marmuta
Wire up shadow preferences and add them to the theme. |
632 |
<signal name="value-changed" handler="on_key_shadow_strength_value_changed" swapped="no"/> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
633 |
</object>
|
634 |
<packing>
|
|
635 |
<property name="left_attach">1</property> |
|
636 |
<property name="top_attach">0</property> |
|
637 |
<property name="width">1</property> |
|
638 |
<property name="height">1</property> |
|
639 |
</packing>
|
|
640 |
</child>
|
|
641 |
<child>
|
|
642 |
<object class="GtkLabel" id="label15"> |
|
643 |
<property name="visible">True</property> |
|
644 |
<property name="can_focus">False</property> |
|
645 |
<property name="xalign">0</property> |
|
646 |
<property name="label" translatable="yes">S_ize:</property> |
|
647 |
<property name="use_underline">True</property> |
|
648 |
<accessibility>
|
|
649 |
<relation type="label-for" target="key_shadow_size_scale"/> |
|
650 |
</accessibility>
|
|
651 |
</object>
|
|
652 |
<packing>
|
|
653 |
<property name="left_attach">0</property> |
|
654 |
<property name="top_attach">1</property> |
|
655 |
<property name="width">1</property> |
|
656 |
<property name="height">1</property> |
|
657 |
</packing>
|
|
658 |
</child>
|
|
659 |
<child>
|
|
660 |
<object class="GtkScale" id="key_shadow_size_scale"> |
|
661 |
<property name="visible">True</property> |
|
662 |
<property name="can_focus">True</property> |
|
663 |
<property name="hexpand">True</property> |
|
664 |
<property name="adjustment">_key_shadow_size_adjustment</property> |
|
665 |
<property name="round_digits">0</property> |
|
666 |
<property name="digits">0</property> |
|
667 |
<property name="value_pos">right</property> |
|
668 |
<accessibility>
|
|
669 |
<relation type="labelled-by" target="label15"/> |
|
670 |
</accessibility>
|
|
911
by marmuta
Wire up shadow preferences and add them to the theme. |
671 |
<signal name="value-changed" handler="on_key_shadow_size_value_changed" swapped="no"/> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
672 |
</object>
|
673 |
<packing>
|
|
674 |
<property name="left_attach">1</property> |
|
675 |
<property name="top_attach">1</property> |
|
676 |
<property name="width">1</property> |
|
677 |
<property name="height">1</property> |
|
678 |
</packing>
|
|
679 |
</child>
|
|
680 |
</object>
|
|
681 |
</child>
|
|
682 |
</object>
|
|
683 |
</child>
|
|
684 |
<child type="label"> |
|
685 |
<object class="GtkLabel" id="label13"> |
|
686 |
<property name="visible">True</property> |
|
687 |
<property name="can_focus">False</property> |
|
688 |
<property name="label" translatable="yes">Shadow</property> |
|
689 |
<property name="use_markup">True</property> |
|
690 |
<attributes>
|
|
691 |
<attribute name="weight" value="bold"/> |
|
692 |
</attributes>
|
|
693 |
</object>
|
|
694 |
</child>
|
|
695 |
</object>
|
|
696 |
<packing>
|
|
697 |
<property name="expand">False</property> |
|
698 |
<property name="fill">True</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
699 |
<property name="position">2</property> |
700 |
</packing>
|
|
701 |
</child>
|
|
253
by marmuta
- Added support for simple color gradients |
702 |
</object>
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
703 |
<packing>
|
704 |
<property name="position">1</property> |
|
705 |
</packing>
|
|
253
by marmuta
- Added support for simple color gradients |
706 |
</child>
|
707 |
<child type="tab"> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
708 |
<object class="GtkLabel" id="label7"> |
253
by marmuta
- Added support for simple color gradients |
709 |
<property name="visible">True</property> |
710 |
<property name="can_focus">False</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
711 |
<property name="label" translatable="yes">Keys</property> |
253
by marmuta
- Added support for simple color gradients |
712 |
</object>
|
713 |
<packing>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
714 |
<property name="position">1</property> |
253
by marmuta
- Added support for simple color gradients |
715 |
<property name="tab_fill">False</property> |
716 |
</packing>
|
|
717 |
</child>
|
|
718 |
<child>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
719 |
<object class="GtkBox" id="box3"> |
253
by marmuta
- Added support for simple color gradients |
720 |
<property name="visible">True</property> |
721 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
722 |
<property name="border_width">9</property> |
723 |
<property name="orientation">vertical</property> |
|
724 |
<property name="spacing">9</property> |
|
253
by marmuta
- Added support for simple color gradients |
725 |
<child>
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
726 |
<object class="GtkFrame" id="frame4"> |
253
by marmuta
- Added support for simple color gradients |
727 |
<property name="visible">True</property> |
728 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
729 |
<property name="label_xalign">0</property> |
730 |
<property name="shadow_type">none</property> |
|
731 |
<child>
|
|
732 |
<object class="GtkAlignment" id="alignment3"> |
|
733 |
<property name="visible">True</property> |
|
734 |
<property name="can_focus">False</property> |
|
735 |
<property name="top_padding">6</property> |
|
736 |
<property name="left_padding">12</property> |
|
737 |
<child>
|
|
738 |
<object class="GtkGrid" id="grid2"> |
|
739 |
<property name="visible">True</property> |
|
740 |
<property name="can_focus">False</property> |
|
741 |
<property name="row_spacing">12</property> |
|
253
by marmuta
- Added support for simple color gradients |
742 |
<property name="column_spacing">6</property> |
743 |
<child>
|
|
744 |
<object class="GtkLabel" id="label19"> |
|
745 |
<property name="visible">True</property> |
|
746 |
<property name="can_focus">False</property> |
|
747 |
<property name="xalign">0</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
748 |
<property name="label" translatable="yes">_Font:</property> |
749 |
<property name="use_underline">True</property> |
|
750 |
<property name="mnemonic_widget">font_combobox</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
751 |
<accessibility>
|
752 |
<relation type="label-for" target="font_combobox"/> |
|
753 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
754 |
</object>
|
755 |
<packing>
|
|
756 |
<property name="left_attach">0</property> |
|
757 |
<property name="top_attach">0</property> |
|
758 |
<property name="width">1</property> |
|
759 |
<property name="height">1</property> |
|
760 |
</packing>
|
|
761 |
</child>
|
|
762 |
<child>
|
|
763 |
<object class="GtkLabel" id="label22"> |
|
764 |
<property name="visible">True</property> |
|
765 |
<property name="can_focus">False</property> |
|
766 |
<property name="xalign">0</property> |
|
767 |
<property name="yalign">0</property> |
|
768 |
<property name="label" translatable="yes">_Attributes:</property> |
|
769 |
<property name="use_underline">True</property> |
|
770 |
<property name="mnemonic_widget">font_attributes_view</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
771 |
<accessibility>
|
772 |
<relation type="label-for" target="font_attributes_view"/> |
|
773 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
774 |
</object>
|
775 |
<packing>
|
|
776 |
<property name="left_attach">0</property> |
|
777 |
<property name="top_attach">1</property> |
|
778 |
<property name="width">1</property> |
|
779 |
<property name="height">1</property> |
|
253
by marmuta
- Added support for simple color gradients |
780 |
</packing>
|
781 |
</child>
|
|
782 |
<child>
|
|
783 |
<object class="GtkComboBox" id="font_combobox"> |
|
784 |
<property name="visible">True</property> |
|
785 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
786 |
<property name="hexpand">True</property> |
909
by marmuta
Reorganize theme dialog and add shadow settings. |
787 |
<accessibility>
|
788 |
<relation type="labelled-by" target="label19"/> |
|
789 |
</accessibility>
|
|
353
by marmuta
Bring back the change signal for the font combobox in the theme dialog. |
790 |
<signal name="changed" handler="on_font_combobox_changed" swapped="no"/> |
253
by marmuta
- Added support for simple color gradients |
791 |
</object>
|
792 |
<packing>
|
|
793 |
<property name="left_attach">1</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
794 |
<property name="top_attach">0</property> |
795 |
<property name="width">1</property> |
|
796 |
<property name="height">1</property> |
|
253
by marmuta
- Added support for simple color gradients |
797 |
</packing>
|
798 |
</child>
|
|
799 |
<child>
|
|
800 |
<object class="GtkScrolledWindow" id="scrolledwindow2"> |
|
801 |
<property name="visible">True</property> |
|
802 |
<property name="can_focus">True</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
803 |
<property name="hexpand">True</property> |
355
by marmuta
Let font attributes list in theme dialog be fully visible again. |
804 |
<property name="vexpand">True</property> |
253
by marmuta
- Added support for simple color gradients |
805 |
<property name="shadow_type">in</property> |
806 |
<child>
|
|
807 |
<object class="GtkTreeView" id="font_attributes_view"> |
|
808 |
<property name="visible">True</property> |
|
809 |
<property name="can_focus">True</property> |
|
810 |
<property name="headers_visible">False</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
811 |
<accessibility>
|
812 |
<relation type="labelled-by" target="label22"/> |
|
813 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
814 |
<child internal-child="selection"> |
815 |
<object class="GtkTreeSelection" id="treeview-selection"/> |
|
816 |
</child>
|
|
253
by marmuta
- Added support for simple color gradients |
817 |
</object>
|
818 |
</child>
|
|
819 |
</object>
|
|
820 |
<packing>
|
|
821 |
<property name="left_attach">1</property> |
|
822 |
<property name="top_attach">1</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
823 |
<property name="width">1</property> |
824 |
<property name="height">1</property> |
|
253
by marmuta
- Added support for simple color gradients |
825 |
</packing>
|
826 |
</child>
|
|
827 |
</object>
|
|
828 |
</child>
|
|
829 |
</object>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
830 |
</child>
|
831 |
<child type="label"> |
|
832 |
<object class="GtkLabel" id="label1"> |
|
833 |
<property name="visible">True</property> |
|
834 |
<property name="can_focus">False</property> |
|
835 |
<property name="label" translatable="yes">Font</property> |
|
836 |
<property name="use_markup">True</property> |
|
837 |
<attributes>
|
|
838 |
<attribute name="weight" value="bold"/> |
|
839 |
</attributes>
|
|
840 |
</object>
|
|
253
by marmuta
- Added support for simple color gradients |
841 |
</child>
|
842 |
</object>
|
|
843 |
<packing>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
844 |
<property name="expand">False</property> |
253
by marmuta
- Added support for simple color gradients |
845 |
<property name="fill">True</property> |
846 |
<property name="position">0</property> |
|
847 |
</packing>
|
|
848 |
</child>
|
|
849 |
<child>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
850 |
<object class="GtkFrame" id="frame5"> |
253
by marmuta
- Added support for simple color gradients |
851 |
<property name="visible">True</property> |
852 |
<property name="can_focus">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
853 |
<property name="label_xalign">0</property> |
854 |
<property name="shadow_type">none</property> |
|
855 |
<child>
|
|
856 |
<object class="GtkAlignment" id="alignment4"> |
|
857 |
<property name="visible">True</property> |
|
858 |
<property name="can_focus">False</property> |
|
859 |
<property name="top_padding">6</property> |
|
860 |
<property name="left_padding">12</property> |
|
861 |
<child>
|
|
862 |
<object class="GtkGrid" id="grid1"> |
|
863 |
<property name="visible">True</property> |
|
864 |
<property name="can_focus">False</property> |
|
865 |
<property name="row_spacing">12</property> |
|
253
by marmuta
- Added support for simple color gradients |
866 |
<property name="column_spacing">6</property> |
257
by marmuta
Implemented key label override via theme settings. This allows to replace the super key labels with the ubuntu logo character. |
867 |
<child>
|
868 |
<object class="GtkCheckButton" id="superkey_label_size_checkbutton"> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
869 |
<property name="label" translatable="yes">I_ndependent size</property> |
641
by marmuta
Varios minor tweaks. |
870 |
<property name="use_action_appearance">False</property> |
257
by marmuta
Implemented key label override via theme settings. This allows to replace the super key labels with the ubuntu logo character. |
871 |
<property name="visible">True</property> |
872 |
<property name="can_focus">True</property> |
|
873 |
<property name="receives_default">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
874 |
<property name="hexpand">True</property> |
257
by marmuta
Implemented key label override via theme settings. This allows to replace the super key labels with the ubuntu logo character. |
875 |
<property name="use_action_appearance">False</property> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
876 |
<property name="use_underline">True</property> |
877 |
<property name="xalign">0</property> |
|
257
by marmuta
Implemented key label override via theme settings. This allows to replace the super key labels with the ubuntu logo character. |
878 |
<property name="draw_indicator">True</property> |
879 |
<signal name="toggled" handler="on_superkey_label_size_checkbutton_toggled" swapped="no"/> |
|
880 |
</object>
|
|
881 |
<packing>
|
|
882 |
<property name="left_attach">1</property> |
|
883 |
<property name="top_attach">1</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
884 |
<property name="width">1</property> |
885 |
<property name="height">1</property> |
|
886 |
</packing>
|
|
887 |
</child>
|
|
888 |
<child>
|
|
889 |
<object class="GtkLabel" id="label21"> |
|
890 |
<property name="visible">True</property> |
|
891 |
<property name="can_focus">False</property> |
|
892 |
<property name="xalign">0</property> |
|
893 |
<property name="label" translatable="yes">_Super key:</property> |
|
894 |
<property name="use_underline">True</property> |
|
895 |
<property name="mnemonic_widget">superkey_label_combobox</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
896 |
<accessibility>
|
897 |
<relation type="label-for" target="superkey_label_combobox"/> |
|
898 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
899 |
</object>
|
900 |
<packing>
|
|
901 |
<property name="left_attach">0</property> |
|
902 |
<property name="top_attach">0</property> |
|
903 |
<property name="width">1</property> |
|
904 |
<property name="height">1</property> |
|
905 |
</packing>
|
|
906 |
</child>
|
|
907 |
<child>
|
|
908 |
<object class="GtkComboBox" id="superkey_label_combobox"> |
|
909 |
<property name="visible">True</property> |
|
910 |
<property name="can_focus">False</property> |
|
911 |
<property name="hexpand">True</property> |
|
912 |
<property name="model">superkey_label_model</property> |
|
913 |
<property name="has_entry">True</property> |
|
914 |
<property name="entry_text_column">0</property> |
|
915 |
<property name="id_column">0</property> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
916 |
<accessibility>
|
917 |
<relation type="labelled-by" target="label21"/> |
|
918 |
</accessibility>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
919 |
<signal name="changed" handler="on_superkey_label_combobox_changed" swapped="no"/> |
920 |
<child>
|
|
921 |
<object class="GtkCellRendererText" id="cellrenderertext1"/> |
|
922 |
<attributes>
|
|
923 |
<attribute name="text">1</attribute> |
|
924 |
</attributes>
|
|
925 |
</child>
|
|
926 |
<child internal-child="entry"> |
|
927 |
<object class="GtkEntry" id="combobox-entry"> |
|
928 |
<property name="can_focus">True</property> |
|
929 |
</object>
|
|
930 |
</child>
|
|
931 |
</object>
|
|
932 |
<packing>
|
|
933 |
<property name="left_attach">1</property> |
|
934 |
<property name="top_attach">0</property> |
|
935 |
<property name="width">1</property> |
|
936 |
<property name="height">1</property> |
|
937 |
</packing>
|
|
938 |
</child>
|
|
939 |
<child>
|
|
940 |
<placeholder/>
|
|
941 |
</child>
|
|
253
by marmuta
- Added support for simple color gradients |
942 |
</object>
|
943 |
</child>
|
|
944 |
</object>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
945 |
</child>
|
946 |
<child type="label"> |
|
947 |
<object class="GtkLabel" id="label5"> |
|
948 |
<property name="visible">True</property> |
|
949 |
<property name="can_focus">False</property> |
|
950 |
<property name="label" translatable="yes">Label Override</property> |
|
951 |
<property name="use_markup">True</property> |
|
952 |
<attributes>
|
|
953 |
<attribute name="weight" value="bold"/> |
|
954 |
</attributes>
|
|
955 |
</object>
|
|
253
by marmuta
- Added support for simple color gradients |
956 |
</child>
|
957 |
</object>
|
|
958 |
<packing>
|
|
959 |
<property name="expand">False</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
960 |
<property name="fill">True</property> |
253
by marmuta
- Added support for simple color gradients |
961 |
<property name="position">1</property> |
962 |
</packing>
|
|
963 |
</child>
|
|
964 |
</object>
|
|
965 |
<packing>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
966 |
<property name="position">2</property> |
253
by marmuta
- Added support for simple color gradients |
967 |
</packing>
|
968 |
</child>
|
|
969 |
<child type="tab"> |
|
970 |
<object class="GtkLabel" id="label10"> |
|
971 |
<property name="visible">True</property> |
|
972 |
<property name="can_focus">False</property> |
|
973 |
<property name="label" translatable="yes">Labels</property> |
|
974 |
</object>
|
|
975 |
<packing>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
976 |
<property name="position">2</property> |
253
by marmuta
- Added support for simple color gradients |
977 |
<property name="tab_fill">False</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
978 |
</packing>
|
979 |
</child>
|
|
980 |
</object>
|
|
981 |
<packing>
|
|
982 |
<property name="expand">True</property> |
|
983 |
<property name="fill">True</property> |
|
984 |
<property name="position">0</property> |
|
985 |
</packing>
|
|
986 |
</child>
|
|
987 |
<child internal-child="action_area"> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
988 |
<object class="GtkButtonBox" id="dialog-action_area1"> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
989 |
<property name="visible">True</property> |
990 |
<property name="can_focus">False</property> |
|
991 |
<property name="layout_style">end</property> |
|
992 |
<child>
|
|
993 |
<object class="GtkButton" id="revert_button"> |
|
994 |
<property name="label">gtk-revert-to-saved</property> |
|
641
by marmuta
Varios minor tweaks. |
995 |
<property name="use_action_appearance">False</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
996 |
<property name="visible">True</property> |
997 |
<property name="can_focus">True</property> |
|
998 |
<property name="receives_default">False</property> |
|
999 |
<property name="use_action_appearance">False</property> |
|
1000 |
<property name="use_stock">True</property> |
|
1001 |
</object>
|
|
1002 |
<packing>
|
|
1003 |
<property name="expand">False</property> |
|
1004 |
<property name="fill">False</property> |
|
1005 |
<property name="pack_type">end</property> |
|
1006 |
<property name="position">0</property> |
|
1007 |
</packing>
|
|
1008 |
</child>
|
|
1009 |
<child>
|
|
1010 |
<object class="GtkButton" id="close_button"> |
|
1011 |
<property name="label">gtk-close</property> |
|
641
by marmuta
Varios minor tweaks. |
1012 |
<property name="use_action_appearance">False</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
1013 |
<property name="visible">True</property> |
1014 |
<property name="can_focus">True</property> |
|
1015 |
<property name="can_default">True</property> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1016 |
<property name="has_default">True</property> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
1017 |
<property name="receives_default">True</property> |
1018 |
<property name="use_action_appearance">False</property> |
|
1019 |
<property name="use_stock">True</property> |
|
1020 |
</object>
|
|
1021 |
<packing>
|
|
1022 |
<property name="expand">False</property> |
|
1023 |
<property name="fill">False</property> |
|
1024 |
<property name="pack_type">end</property> |
|
1025 |
<property name="position">1</property> |
|
1026 |
</packing>
|
|
1027 |
</child>
|
|
1028 |
</object>
|
|
1029 |
<packing>
|
|
1030 |
<property name="expand">False</property> |
|
1031 |
<property name="fill">True</property> |
|
1032 |
<property name="pack_type">end</property> |
|
1033 |
<property name="position">1</property> |
|
1034 |
</packing>
|
|
1035 |
</child>
|
|
1036 |
</object>
|
|
1037 |
</child>
|
|
1038 |
<action-widgets>
|
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1039 |
<action-widget response="1">revert_button</action-widget> |
301
by marmuta
Unbreak superkey combobox keyboard entry. Regression from previous commit (300). |
1040 |
<action-widget response="0">close_button</action-widget> |
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
1041 |
</action-widgets>
|
1042 |
</object>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
1043 |
<object class="GtkSizeGroup" id="keyboard_sizegroup"> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1044 |
<widgets>
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
1045 |
<widget name="label12"/> |
1046 |
<widget name="label25"/> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1047 |
</widgets>
|
1048 |
</object>
|
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
1049 |
<object class="GtkSizeGroup" id="keys_sizegroup"> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1050 |
<widgets>
|
1051 |
<widget name="label14"/> |
|
1052 |
<widget name="label17"/> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
1053 |
<widget name="label6"/> |
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1054 |
<widget name="label2"/> |
1055 |
<widget name="label3"/> |
|
909
by marmuta
Reorganize theme dialog and add shadow settings. |
1056 |
<widget name="label8"/> |
1057 |
<widget name="label15"/> |
|
1058 |
</widgets>
|
|
1059 |
</object>
|
|
1060 |
<object class="GtkSizeGroup" id="labels_sizegroup"> |
|
1061 |
<widgets>
|
|
1062 |
<widget name="label19"/> |
|
1063 |
<widget name="label22"/> |
|
1064 |
<widget name="label21"/> |
|
310
by marmuta
Merged port to gnome introspection and code cleanup by Gerd Kohlberger. |
1065 |
</widgets>
|
1066 |
</object>
|
|
1067 |
<object class="GtkListStore" id="superkey_label_model"> |
|
1068 |
<columns>
|
|
1069 |
<!-- column-name Label -->
|
|
1070 |
<column type="gchararray"/> |
|
1071 |
<!-- column-name Description -->
|
|
1072 |
<column type="gchararray"/> |
|
1073 |
</columns>
|
|
1074 |
</object>
|
|
244
by marmuta
Beginnings of theme settings; unfinished, committed only to prepare for merge. |
1075 |
</interface>
|