topinambour 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +121 -30
- data/bin/topinambour +12 -11
- data/data/app-menu.ui +8 -4
- data/data/gschemas.compiled +0 -0
- data/data/headerbar.ui +6 -64
- data/data/main-menu-popover.ui +131 -0
- data/data/prefs-dialog.ui +405 -505
- data/data/shortcuts.ui +130 -0
- data/data/topinambour.gresource +0 -0
- data/data/topinambour.gresource.xml +2 -19
- data/data/topinambour.gschema.xml +72 -0
- data/lib/actions.rb +12 -13
- data/lib/application.rb +73 -60
- data/lib/color_selector.rb +16 -14
- data/lib/font_selector.rb +8 -14
- data/lib/notebook.rb +22 -11
- data/lib/preferences.rb +159 -114
- data/lib/shortcuts.rb +6 -18
- data/lib/terminal.rb +76 -33
- data/lib/terminal_chooser.rb +247 -110
- data/lib/window.rb +48 -47
- metadata +7 -34
- data/data/#app-menu.ui# +0 -11
- data/data/application-exit-symbolic.svg +0 -32
- data/data/color-select-symbolic.svg +0 -34
- data/data/emblem-photos-symbolic.svg +0 -33
- data/data/font-select-symbolic.svg +0 -33
- data/data/pan-end-symbolic.svg +0 -31
- data/data/pan-start-symbolic.svg +0 -31
- data/data/tab-new-symbolic.svg +0 -34
- data/data/window-close-symbolic.svg +0 -28
- data/lib/css_handler.rb +0 -241
- data/lib/style_properties.rb +0 -171
data/data/prefs-dialog.ui
CHANGED
@@ -2,549 +2,449 @@
|
|
2
2
|
<!-- Generated with glade 3.20.0 -->
|
3
3
|
<interface>
|
4
4
|
<requires lib="gtk+" version="3.20"/>
|
5
|
-
<object class="GtkAdjustment" id="
|
6
|
-
<property name="upper">
|
7
|
-
<property name="step_increment">
|
5
|
+
<object class="GtkAdjustment" id="width_adjustment">
|
6
|
+
<property name="upper">2000</property>
|
7
|
+
<property name="step_increment">5</property>
|
8
8
|
<property name="page_increment">10</property>
|
9
9
|
</object>
|
10
|
-
<object class="GtkAdjustment" id="
|
11
|
-
<property name="upper">
|
12
|
-
<property name="step_increment">
|
10
|
+
<object class="GtkAdjustment" id="height_adjustment">
|
11
|
+
<property name="upper">2000</property>
|
12
|
+
<property name="step_increment">5</property>
|
13
13
|
<property name="page_increment">10</property>
|
14
14
|
</object>
|
15
|
-
<
|
15
|
+
<template class="TopinambourPreferences" parent="GtkWindow">
|
16
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
17
|
<property name="destroy_with_parent">True</property>
|
23
|
-
<property name="
|
18
|
+
<property name="width_request">750</property>
|
19
|
+
<property name="height_request">450</property>
|
20
|
+
<property name="window_position">center-on-parent</property>
|
24
21
|
<property name="type_hint">dialog</property>
|
25
|
-
<
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<property name="
|
30
|
-
<property name="
|
31
|
-
<
|
32
|
-
|
22
|
+
<property name="modal">True</property>
|
23
|
+
<property name="resizable">False</property>
|
24
|
+
<child>
|
25
|
+
<object class="GtkScrolledWindow">
|
26
|
+
<property name="visible">True</property>
|
27
|
+
<property name="can_focus">True</property>
|
28
|
+
<property name="hscrollbar_policy">never</property>
|
29
|
+
<property name="shadow_type">in</property>
|
30
|
+
<property name="max_content_height">400</property>
|
31
|
+
<property name="margin">12</property>
|
32
|
+
<child>
|
33
|
+
<object class="GtkGrid">
|
34
|
+
<property name="visible">True</property>
|
33
35
|
<property name="can_focus">False</property>
|
34
|
-
|
36
|
+
<property name="halign">center</property>
|
37
|
+
<property name="row_spacing">12</property>
|
38
|
+
<property name="column_spacing">6</property>
|
39
|
+
<property name="row_homogeneous">True</property>
|
40
|
+
<property name="column_homogeneous">True</property>
|
41
|
+
<property name="margin">12</property>
|
42
|
+
<child>
|
43
|
+
<object class="GtkLabel" id="shell_label">
|
44
|
+
<property name="visible">True</property>
|
45
|
+
<property name="can_focus">False</property>
|
46
|
+
<property name="halign">start</property>
|
47
|
+
<property name="valign">start</property>
|
48
|
+
<property name="label" translatable="yes">Shell</property>
|
49
|
+
</object>
|
50
|
+
<packing>
|
51
|
+
<property name="left_attach">0</property>
|
52
|
+
<property name="top_attach">0</property>
|
53
|
+
</packing>
|
54
|
+
</child>
|
35
55
|
<child>
|
36
|
-
<object class="
|
37
|
-
<property name="label">gtk-apply</property>
|
56
|
+
<object class="GtkEntry" id="shell_entry">
|
38
57
|
<property name="visible">True</property>
|
39
58
|
<property name="can_focus">True</property>
|
40
|
-
<property name="
|
41
|
-
<property name="
|
59
|
+
<property name="valign">start</property>
|
60
|
+
<property name="text" translatable="yes">/usr/bin/fish</property>
|
61
|
+
<signal name="activate" handler="on_shell_entry_activate_cb"/>
|
62
|
+
<signal name="focus-out-event" handler="on_shell_entry_focus_out_event_cb"/>
|
63
|
+
</object>
|
64
|
+
<packing>
|
65
|
+
<property name="left_attach">1</property>
|
66
|
+
<property name="top_attach">0</property>
|
67
|
+
</packing>
|
68
|
+
</child>
|
69
|
+
<child>
|
70
|
+
<object class="GtkLabel" id="width_label">
|
71
|
+
<property name="visible">True</property>
|
72
|
+
<property name="can_focus">False</property>
|
73
|
+
<property name="halign">start</property>
|
74
|
+
<property name="valign">start</property>
|
75
|
+
<property name="label" translatable="yes">Width</property>
|
42
76
|
</object>
|
43
77
|
<packing>
|
44
|
-
<property name="
|
45
|
-
<property name="
|
46
|
-
<property name="position">1</property>
|
78
|
+
<property name="left_attach">0</property>
|
79
|
+
<property name="top_attach">1</property>
|
47
80
|
</packing>
|
48
81
|
</child>
|
49
82
|
<child>
|
50
|
-
<object class="
|
51
|
-
<property name="label">gtk-quit</property>
|
83
|
+
<object class="GtkSpinButton" id="width_spin">
|
52
84
|
<property name="visible">True</property>
|
53
85
|
<property name="can_focus">True</property>
|
54
|
-
<property name="
|
55
|
-
<property name="
|
86
|
+
<property name="halign">end</property>
|
87
|
+
<property name="valign">start</property>
|
88
|
+
<property name="text" translatable="yes">100</property>
|
89
|
+
<property name="input_purpose">number</property>
|
90
|
+
<property name="numeric">True</property>
|
91
|
+
<property name="wrap">True</property>
|
92
|
+
<property name="value">100</property>
|
93
|
+
<property name="adjustment">width_adjustment</property>
|
94
|
+
<signal name="value-changed" handler="on_width_spin_value_changed_cb"/>
|
56
95
|
</object>
|
57
96
|
<packing>
|
58
|
-
<property name="
|
59
|
-
<property name="
|
60
|
-
|
97
|
+
<property name="left_attach">1</property>
|
98
|
+
<property name="top_attach">1</property>
|
99
|
+
</packing>
|
100
|
+
</child>
|
101
|
+
<child>
|
102
|
+
<object class="GtkLabel" id="height_label">
|
103
|
+
<property name="visible">True</property>
|
104
|
+
<property name="can_focus">False</property>
|
105
|
+
<property name="halign">start</property>
|
106
|
+
<property name="valign">start</property>
|
107
|
+
<property name="label" translatable="yes">Height</property>
|
108
|
+
</object>
|
109
|
+
<packing>
|
110
|
+
<property name="left_attach">0</property>
|
111
|
+
<property name="top_attach">2</property>
|
112
|
+
</packing>
|
113
|
+
</child>
|
114
|
+
<child>
|
115
|
+
<object class="GtkSpinButton" id="height_spin">
|
116
|
+
<property name="visible">True</property>
|
117
|
+
<property name="can_focus">True</property>
|
118
|
+
<property name="halign">end</property>
|
119
|
+
<property name="valign">start</property>
|
120
|
+
<property name="text" translatable="yes">100</property>
|
121
|
+
<property name="input_purpose">number</property>
|
122
|
+
<property name="numeric">True</property>
|
123
|
+
<property name="wrap">True</property>
|
124
|
+
<property name="value">100</property>
|
125
|
+
<signal name="value-changed" handler="on_height_spin_value_changed_cb"/>
|
126
|
+
<property name="adjustment">height_adjustment</property>
|
127
|
+
</object>
|
128
|
+
<packing>
|
129
|
+
<property name="left_attach">1</property>
|
130
|
+
<property name="top_attach">2</property>
|
131
|
+
</packing>
|
132
|
+
</child>
|
133
|
+
<child>
|
134
|
+
<object class="GtkLabel" id="use_custom_css_label">
|
135
|
+
<property name="visible">True</property>
|
136
|
+
<property name="can_focus">False</property>
|
137
|
+
<property name="halign">start</property>
|
138
|
+
<property name="label" translatable="yes">Use custom css</property>
|
139
|
+
</object>
|
140
|
+
<packing>
|
141
|
+
<property name="left_attach">0</property>
|
142
|
+
<property name="top_attach">3</property>
|
143
|
+
</packing>
|
144
|
+
</child>
|
145
|
+
<child>
|
146
|
+
<object class="GtkSwitch" id="use_custom_css_switch">
|
147
|
+
<property name="visible">True</property>
|
148
|
+
<property name="can_focus">True</property>
|
149
|
+
<property name="halign">end</property>
|
150
|
+
<signal name="state-set" handler="on_custom_css_switch_state_set"/>
|
151
|
+
</object>
|
152
|
+
<packing>
|
153
|
+
<property name="left_attach">1</property>
|
154
|
+
<property name="top_attach">3</property>
|
155
|
+
</packing>
|
156
|
+
</child>
|
157
|
+
<child>
|
158
|
+
<object class="GtkLabel" id="css_file_label">
|
159
|
+
<property name="visible">True</property>
|
160
|
+
<property name="can_focus">False</property>
|
161
|
+
<property name="halign">start</property>
|
162
|
+
<property name="valign">start</property>
|
163
|
+
<property name="label" translatable="yes">Css file</property>
|
164
|
+
</object>
|
165
|
+
<packing>
|
166
|
+
<property name="left_attach">0</property>
|
167
|
+
<property name="top_attach">4</property>
|
168
|
+
</packing>
|
169
|
+
</child>
|
170
|
+
<child>
|
171
|
+
<object class="GtkFileChooserButton" id="css_chooser_button">
|
172
|
+
<property name="visible">True</property>
|
173
|
+
<property name="can_focus">False</property>
|
174
|
+
<property name="create_folders">False</property>
|
175
|
+
<property name="title" translatable="yes"/>
|
176
|
+
<signal name="file-set" handler="on_css_file_selected_cb" swapped="no"/>
|
177
|
+
</object>
|
178
|
+
<packing>
|
179
|
+
<property name="left_attach">1</property>
|
180
|
+
<property name="top_attach">4</property>
|
61
181
|
</packing>
|
62
182
|
</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
183
|
<child>
|
75
|
-
<object class="
|
184
|
+
<object class="GtkLabel" id="audible_bell_label">
|
76
185
|
<property name="visible">True</property>
|
77
186
|
<property name="can_focus">False</property>
|
78
|
-
<property name="
|
79
|
-
<property name="
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
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
|
-
<placeholder/>
|
184
|
-
</child>
|
185
|
-
<child>
|
186
|
-
<placeholder/>
|
187
|
-
</child>
|
188
|
-
<child>
|
189
|
-
<object class="GtkImage">
|
190
|
-
<property name="visible">True</property>
|
191
|
-
<property name="can_focus">False</property>
|
192
|
-
<property name="pixel_size">0</property>
|
193
|
-
<property name="icon_name">utilities-terminal</property>
|
194
|
-
<property name="icon_size">6</property>
|
195
|
-
</object>
|
196
|
-
<packing>
|
197
|
-
<property name="expand">True</property>
|
198
|
-
<property name="fill">True</property>
|
199
|
-
<property name="pack_type">end</property>
|
200
|
-
<property name="position">8</property>
|
201
|
-
</packing>
|
202
|
-
</child>
|
203
|
-
</object>
|
204
|
-
</child>
|
205
|
-
</object>
|
206
|
-
</child>
|
207
|
-
<child type="label">
|
208
|
-
<object class="GtkLabel">
|
209
|
-
<property name="visible">True</property>
|
210
|
-
<property name="can_focus">False</property>
|
211
|
-
<property name="label" translatable="yes">General Preferences</property>
|
212
|
-
</object>
|
213
|
-
</child>
|
187
|
+
<property name="halign">start</property>
|
188
|
+
<property name="label" translatable="yes">Audible Bell</property>
|
189
|
+
</object>
|
190
|
+
<packing>
|
191
|
+
<property name="left_attach">0</property>
|
192
|
+
<property name="top_attach">5</property>
|
193
|
+
</packing>
|
194
|
+
</child>
|
195
|
+
<child>
|
196
|
+
<object class="GtkSwitch" id="audible_bell_switch">
|
197
|
+
<property name="visible">True</property>
|
198
|
+
<property name="can_focus">True</property>
|
199
|
+
<property name="halign">end</property>
|
200
|
+
</object>
|
201
|
+
<packing>
|
202
|
+
<property name="left_attach">1</property>
|
203
|
+
<property name="top_attach">5</property>
|
204
|
+
</packing>
|
205
|
+
</child>
|
206
|
+
<child>
|
207
|
+
<object class="GtkLabel" id="allow_bold_label">
|
208
|
+
<property name="visible">True</property>
|
209
|
+
<property name="can_focus">False</property>
|
210
|
+
<property name="halign">start</property>
|
211
|
+
<property name="label" translatable="yes">Allow Bold</property>
|
212
|
+
</object>
|
213
|
+
<packing>
|
214
|
+
<property name="left_attach">0</property>
|
215
|
+
<property name="top_attach">6</property>
|
216
|
+
</packing>
|
217
|
+
</child>
|
218
|
+
<child>
|
219
|
+
<object class="GtkSwitch" id="allow_bold_switch">
|
220
|
+
<property name="visible">True</property>
|
221
|
+
<property name="can_focus">True</property>
|
222
|
+
<property name="halign">end</property>
|
223
|
+
<property name="valign">start</property>
|
224
|
+
</object>
|
225
|
+
<packing>
|
226
|
+
<property name="left_attach">1</property>
|
227
|
+
<property name="top_attach">6</property>
|
228
|
+
</packing>
|
229
|
+
</child>
|
230
|
+
<child>
|
231
|
+
<object class="GtkLabel" id="scroll_on_output_label">
|
232
|
+
<property name="visible">True</property>
|
233
|
+
<property name="can_focus">False</property>
|
234
|
+
<property name="halign">start</property>
|
235
|
+
<property name="label" translatable="yes">Scroll On Output</property>
|
236
|
+
</object>
|
237
|
+
<packing>
|
238
|
+
<property name="left_attach">0</property>
|
239
|
+
<property name="top_attach">7</property>
|
240
|
+
</packing>
|
241
|
+
</child>
|
242
|
+
<child>
|
243
|
+
<object class="GtkSwitch" id="scroll_on_output_switch">
|
244
|
+
<property name="visible">True</property>
|
245
|
+
<property name="can_focus">True</property>
|
246
|
+
<property name="halign">end</property>
|
214
247
|
</object>
|
215
248
|
<packing>
|
216
|
-
<property name="
|
217
|
-
<property name="
|
218
|
-
<property name="position">0</property>
|
249
|
+
<property name="left_attach">1</property>
|
250
|
+
<property name="top_attach">7</property>
|
219
251
|
</packing>
|
220
252
|
</child>
|
221
253
|
<child>
|
222
|
-
<object class="
|
254
|
+
<object class="GtkLabel" id="scroll_on_keystroke_label">
|
223
255
|
<property name="visible">True</property>
|
224
256
|
<property name="can_focus">False</property>
|
225
|
-
<property name="
|
226
|
-
<property name="
|
227
|
-
<child>
|
228
|
-
<object class="GtkAlignment">
|
229
|
-
<property name="visible">True</property>
|
230
|
-
<property name="can_focus">False</property>
|
231
|
-
<property name="left_padding">12</property>
|
232
|
-
<child>
|
233
|
-
<object class="GtkBox">
|
234
|
-
<property name="visible">True</property>
|
235
|
-
<property name="can_focus">False</property>
|
236
|
-
<property name="orientation">vertical</property>
|
237
|
-
<property name="baseline_position">bottom</property>
|
238
|
-
<child>
|
239
|
-
<object class="GtkGrid">
|
240
|
-
<property name="visible">True</property>
|
241
|
-
<property name="can_focus">False</property>
|
242
|
-
<property name="row_homogeneous">True</property>
|
243
|
-
<property name="column_homogeneous">True</property>
|
244
|
-
<child>
|
245
|
-
<object class="GtkLabel" id="audible_bell_label">
|
246
|
-
<property name="visible">True</property>
|
247
|
-
<property name="can_focus">False</property>
|
248
|
-
<property name="halign">start</property>
|
249
|
-
<property name="label" translatable="yes">Audible Bell</property>
|
250
|
-
</object>
|
251
|
-
<packing>
|
252
|
-
<property name="left_attach">0</property>
|
253
|
-
<property name="top_attach">0</property>
|
254
|
-
</packing>
|
255
|
-
</child>
|
256
|
-
<child>
|
257
|
-
<object class="GtkSwitch" id="audible_bell_switch">
|
258
|
-
<property name="visible">True</property>
|
259
|
-
<property name="can_focus">True</property>
|
260
|
-
<property name="halign">end</property>
|
261
|
-
</object>
|
262
|
-
<packing>
|
263
|
-
<property name="left_attach">1</property>
|
264
|
-
<property name="top_attach">0</property>
|
265
|
-
</packing>
|
266
|
-
</child>
|
267
|
-
<child>
|
268
|
-
<object class="GtkLabel" id="allow_bold_label">
|
269
|
-
<property name="visible">True</property>
|
270
|
-
<property name="can_focus">False</property>
|
271
|
-
<property name="halign">start</property>
|
272
|
-
<property name="label" translatable="yes">Allow Bold</property>
|
273
|
-
</object>
|
274
|
-
<packing>
|
275
|
-
<property name="left_attach">0</property>
|
276
|
-
<property name="top_attach">1</property>
|
277
|
-
</packing>
|
278
|
-
</child>
|
279
|
-
<child>
|
280
|
-
<object class="GtkSwitch" id="allow_bold_switch">
|
281
|
-
<property name="visible">True</property>
|
282
|
-
<property name="can_focus">True</property>
|
283
|
-
<property name="halign">end</property>
|
284
|
-
<property name="valign">start</property>
|
285
|
-
</object>
|
286
|
-
<packing>
|
287
|
-
<property name="left_attach">1</property>
|
288
|
-
<property name="top_attach">1</property>
|
289
|
-
</packing>
|
290
|
-
</child>
|
291
|
-
<child>
|
292
|
-
<object class="GtkLabel" id="scroll_on_output_label">
|
293
|
-
<property name="visible">True</property>
|
294
|
-
<property name="can_focus">False</property>
|
295
|
-
<property name="halign">start</property>
|
296
|
-
<property name="label" translatable="yes">Scroll On Output</property>
|
297
|
-
</object>
|
298
|
-
<packing>
|
299
|
-
<property name="left_attach">0</property>
|
300
|
-
<property name="top_attach">2</property>
|
301
|
-
</packing>
|
302
|
-
</child>
|
303
|
-
<child>
|
304
|
-
<object class="GtkSwitch" id="scroll_on_output_switch">
|
305
|
-
<property name="visible">True</property>
|
306
|
-
<property name="can_focus">True</property>
|
307
|
-
<property name="halign">end</property>
|
308
|
-
</object>
|
309
|
-
<packing>
|
310
|
-
<property name="left_attach">1</property>
|
311
|
-
<property name="top_attach">2</property>
|
312
|
-
</packing>
|
313
|
-
</child>
|
314
|
-
<child>
|
315
|
-
<object class="GtkLabel" id="scroll_on_keystroke_label">
|
316
|
-
<property name="visible">True</property>
|
317
|
-
<property name="can_focus">False</property>
|
318
|
-
<property name="halign">start</property>
|
319
|
-
<property name="label" translatable="yes">Scroll On Keystroke</property>
|
320
|
-
</object>
|
321
|
-
<packing>
|
322
|
-
<property name="left_attach">0</property>
|
323
|
-
<property name="top_attach">3</property>
|
324
|
-
</packing>
|
325
|
-
</child>
|
326
|
-
<child>
|
327
|
-
<object class="GtkSwitch" id="scroll_on_keystroke_switch">
|
328
|
-
<property name="visible">True</property>
|
329
|
-
<property name="can_focus">True</property>
|
330
|
-
<property name="halign">end</property>
|
331
|
-
</object>
|
332
|
-
<packing>
|
333
|
-
<property name="left_attach">1</property>
|
334
|
-
<property name="top_attach">3</property>
|
335
|
-
</packing>
|
336
|
-
</child>
|
337
|
-
<child>
|
338
|
-
<object class="GtkLabel" id="rewrap_on_resize_label">
|
339
|
-
<property name="visible">True</property>
|
340
|
-
<property name="can_focus">False</property>
|
341
|
-
<property name="halign">start</property>
|
342
|
-
<property name="label" translatable="yes">Rewrap On Resize</property>
|
343
|
-
</object>
|
344
|
-
<packing>
|
345
|
-
<property name="left_attach">0</property>
|
346
|
-
<property name="top_attach">4</property>
|
347
|
-
</packing>
|
348
|
-
</child>
|
349
|
-
<child>
|
350
|
-
<object class="GtkSwitch" id="rewrap_on_resize_switch">
|
351
|
-
<property name="visible">True</property>
|
352
|
-
<property name="can_focus">True</property>
|
353
|
-
<property name="halign">end</property>
|
354
|
-
</object>
|
355
|
-
<packing>
|
356
|
-
<property name="left_attach">1</property>
|
357
|
-
<property name="top_attach">4</property>
|
358
|
-
</packing>
|
359
|
-
</child>
|
360
|
-
<child>
|
361
|
-
<object class="GtkSwitch" id="mouse_autohide_switch">
|
362
|
-
<property name="visible">True</property>
|
363
|
-
<property name="can_focus">True</property>
|
364
|
-
<property name="halign">end</property>
|
365
|
-
</object>
|
366
|
-
<packing>
|
367
|
-
<property name="left_attach">1</property>
|
368
|
-
<property name="top_attach">5</property>
|
369
|
-
</packing>
|
370
|
-
</child>
|
371
|
-
<child>
|
372
|
-
<object class="GtkLabel" id="mouse_autohide_label1">
|
373
|
-
<property name="visible">True</property>
|
374
|
-
<property name="can_focus">False</property>
|
375
|
-
<property name="halign">start</property>
|
376
|
-
<property name="label" translatable="yes">Mouse Autohide</property>
|
377
|
-
</object>
|
378
|
-
<packing>
|
379
|
-
<property name="left_attach">0</property>
|
380
|
-
<property name="top_attach">5</property>
|
381
|
-
</packing>
|
382
|
-
</child>
|
383
|
-
</object>
|
384
|
-
<packing>
|
385
|
-
<property name="expand">True</property>
|
386
|
-
<property name="fill">True</property>
|
387
|
-
<property name="position">0</property>
|
388
|
-
</packing>
|
389
|
-
</child>
|
390
|
-
<child>
|
391
|
-
<object class="GtkLabel" id="cursor_shape_label">
|
392
|
-
<property name="visible">True</property>
|
393
|
-
<property name="can_focus">False</property>
|
394
|
-
<property name="halign">start</property>
|
395
|
-
<property name="label" translatable="yes">Cursor Shape</property>
|
396
|
-
</object>
|
397
|
-
<packing>
|
398
|
-
<property name="expand">False</property>
|
399
|
-
<property name="fill">False</property>
|
400
|
-
<property name="position">1</property>
|
401
|
-
</packing>
|
402
|
-
</child>
|
403
|
-
<child>
|
404
|
-
<object class="GtkComboBoxText" id="cursor_shape_sel">
|
405
|
-
<property name="visible">True</property>
|
406
|
-
<property name="can_focus">False</property>
|
407
|
-
<property name="valign">start</property>
|
408
|
-
<property name="active_id">block_id</property>
|
409
|
-
<items>
|
410
|
-
<item id="block_id" translatable="yes">BLOCK</item>
|
411
|
-
<item id="ibeam_id" translatable="yes">IBEAM</item>
|
412
|
-
<item id="underline_id" translatable="yes">UNDERLINE</item>
|
413
|
-
</items>
|
414
|
-
</object>
|
415
|
-
<packing>
|
416
|
-
<property name="expand">True</property>
|
417
|
-
<property name="fill">True</property>
|
418
|
-
<property name="position">2</property>
|
419
|
-
</packing>
|
420
|
-
</child>
|
421
|
-
<child>
|
422
|
-
<object class="GtkLabel" id="cursor_blink_mode_label">
|
423
|
-
<property name="visible">True</property>
|
424
|
-
<property name="can_focus">False</property>
|
425
|
-
<property name="halign">start</property>
|
426
|
-
<property name="label" translatable="yes">Cursor Blink</property>
|
427
|
-
</object>
|
428
|
-
<packing>
|
429
|
-
<property name="expand">False</property>
|
430
|
-
<property name="fill">False</property>
|
431
|
-
<property name="position">3</property>
|
432
|
-
</packing>
|
433
|
-
</child>
|
434
|
-
<child>
|
435
|
-
<object class="GtkComboBoxText" id="cursor_blink_mode_sel">
|
436
|
-
<property name="visible">True</property>
|
437
|
-
<property name="can_focus">False</property>
|
438
|
-
<property name="valign">start</property>
|
439
|
-
<property name="active_id">system_id</property>
|
440
|
-
<items>
|
441
|
-
<item id="system_id" translatable="yes">SYSTEM</item>
|
442
|
-
<item id="on_id" translatable="yes">ON</item>
|
443
|
-
<item id="off_id" translatable="yes">OFF</item>
|
444
|
-
</items>
|
445
|
-
</object>
|
446
|
-
<packing>
|
447
|
-
<property name="expand">True</property>
|
448
|
-
<property name="fill">True</property>
|
449
|
-
<property name="position">4</property>
|
450
|
-
</packing>
|
451
|
-
</child>
|
452
|
-
<child>
|
453
|
-
<object class="GtkLabel" id="back_space_binding_label">
|
454
|
-
<property name="visible">True</property>
|
455
|
-
<property name="can_focus">False</property>
|
456
|
-
<property name="halign">start</property>
|
457
|
-
<property name="label" translatable="yes">Backspace Binding</property>
|
458
|
-
</object>
|
459
|
-
<packing>
|
460
|
-
<property name="expand">False</property>
|
461
|
-
<property name="fill">False</property>
|
462
|
-
<property name="position">5</property>
|
463
|
-
</packing>
|
464
|
-
</child>
|
465
|
-
<child>
|
466
|
-
<object class="GtkComboBoxText" id="backspace_binding_sel">
|
467
|
-
<property name="visible">True</property>
|
468
|
-
<property name="can_focus">False</property>
|
469
|
-
<property name="valign">start</property>
|
470
|
-
<property name="active_id">auto_id</property>
|
471
|
-
<items>
|
472
|
-
<item id="auto_id" translatable="yes">AUTO</item>
|
473
|
-
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
474
|
-
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
475
|
-
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
476
|
-
<item id="tty_id" translatable="yes">TTY</item>
|
477
|
-
</items>
|
478
|
-
</object>
|
479
|
-
<packing>
|
480
|
-
<property name="expand">True</property>
|
481
|
-
<property name="fill">True</property>
|
482
|
-
<property name="position">6</property>
|
483
|
-
</packing>
|
484
|
-
</child>
|
485
|
-
<child>
|
486
|
-
<object class="GtkLabel" id="delete_binding_label1">
|
487
|
-
<property name="visible">True</property>
|
488
|
-
<property name="can_focus">False</property>
|
489
|
-
<property name="halign">start</property>
|
490
|
-
<property name="label" translatable="yes">Delete Binding</property>
|
491
|
-
</object>
|
492
|
-
<packing>
|
493
|
-
<property name="expand">False</property>
|
494
|
-
<property name="fill">False</property>
|
495
|
-
<property name="position">7</property>
|
496
|
-
</packing>
|
497
|
-
</child>
|
498
|
-
<child>
|
499
|
-
<object class="GtkComboBoxText" id="delete_binding_sel">
|
500
|
-
<property name="visible">True</property>
|
501
|
-
<property name="can_focus">False</property>
|
502
|
-
<property name="valign">start</property>
|
503
|
-
<property name="active_id">auto_id</property>
|
504
|
-
<items>
|
505
|
-
<item id="auto_id" translatable="yes">AUTO</item>
|
506
|
-
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
507
|
-
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
508
|
-
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
509
|
-
<item id="tty_id" translatable="yes">TTY</item>
|
510
|
-
</items>
|
511
|
-
</object>
|
512
|
-
<packing>
|
513
|
-
<property name="expand">True</property>
|
514
|
-
<property name="fill">True</property>
|
515
|
-
<property name="position">8</property>
|
516
|
-
</packing>
|
517
|
-
</child>
|
518
|
-
</object>
|
519
|
-
</child>
|
520
|
-
</object>
|
521
|
-
</child>
|
522
|
-
<child type="label">
|
523
|
-
<object class="GtkLabel">
|
524
|
-
<property name="visible">True</property>
|
525
|
-
<property name="can_focus">False</property>
|
526
|
-
<property name="label" translatable="yes">Terminals Preferences</property>
|
527
|
-
</object>
|
528
|
-
</child>
|
257
|
+
<property name="halign">start</property>
|
258
|
+
<property name="label" translatable="yes">Scroll On Keystroke</property>
|
529
259
|
</object>
|
530
260
|
<packing>
|
531
|
-
<property name="
|
532
|
-
<property name="
|
533
|
-
|
261
|
+
<property name="left_attach">0</property>
|
262
|
+
<property name="top_attach">8</property>
|
263
|
+
</packing>
|
264
|
+
</child>
|
265
|
+
<child>
|
266
|
+
<object class="GtkSwitch" id="scroll_on_keystroke_switch">
|
267
|
+
<property name="visible">True</property>
|
268
|
+
<property name="can_focus">True</property>
|
269
|
+
<property name="halign">end</property>
|
270
|
+
</object>
|
271
|
+
<packing>
|
272
|
+
<property name="left_attach">1</property>
|
273
|
+
<property name="top_attach">8</property>
|
274
|
+
</packing>
|
275
|
+
</child>
|
276
|
+
<child>
|
277
|
+
<object class="GtkLabel" id="rewrap_on_resize_label">
|
278
|
+
<property name="visible">True</property>
|
279
|
+
<property name="can_focus">False</property>
|
280
|
+
<property name="halign">start</property>
|
281
|
+
<property name="label" translatable="yes">Rewrap On Resize</property>
|
282
|
+
</object>
|
283
|
+
<packing>
|
284
|
+
<property name="left_attach">0</property>
|
285
|
+
<property name="top_attach">9</property>
|
286
|
+
</packing>
|
287
|
+
</child>
|
288
|
+
<child>
|
289
|
+
<object class="GtkSwitch" id="rewrap_on_resize_switch">
|
290
|
+
<property name="visible">True</property>
|
291
|
+
<property name="can_focus">True</property>
|
292
|
+
<property name="halign">end</property>
|
293
|
+
</object>
|
294
|
+
<packing>
|
295
|
+
<property name="left_attach">1</property>
|
296
|
+
<property name="top_attach">9</property>
|
297
|
+
</packing>
|
298
|
+
</child>
|
299
|
+
<child>
|
300
|
+
<object class="GtkLabel" id="mouse_autohide_label">
|
301
|
+
<property name="visible">True</property>
|
302
|
+
<property name="can_focus">False</property>
|
303
|
+
<property name="halign">start</property>
|
304
|
+
<property name="label" translatable="yes">Mouse Autohide</property>
|
305
|
+
</object>
|
306
|
+
<packing>
|
307
|
+
<property name="left_attach">0</property>
|
308
|
+
<property name="top_attach">10</property>
|
309
|
+
</packing>
|
310
|
+
</child>
|
311
|
+
<child>
|
312
|
+
<object class="GtkSwitch" id="mouse_autohide_switch">
|
313
|
+
<property name="visible">True</property>
|
314
|
+
<property name="can_focus">True</property>
|
315
|
+
<property name="halign">end</property>
|
316
|
+
</object>
|
317
|
+
<packing>
|
318
|
+
<property name="left_attach">1</property>
|
319
|
+
<property name="top_attach">10</property>
|
320
|
+
</packing>
|
321
|
+
</child>
|
322
|
+
<child>
|
323
|
+
<object class="GtkLabel" id="cursor_shape_label">
|
324
|
+
<property name="visible">True</property>
|
325
|
+
<property name="can_focus">False</property>
|
326
|
+
<property name="halign">start</property>
|
327
|
+
<property name="label" translatable="yes">Cursor Shape</property>
|
328
|
+
</object>
|
329
|
+
<packing>
|
330
|
+
<property name="left_attach">0</property>
|
331
|
+
<property name="top_attach">11</property>
|
332
|
+
</packing>
|
333
|
+
</child>
|
334
|
+
<child>
|
335
|
+
<object class="GtkComboBoxText" id="cursor_shape_sel">
|
336
|
+
<property name="visible">True</property>
|
337
|
+
<property name="can_focus">False</property>
|
338
|
+
<property name="valign">start</property>
|
339
|
+
<property name="active_id">block_id</property>
|
340
|
+
<items>
|
341
|
+
<item id="block_id" translatable="yes">BLOCK</item>
|
342
|
+
<item id="ibeam_id" translatable="yes">IBEAM</item>
|
343
|
+
<item id="underline_id" translatable="yes">UNDERLINE</item>
|
344
|
+
</items>
|
345
|
+
</object>
|
346
|
+
<packing>
|
347
|
+
<property name="left_attach">1</property>
|
348
|
+
<property name="top_attach">11</property>
|
349
|
+
</packing>
|
350
|
+
</child>
|
351
|
+
<child>
|
352
|
+
<object class="GtkLabel" id="cursor_blink_mode_label">
|
353
|
+
<property name="visible">True</property>
|
354
|
+
<property name="can_focus">False</property>
|
355
|
+
<property name="halign">start</property>
|
356
|
+
<property name="label" translatable="yes">Cursor Blink</property>
|
357
|
+
</object>
|
358
|
+
<packing>
|
359
|
+
<property name="left_attach">0</property>
|
360
|
+
<property name="top_attach">12</property>
|
361
|
+
</packing>
|
362
|
+
</child>
|
363
|
+
<child>
|
364
|
+
<object class="GtkComboBoxText" id="cursor_blink_mode_sel">
|
365
|
+
<property name="visible">True</property>
|
366
|
+
<property name="can_focus">False</property>
|
367
|
+
<property name="valign">start</property>
|
368
|
+
<property name="active_id">system_id</property>
|
369
|
+
<items>
|
370
|
+
<item id="system_id" translatable="yes">SYSTEM</item>
|
371
|
+
<item id="on_id" translatable="yes">ON</item>
|
372
|
+
<item id="off_id" translatable="yes">OFF</item>
|
373
|
+
</items>
|
374
|
+
</object>
|
375
|
+
<packing>
|
376
|
+
<property name="left_attach">1</property>
|
377
|
+
<property name="top_attach">12</property>
|
378
|
+
</packing>
|
379
|
+
</child>
|
380
|
+
<child>
|
381
|
+
<object class="GtkLabel" id="back_space_binding_label">
|
382
|
+
<property name="visible">True</property>
|
383
|
+
<property name="can_focus">False</property>
|
384
|
+
<property name="halign">start</property>
|
385
|
+
<property name="label" translatable="yes">Backspace Binding</property>
|
386
|
+
</object>
|
387
|
+
<packing>
|
388
|
+
<property name="left_attach">0</property>
|
389
|
+
<property name="top_attach">13</property>
|
390
|
+
</packing>
|
391
|
+
</child>
|
392
|
+
<child>
|
393
|
+
<object class="GtkComboBoxText" id="backspace_binding_sel">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="can_focus">False</property>
|
396
|
+
<property name="valign">start</property>
|
397
|
+
<property name="active_id">auto_id</property>
|
398
|
+
<items>
|
399
|
+
<item id="auto_id" translatable="yes">AUTO</item>
|
400
|
+
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
401
|
+
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
402
|
+
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
403
|
+
<item id="tty_id" translatable="yes">TTY</item>
|
404
|
+
</items>
|
405
|
+
</object>
|
406
|
+
<packing>
|
407
|
+
<property name="left_attach">1</property>
|
408
|
+
<property name="top_attach">13</property>
|
409
|
+
</packing>
|
410
|
+
</child>
|
411
|
+
<child>
|
412
|
+
<object class="GtkLabel" id="delete_binding_label">
|
413
|
+
<property name="visible">True</property>
|
414
|
+
<property name="can_focus">False</property>
|
415
|
+
<property name="halign">start</property>
|
416
|
+
<property name="label" translatable="yes">Delete Binding</property>
|
417
|
+
</object>
|
418
|
+
<packing>
|
419
|
+
<property name="left_attach">0</property>
|
420
|
+
<property name="top_attach">14</property>
|
421
|
+
</packing>
|
422
|
+
</child>
|
423
|
+
<child>
|
424
|
+
<object class="GtkComboBoxText" id="delete_binding_sel">
|
425
|
+
<property name="visible">True</property>
|
426
|
+
<property name="can_focus">False</property>
|
427
|
+
<property name="valign">start</property>
|
428
|
+
<property name="active_id">auto_id</property>
|
429
|
+
<items>
|
430
|
+
<item id="auto_id" translatable="yes">AUTO</item>
|
431
|
+
<item id="ascii_backspace_id" translatable="yes">ASCII_BACKSPACE</item>
|
432
|
+
<item id="ascii_delete_id" translatable="yes">ASCII_DELETE</item>
|
433
|
+
<item id="delete_sequence_id" translatable="yes">DELETE_SEQUENCE</item>
|
434
|
+
<item id="tty_id" translatable="yes">TTY</item>
|
435
|
+
</items>
|
436
|
+
</object>
|
437
|
+
<packing>
|
438
|
+
<property name="left_attach">1</property>
|
439
|
+
<property name="top_attach">14</property>
|
534
440
|
</packing>
|
535
441
|
</child>
|
536
442
|
</object>
|
537
|
-
<packing>
|
538
|
-
<property name="expand">False</property>
|
539
|
-
<property name="fill">True</property>
|
540
|
-
<property name="position">1</property>
|
541
|
-
</packing>
|
542
443
|
</child>
|
543
444
|
</object>
|
544
445
|
</child>
|
545
|
-
<
|
546
|
-
<
|
547
|
-
|
548
|
-
|
549
|
-
</object>
|
446
|
+
<child type="titlebar">
|
447
|
+
<placeholder/>
|
448
|
+
</child>
|
449
|
+
</template>
|
550
450
|
</interface>
|