topinambour 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +40 -46
- data/bin/topinambour +11 -3
- data/data/headerbar.ui +173 -0
- data/data/prefs-dialog.ui +576 -0
- data/data/topinambour.css +16 -0
- data/data/topinambour.gresource +0 -0
- data/data/topinambour.gresource.xml +2 -0
- data/data/window-menu.ui +1 -0
- data/lib/actions.rb +14 -4
- data/lib/application.rb +6 -6
- data/lib/color_selector.rb +3 -6
- data/lib/css_editor.rb +1 -1
- data/lib/css_handler.rb +12 -7
- data/lib/font_selector.rb +2 -4
- data/lib/notebook.rb +9 -1
- data/lib/preferences.rb +185 -0
- data/lib/resize_message.rb +1 -1
- data/lib/rgb_names_regexes.rb +3 -0
- data/lib/searchbar.rb +54 -0
- data/lib/shortcuts.rb +27 -8
- data/lib/style_properties.rb +48 -37
- data/lib/terminal.rb +3 -1
- data/lib/terminal_chooser.rb +26 -19
- data/lib/terminal_regex.rb +3 -2
- data/lib/window.rb +100 -35
- metadata +12 -9
- data/lib/headerbar.rb +0 -126
@@ -0,0 +1,576 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- Generated with glade 3.20.0 -->
|
3
|
+
<interface>
|
4
|
+
<requires lib="gtk+" version="3.20"/>
|
5
|
+
<object class="GtkAdjustment" id="adjustment1">
|
6
|
+
<property name="upper">100</property>
|
7
|
+
<property name="step_increment">1</property>
|
8
|
+
<property name="page_increment">10</property>
|
9
|
+
</object>
|
10
|
+
<object class="GtkAdjustment" id="adjustment2">
|
11
|
+
<property name="upper">100</property>
|
12
|
+
<property name="step_increment">1</property>
|
13
|
+
<property name="page_increment">10</property>
|
14
|
+
</object>
|
15
|
+
<object class="GtkDialog" id="Preferences_dialog">
|
16
|
+
<property name="can_focus">False</property>
|
17
|
+
<property name="title" translatable="yes">Preferences</property>
|
18
|
+
<property name="modal">True</property>
|
19
|
+
<property name="window_position">center</property>
|
20
|
+
<property name="default_width">800</property>
|
21
|
+
<property name="default_height">400</property>
|
22
|
+
<property name="destroy_with_parent">True</property>
|
23
|
+
<property name="icon_name">preferences-system</property>
|
24
|
+
<property name="type_hint">dialog</property>
|
25
|
+
<child internal-child="vbox">
|
26
|
+
<object class="GtkBox">
|
27
|
+
<property name="can_focus">False</property>
|
28
|
+
<property name="orientation">vertical</property>
|
29
|
+
<property name="spacing">2</property>
|
30
|
+
<property name="baseline_position">top</property>
|
31
|
+
<child internal-child="action_area">
|
32
|
+
<object class="GtkButtonBox">
|
33
|
+
<property name="can_focus">False</property>
|
34
|
+
<property name="layout_style">center</property>
|
35
|
+
<child>
|
36
|
+
<object class="GtkButton" id="button_apply">
|
37
|
+
<property name="label">gtk-apply</property>
|
38
|
+
<property name="visible">True</property>
|
39
|
+
<property name="can_focus">True</property>
|
40
|
+
<property name="receives_default">True</property>
|
41
|
+
<property name="use_stock">True</property>
|
42
|
+
</object>
|
43
|
+
<packing>
|
44
|
+
<property name="expand">True</property>
|
45
|
+
<property name="fill">True</property>
|
46
|
+
<property name="position">1</property>
|
47
|
+
</packing>
|
48
|
+
</child>
|
49
|
+
<child>
|
50
|
+
<object class="GtkButton" id="button_cancel">
|
51
|
+
<property name="label">gtk-quit</property>
|
52
|
+
<property name="visible">True</property>
|
53
|
+
<property name="can_focus">True</property>
|
54
|
+
<property name="receives_default">True</property>
|
55
|
+
<property name="use_stock">True</property>
|
56
|
+
</object>
|
57
|
+
<packing>
|
58
|
+
<property name="expand">True</property>
|
59
|
+
<property name="fill">True</property>
|
60
|
+
<property name="position">2</property>
|
61
|
+
</packing>
|
62
|
+
</child>
|
63
|
+
</object>
|
64
|
+
<packing>
|
65
|
+
<property name="expand">False</property>
|
66
|
+
<property name="fill">False</property>
|
67
|
+
<property name="position">-1</property>
|
68
|
+
</packing>
|
69
|
+
</child>
|
70
|
+
<child>
|
71
|
+
<object class="GtkBox" id="Preferences_pane">
|
72
|
+
<property name="visible">True</property>
|
73
|
+
<property name="can_focus">True</property>
|
74
|
+
<child>
|
75
|
+
<object class="GtkFrame" id="Pref_General_props">
|
76
|
+
<property name="visible">True</property>
|
77
|
+
<property name="can_focus">False</property>
|
78
|
+
<property name="label_xalign">0</property>
|
79
|
+
<property name="shadow_type">none</property>
|
80
|
+
<child>
|
81
|
+
<object class="GtkAlignment">
|
82
|
+
<property name="visible">True</property>
|
83
|
+
<property name="can_focus">False</property>
|
84
|
+
<property name="left_padding">12</property>
|
85
|
+
<child>
|
86
|
+
<object class="GtkBox" id="gen_prefs_box">
|
87
|
+
<property name="visible">True</property>
|
88
|
+
<property name="can_focus">False</property>
|
89
|
+
<property name="orientation">vertical</property>
|
90
|
+
<child>
|
91
|
+
<object class="GtkLabel" id="shell_label">
|
92
|
+
<property name="visible">True</property>
|
93
|
+
<property name="can_focus">False</property>
|
94
|
+
<property name="halign">start</property>
|
95
|
+
<property name="valign">start</property>
|
96
|
+
<property name="label" translatable="yes">Shell</property>
|
97
|
+
</object>
|
98
|
+
<packing>
|
99
|
+
<property name="expand">False</property>
|
100
|
+
<property name="fill">False</property>
|
101
|
+
<property name="position">0</property>
|
102
|
+
</packing>
|
103
|
+
</child>
|
104
|
+
<child>
|
105
|
+
<object class="GtkEntry" id="shell_entry">
|
106
|
+
<property name="visible">True</property>
|
107
|
+
<property name="can_focus">True</property>
|
108
|
+
<property name="valign">start</property>
|
109
|
+
<property name="text" translatable="yes">/usr/bin/fish</property>
|
110
|
+
</object>
|
111
|
+
<packing>
|
112
|
+
<property name="expand">False</property>
|
113
|
+
<property name="fill">False</property>
|
114
|
+
<property name="position">1</property>
|
115
|
+
</packing>
|
116
|
+
</child>
|
117
|
+
<child>
|
118
|
+
<object class="GtkLabel" id="width_label">
|
119
|
+
<property name="visible">True</property>
|
120
|
+
<property name="can_focus">False</property>
|
121
|
+
<property name="halign">start</property>
|
122
|
+
<property name="valign">start</property>
|
123
|
+
<property name="label" translatable="yes">Width</property>
|
124
|
+
</object>
|
125
|
+
<packing>
|
126
|
+
<property name="expand">False</property>
|
127
|
+
<property name="fill">False</property>
|
128
|
+
<property name="position">2</property>
|
129
|
+
</packing>
|
130
|
+
</child>
|
131
|
+
<child>
|
132
|
+
<object class="GtkSpinButton" id="width_spin">
|
133
|
+
<property name="visible">True</property>
|
134
|
+
<property name="can_focus">True</property>
|
135
|
+
<property name="halign">end</property>
|
136
|
+
<property name="valign">start</property>
|
137
|
+
<property name="input_purpose">number</property>
|
138
|
+
<property name="adjustment">adjustment1</property>
|
139
|
+
<property name="numeric">True</property>
|
140
|
+
<property name="wrap">True</property>
|
141
|
+
<property name="value">1000</property>
|
142
|
+
</object>
|
143
|
+
<packing>
|
144
|
+
<property name="expand">False</property>
|
145
|
+
<property name="fill">False</property>
|
146
|
+
<property name="position">3</property>
|
147
|
+
</packing>
|
148
|
+
</child>
|
149
|
+
<child>
|
150
|
+
<object class="GtkLabel" id="height_label">
|
151
|
+
<property name="visible">True</property>
|
152
|
+
<property name="can_focus">False</property>
|
153
|
+
<property name="halign">start</property>
|
154
|
+
<property name="valign">start</property>
|
155
|
+
<property name="label" translatable="yes">Height</property>
|
156
|
+
</object>
|
157
|
+
<packing>
|
158
|
+
<property name="expand">False</property>
|
159
|
+
<property name="fill">False</property>
|
160
|
+
<property name="position">4</property>
|
161
|
+
</packing>
|
162
|
+
</child>
|
163
|
+
<child>
|
164
|
+
<object class="GtkSpinButton" id="height_spin">
|
165
|
+
<property name="visible">True</property>
|
166
|
+
<property name="can_focus">True</property>
|
167
|
+
<property name="halign">end</property>
|
168
|
+
<property name="valign">start</property>
|
169
|
+
<property name="text" translatable="yes">100</property>
|
170
|
+
<property name="input_purpose">number</property>
|
171
|
+
<property name="adjustment">adjustment2</property>
|
172
|
+
<property name="numeric">True</property>
|
173
|
+
<property name="wrap">True</property>
|
174
|
+
<property name="value">100</property>
|
175
|
+
</object>
|
176
|
+
<packing>
|
177
|
+
<property name="expand">False</property>
|
178
|
+
<property name="fill">False</property>
|
179
|
+
<property name="position">5</property>
|
180
|
+
</packing>
|
181
|
+
</child>
|
182
|
+
<child>
|
183
|
+
<object class="GtkLabel" id="css_editor_label">
|
184
|
+
<property name="visible">True</property>
|
185
|
+
<property name="can_focus">False</property>
|
186
|
+
<property name="halign">start</property>
|
187
|
+
<property name="valign">start</property>
|
188
|
+
<property name="label" translatable="yes">Css Editor</property>
|
189
|
+
</object>
|
190
|
+
<packing>
|
191
|
+
<property name="expand">False</property>
|
192
|
+
<property name="fill">False</property>
|
193
|
+
<property name="position">6</property>
|
194
|
+
</packing>
|
195
|
+
</child>
|
196
|
+
<child>
|
197
|
+
<placeholder/>
|
198
|
+
</child>
|
199
|
+
<child>
|
200
|
+
<object class="GtkImage">
|
201
|
+
<property name="visible">True</property>
|
202
|
+
<property name="can_focus">False</property>
|
203
|
+
<property name="pixel_size">0</property>
|
204
|
+
<property name="icon_name">utilities-terminal</property>
|
205
|
+
<property name="icon_size">6</property>
|
206
|
+
</object>
|
207
|
+
<packing>
|
208
|
+
<property name="expand">True</property>
|
209
|
+
<property name="fill">True</property>
|
210
|
+
<property name="pack_type">end</property>
|
211
|
+
<property name="position">8</property>
|
212
|
+
</packing>
|
213
|
+
</child>
|
214
|
+
</object>
|
215
|
+
</child>
|
216
|
+
</object>
|
217
|
+
</child>
|
218
|
+
<child type="label">
|
219
|
+
<object class="GtkLabel">
|
220
|
+
<property name="visible">True</property>
|
221
|
+
<property name="can_focus">False</property>
|
222
|
+
<property name="label" translatable="yes">General Preferences</property>
|
223
|
+
</object>
|
224
|
+
</child>
|
225
|
+
</object>
|
226
|
+
<packing>
|
227
|
+
<property name="expand">True</property>
|
228
|
+
<property name="fill">True</property>
|
229
|
+
<property name="position">0</property>
|
230
|
+
</packing>
|
231
|
+
</child>
|
232
|
+
<child>
|
233
|
+
<object class="GtkFrame" id="Pref_Terminals_props">
|
234
|
+
<property name="visible">True</property>
|
235
|
+
<property name="can_focus">False</property>
|
236
|
+
<property name="label_xalign">0</property>
|
237
|
+
<property name="shadow_type">none</property>
|
238
|
+
<child>
|
239
|
+
<object class="GtkAlignment">
|
240
|
+
<property name="visible">True</property>
|
241
|
+
<property name="can_focus">False</property>
|
242
|
+
<property name="left_padding">12</property>
|
243
|
+
<child>
|
244
|
+
<object class="GtkBox">
|
245
|
+
<property name="visible">True</property>
|
246
|
+
<property name="can_focus">False</property>
|
247
|
+
<property name="orientation">vertical</property>
|
248
|
+
<property name="baseline_position">bottom</property>
|
249
|
+
<child>
|
250
|
+
<object class="GtkGrid">
|
251
|
+
<property name="visible">True</property>
|
252
|
+
<property name="can_focus">False</property>
|
253
|
+
<property name="row_homogeneous">True</property>
|
254
|
+
<property name="column_homogeneous">True</property>
|
255
|
+
<child>
|
256
|
+
<object class="GtkLabel" id="audible_bell_label">
|
257
|
+
<property name="visible">True</property>
|
258
|
+
<property name="can_focus">False</property>
|
259
|
+
<property name="halign">start</property>
|
260
|
+
<property name="valign">start</property>
|
261
|
+
<property name="label" translatable="yes">Audible Bell</property>
|
262
|
+
</object>
|
263
|
+
<packing>
|
264
|
+
<property name="left_attach">0</property>
|
265
|
+
<property name="top_attach">0</property>
|
266
|
+
</packing>
|
267
|
+
</child>
|
268
|
+
<child>
|
269
|
+
<object class="GtkSwitch" id="audible_bell_switch">
|
270
|
+
<property name="visible">True</property>
|
271
|
+
<property name="can_focus">True</property>
|
272
|
+
<property name="halign">end</property>
|
273
|
+
<property name="valign">center</property>
|
274
|
+
</object>
|
275
|
+
<packing>
|
276
|
+
<property name="left_attach">1</property>
|
277
|
+
<property name="top_attach">0</property>
|
278
|
+
</packing>
|
279
|
+
</child>
|
280
|
+
<child>
|
281
|
+
<object class="GtkLabel" id="allow_bold_label">
|
282
|
+
<property name="visible">True</property>
|
283
|
+
<property name="can_focus">False</property>
|
284
|
+
<property name="halign">start</property>
|
285
|
+
<property name="valign">start</property>
|
286
|
+
<property name="label" translatable="yes">Allow Bold</property>
|
287
|
+
</object>
|
288
|
+
<packing>
|
289
|
+
<property name="left_attach">0</property>
|
290
|
+
<property name="top_attach">1</property>
|
291
|
+
</packing>
|
292
|
+
</child>
|
293
|
+
<child>
|
294
|
+
<object class="GtkSwitch" id="allow_bold_switch">
|
295
|
+
<property name="visible">True</property>
|
296
|
+
<property name="can_focus">True</property>
|
297
|
+
<property name="halign">end</property>
|
298
|
+
<property name="valign">start</property>
|
299
|
+
</object>
|
300
|
+
<packing>
|
301
|
+
<property name="left_attach">1</property>
|
302
|
+
<property name="top_attach">1</property>
|
303
|
+
</packing>
|
304
|
+
</child>
|
305
|
+
<child>
|
306
|
+
<object class="GtkLabel" id="scroll_on_output_label">
|
307
|
+
<property name="visible">True</property>
|
308
|
+
<property name="can_focus">False</property>
|
309
|
+
<property name="halign">start</property>
|
310
|
+
<property name="valign">start</property>
|
311
|
+
<property name="label" translatable="yes">Scroll On Output</property>
|
312
|
+
</object>
|
313
|
+
<packing>
|
314
|
+
<property name="left_attach">0</property>
|
315
|
+
<property name="top_attach">2</property>
|
316
|
+
</packing>
|
317
|
+
</child>
|
318
|
+
<child>
|
319
|
+
<object class="GtkSwitch" id="scroll_on_output_switch">
|
320
|
+
<property name="visible">True</property>
|
321
|
+
<property name="can_focus">True</property>
|
322
|
+
<property name="halign">end</property>
|
323
|
+
<property name="valign">start</property>
|
324
|
+
</object>
|
325
|
+
<packing>
|
326
|
+
<property name="left_attach">1</property>
|
327
|
+
<property name="top_attach">2</property>
|
328
|
+
</packing>
|
329
|
+
</child>
|
330
|
+
<child>
|
331
|
+
<object class="GtkLabel" id="scroll_on_keystroke_label">
|
332
|
+
<property name="visible">True</property>
|
333
|
+
<property name="can_focus">False</property>
|
334
|
+
<property name="halign">start</property>
|
335
|
+
<property name="valign">start</property>
|
336
|
+
<property name="label" translatable="yes">Scroll On Keystroke</property>
|
337
|
+
</object>
|
338
|
+
<packing>
|
339
|
+
<property name="left_attach">0</property>
|
340
|
+
<property name="top_attach">3</property>
|
341
|
+
</packing>
|
342
|
+
</child>
|
343
|
+
<child>
|
344
|
+
<object class="GtkSwitch" id="scroll_on_keystroke_switch">
|
345
|
+
<property name="visible">True</property>
|
346
|
+
<property name="can_focus">True</property>
|
347
|
+
<property name="halign">end</property>
|
348
|
+
<property name="valign">start</property>
|
349
|
+
</object>
|
350
|
+
<packing>
|
351
|
+
<property name="left_attach">1</property>
|
352
|
+
<property name="top_attach">3</property>
|
353
|
+
</packing>
|
354
|
+
</child>
|
355
|
+
<child>
|
356
|
+
<object class="GtkLabel" id="rewrap_on_resize_label">
|
357
|
+
<property name="visible">True</property>
|
358
|
+
<property name="can_focus">False</property>
|
359
|
+
<property name="halign">start</property>
|
360
|
+
<property name="valign">start</property>
|
361
|
+
<property name="label" translatable="yes">Rewrap On Resize</property>
|
362
|
+
</object>
|
363
|
+
<packing>
|
364
|
+
<property name="left_attach">0</property>
|
365
|
+
<property name="top_attach">4</property>
|
366
|
+
</packing>
|
367
|
+
</child>
|
368
|
+
<child>
|
369
|
+
<object class="GtkSwitch" id="rewrap_on_resize_switch">
|
370
|
+
<property name="visible">True</property>
|
371
|
+
<property name="can_focus">True</property>
|
372
|
+
<property name="halign">end</property>
|
373
|
+
<property name="valign">start</property>
|
374
|
+
</object>
|
375
|
+
<packing>
|
376
|
+
<property name="left_attach">1</property>
|
377
|
+
<property name="top_attach">4</property>
|
378
|
+
</packing>
|
379
|
+
</child>
|
380
|
+
<child>
|
381
|
+
<object class="GtkSwitch" id="mouse_autohide_switch">
|
382
|
+
<property name="visible">True</property>
|
383
|
+
<property name="can_focus">True</property>
|
384
|
+
<property name="halign">end</property>
|
385
|
+
<property name="valign">start</property>
|
386
|
+
</object>
|
387
|
+
<packing>
|
388
|
+
<property name="left_attach">1</property>
|
389
|
+
<property name="top_attach">5</property>
|
390
|
+
</packing>
|
391
|
+
</child>
|
392
|
+
<child>
|
393
|
+
<object class="GtkLabel" id="mouse_autohide_label1">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="can_focus">False</property>
|
396
|
+
<property name="halign">start</property>
|
397
|
+
<property name="valign">start</property>
|
398
|
+
<property name="label" translatable="yes">Mouse Autohide</property>
|
399
|
+
</object>
|
400
|
+
<packing>
|
401
|
+
<property name="left_attach">0</property>
|
402
|
+
<property name="top_attach">5</property>
|
403
|
+
</packing>
|
404
|
+
</child>
|
405
|
+
</object>
|
406
|
+
<packing>
|
407
|
+
<property name="expand">True</property>
|
408
|
+
<property name="fill">True</property>
|
409
|
+
<property name="position">0</property>
|
410
|
+
</packing>
|
411
|
+
</child>
|
412
|
+
<child>
|
413
|
+
<object class="GtkLabel" id="cursor_shape_label">
|
414
|
+
<property name="visible">True</property>
|
415
|
+
<property name="can_focus">False</property>
|
416
|
+
<property name="halign">start</property>
|
417
|
+
<property name="valign">start</property>
|
418
|
+
<property name="label" translatable="yes">Cursor Shape</property>
|
419
|
+
</object>
|
420
|
+
<packing>
|
421
|
+
<property name="expand">False</property>
|
422
|
+
<property name="fill">False</property>
|
423
|
+
<property name="position">1</property>
|
424
|
+
</packing>
|
425
|
+
</child>
|
426
|
+
<child>
|
427
|
+
<object class="GtkComboBoxText" id="cursor_shape_sel">
|
428
|
+
<property name="visible">True</property>
|
429
|
+
<property name="can_focus">False</property>
|
430
|
+
<property name="valign">start</property>
|
431
|
+
<property name="active_id">block_id</property>
|
432
|
+
<items>
|
433
|
+
<item id="block_id" translatable="yes">BLOCK</item>
|
434
|
+
<item id="ibeam_id" translatable="yes">IBEAM</item>
|
435
|
+
<item id="underline_id" translatable="yes">UNDERLINE</item>
|
436
|
+
</items>
|
437
|
+
</object>
|
438
|
+
<packing>
|
439
|
+
<property name="expand">True</property>
|
440
|
+
<property name="fill">True</property>
|
441
|
+
<property name="position">2</property>
|
442
|
+
</packing>
|
443
|
+
</child>
|
444
|
+
<child>
|
445
|
+
<object class="GtkLabel" id="cursor_blink_mode_label">
|
446
|
+
<property name="visible">True</property>
|
447
|
+
<property name="can_focus">False</property>
|
448
|
+
<property name="halign">start</property>
|
449
|
+
<property name="valign">start</property>
|
450
|
+
<property name="label" translatable="yes">Cursor Blink</property>
|
451
|
+
</object>
|
452
|
+
<packing>
|
453
|
+
<property name="expand">False</property>
|
454
|
+
<property name="fill">False</property>
|
455
|
+
<property name="position">3</property>
|
456
|
+
</packing>
|
457
|
+
</child>
|
458
|
+
<child>
|
459
|
+
<object class="GtkComboBoxText" id="cursor_blink_mode_sel">
|
460
|
+
<property name="visible">True</property>
|
461
|
+
<property name="can_focus">False</property>
|
462
|
+
<property name="valign">start</property>
|
463
|
+
<property name="active_id">system_id</property>
|
464
|
+
<items>
|
465
|
+
<item id="system_id" translatable="yes">SYSTEM</item>
|
466
|
+
<item id="on_id" translatable="yes">ON</item>
|
467
|
+
<item id="off_id" translatable="yes">OFF</item>
|
468
|
+
</items>
|
469
|
+
</object>
|
470
|
+
<packing>
|
471
|
+
<property name="expand">True</property>
|
472
|
+
<property name="fill">True</property>
|
473
|
+
<property name="position">4</property>
|
474
|
+
</packing>
|
475
|
+
</child>
|
476
|
+
<child>
|
477
|
+
<object class="GtkLabel" id="back_space_binding_label">
|
478
|
+
<property name="visible">True</property>
|
479
|
+
<property name="can_focus">False</property>
|
480
|
+
<property name="halign">start</property>
|
481
|
+
<property name="valign">start</property>
|
482
|
+
<property name="label" translatable="yes">Backspace Binding</property>
|
483
|
+
</object>
|
484
|
+
<packing>
|
485
|
+
<property name="expand">False</property>
|
486
|
+
<property name="fill">False</property>
|
487
|
+
<property name="position">5</property>
|
488
|
+
</packing>
|
489
|
+
</child>
|
490
|
+
<child>
|
491
|
+
<object class="GtkComboBoxText" id="backspace_binding_sel">
|
492
|
+
<property name="visible">True</property>
|
493
|
+
<property name="can_focus">False</property>
|
494
|
+
<property name="valign">start</property>
|
495
|
+
<property name="active_id">auto_id</property>
|
496
|
+
<items>
|
497
|
+
<item id="auto_id" translatable="yes">AUTO</item>
|
498
|
+
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
499
|
+
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
500
|
+
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
501
|
+
<item id="tty_id" translatable="yes">TTY</item>
|
502
|
+
</items>
|
503
|
+
</object>
|
504
|
+
<packing>
|
505
|
+
<property name="expand">True</property>
|
506
|
+
<property name="fill">True</property>
|
507
|
+
<property name="position">6</property>
|
508
|
+
</packing>
|
509
|
+
</child>
|
510
|
+
<child>
|
511
|
+
<object class="GtkLabel" id="delete_binding_label1">
|
512
|
+
<property name="visible">True</property>
|
513
|
+
<property name="can_focus">False</property>
|
514
|
+
<property name="halign">start</property>
|
515
|
+
<property name="valign">start</property>
|
516
|
+
<property name="label" translatable="yes">Delete Binding</property>
|
517
|
+
</object>
|
518
|
+
<packing>
|
519
|
+
<property name="expand">False</property>
|
520
|
+
<property name="fill">False</property>
|
521
|
+
<property name="position">7</property>
|
522
|
+
</packing>
|
523
|
+
</child>
|
524
|
+
<child>
|
525
|
+
<object class="GtkComboBoxText" id="delete_binding_sel">
|
526
|
+
<property name="visible">True</property>
|
527
|
+
<property name="can_focus">False</property>
|
528
|
+
<property name="valign">start</property>
|
529
|
+
<property name="active_id">auto_id</property>
|
530
|
+
<items>
|
531
|
+
<item id="auto_id" translatable="yes">AUTO</item>
|
532
|
+
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
533
|
+
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
534
|
+
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
535
|
+
<item id="tty_id" translatable="yes">TTY</item>
|
536
|
+
</items>
|
537
|
+
</object>
|
538
|
+
<packing>
|
539
|
+
<property name="expand">True</property>
|
540
|
+
<property name="fill">True</property>
|
541
|
+
<property name="position">8</property>
|
542
|
+
</packing>
|
543
|
+
</child>
|
544
|
+
</object>
|
545
|
+
</child>
|
546
|
+
</object>
|
547
|
+
</child>
|
548
|
+
<child type="label">
|
549
|
+
<object class="GtkLabel">
|
550
|
+
<property name="visible">True</property>
|
551
|
+
<property name="can_focus">False</property>
|
552
|
+
<property name="label" translatable="yes">Terminals Preferences</property>
|
553
|
+
</object>
|
554
|
+
</child>
|
555
|
+
</object>
|
556
|
+
<packing>
|
557
|
+
<property name="expand">True</property>
|
558
|
+
<property name="fill">True</property>
|
559
|
+
<property name="position">1</property>
|
560
|
+
</packing>
|
561
|
+
</child>
|
562
|
+
</object>
|
563
|
+
<packing>
|
564
|
+
<property name="expand">False</property>
|
565
|
+
<property name="fill">True</property>
|
566
|
+
<property name="position">1</property>
|
567
|
+
</packing>
|
568
|
+
</child>
|
569
|
+
</object>
|
570
|
+
</child>
|
571
|
+
<action-widgets>
|
572
|
+
<action-widget response="1">button_apply</action-widget>
|
573
|
+
<action-widget response="2">button_cancel</action-widget>
|
574
|
+
</action-widgets>
|
575
|
+
</object>
|
576
|
+
</interface>
|
data/data/topinambour.css
CHANGED
@@ -35,6 +35,22 @@ TopinambourWindow headerbar entry{
|
|
35
35
|
border-radius: 6px 0px 0px 6px;
|
36
36
|
}
|
37
37
|
|
38
|
+
treeview.view#terms-list {
|
39
|
+
background-color: rgba(0, 0, 0, 0.2);
|
40
|
+
border-radius: 6px 0px 0px 6px;
|
41
|
+
}
|
42
|
+
treeview.view header {
|
43
|
+
background-color: rgba(1,1,1,0.2);
|
44
|
+
}treeview.view rubberband {
|
45
|
+
background-color: rgba(1,1,1,0.2);
|
46
|
+
}
|
47
|
+
box#overview-main-box {
|
48
|
+
background-color: rgba(0,0,0,0.2);
|
49
|
+
border: solid 1px rgba(49, 150, 188, 1);
|
50
|
+
border-radius: 6px 0px 0px 6px;
|
51
|
+
}
|
52
|
+
|
53
|
+
|
38
54
|
grid button {
|
39
55
|
margin: 0px;
|
40
56
|
padding: 0px;
|
data/data/topinambour.gresource
CHANGED
Binary file
|
@@ -5,6 +5,8 @@
|
|
5
5
|
<file preprocess="xml-stripblanks">app-menu.ui</file>
|
6
6
|
<file preprocess="xml-stripblanks">window-menu.ui</file>
|
7
7
|
<file preprocess="xml-stripblanks">terminal-menu.ui</file>
|
8
|
+
<file preprocess="xml-stripblanks">prefs-dialog.ui</file>
|
9
|
+
<file preprocess="xml-stripblanks">headerbar.ui</file>
|
8
10
|
<file>topinambour.css</file>
|
9
11
|
<file>application-exit-symbolic.svg</file>
|
10
12
|
<file>color-select-symbolic.svg</file>
|
data/data/window-menu.ui
CHANGED