| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <!-- Generated with glade 3.38.2 |
| |
3 |
| |
4 Pidgin - Internet Messenger |
| |
5 Copyright (C) Pidgin Developers <devel@pidgin.im> |
| |
6 |
| |
7 This program is free software; you can redistribute it and/or |
| |
8 modify it under the terms of the GNU General Public License |
| |
9 as published by the Free Software Foundation; either version 2 |
| |
10 of the License, or (at your option) any later version. |
| |
11 |
| |
12 This program is distributed in the hope that it will be useful, |
| |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| |
15 GNU General Public License for more details. |
| |
16 |
| |
17 You should have received a copy of the GNU General Public License |
| |
18 along with this program; if not, see <https://www.gnu.org/licenses/>. |
| |
19 |
| |
20 --> |
| |
21 <interface> |
| |
22 <requires lib="gtk+" version="3.22"/> |
| |
23 <!-- interface-license-type gplv2 --> |
| |
24 <!-- interface-name Pidgin --> |
| |
25 <!-- interface-description Internet Messenger --> |
| |
26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| |
27 <object class="GtkListStore" id="auto_reply.store"> |
| |
28 <columns> |
| |
29 <!-- column-name text --> |
| |
30 <column type="gchararray"/> |
| |
31 <!-- column-name value --> |
| |
32 <column type="gchararray"/> |
| |
33 </columns> |
| |
34 <data> |
| |
35 <row> |
| |
36 <col id="0" translatable="yes">Never</col> |
| |
37 <col id="1">never</col> |
| |
38 </row> |
| |
39 <row> |
| |
40 <col id="0" translatable="yes">When away</col> |
| |
41 <col id="1">away</col> |
| |
42 </row> |
| |
43 <row> |
| |
44 <col id="0" translatable="yes">When both away and idle</col> |
| |
45 <col id="1">awayidle</col> |
| |
46 </row> |
| |
47 </data> |
| |
48 </object> |
| |
49 <object class="GtkListStore" id="idle_reporting.store"> |
| |
50 <columns> |
| |
51 <!-- column-name text --> |
| |
52 <column type="gchararray"/> |
| |
53 <!-- column-name value --> |
| |
54 <column type="gchararray"/> |
| |
55 </columns> |
| |
56 <data> |
| |
57 <row> |
| |
58 <col id="0" translatable="yes">Never</col> |
| |
59 <col id="1">none</col> |
| |
60 </row> |
| |
61 <row> |
| |
62 <col id="0" translatable="yes">From last sent message</col> |
| |
63 <col id="1">purple</col> |
| |
64 </row> |
| |
65 <row> |
| |
66 <col id="0" translatable="yes">Based on keyboard or mouse use</col> |
| |
67 <col id="1">system</col> |
| |
68 </row> |
| |
69 </data> |
| |
70 </object> |
| |
71 <object class="GtkAdjustment" id="mins_before_adjustment"> |
| |
72 <property name="lower">1</property> |
| |
73 <property name="upper">1440</property> |
| |
74 <property name="value">1</property> |
| |
75 <property name="step-increment">1</property> |
| |
76 <property name="page-increment">10</property> |
| |
77 </object> |
| |
78 <template class="PidginAwayPage" parent="HdyPreferencesPage"> |
| |
79 <property name="visible">True</property> |
| |
80 <property name="can-focus">False</property> |
| |
81 <child> |
| |
82 <object class="HdyPreferencesGroup"> |
| |
83 <property name="visible">True</property> |
| |
84 <property name="can-focus">False</property> |
| |
85 <property name="title" translatable="yes">Idle</property> |
| |
86 <child> |
| |
87 <object class="GtkAlignment"> |
| |
88 <property name="visible">True</property> |
| |
89 <property name="can-focus">False</property> |
| |
90 <property name="left-padding">12</property> |
| |
91 <child> |
| |
92 <object class="GtkBox"> |
| |
93 <property name="visible">True</property> |
| |
94 <property name="can-focus">False</property> |
| |
95 <property name="orientation">vertical</property> |
| |
96 <property name="spacing">6</property> |
| |
97 <child> |
| |
98 <object class="GtkBox"> |
| |
99 <property name="visible">True</property> |
| |
100 <property name="can-focus">False</property> |
| |
101 <property name="spacing">6</property> |
| |
102 <child> |
| |
103 <object class="GtkLabel" id="label12"> |
| |
104 <property name="visible">True</property> |
| |
105 <property name="can-focus">False</property> |
| |
106 <property name="label" translatable="yes">_Report idle time:</property> |
| |
107 <property name="use-underline">True</property> |
| |
108 <property name="mnemonic-widget">idle_reporting.combo</property> |
| |
109 <property name="xalign">0</property> |
| |
110 </object> |
| |
111 <packing> |
| |
112 <property name="expand">False</property> |
| |
113 <property name="fill">True</property> |
| |
114 <property name="position">0</property> |
| |
115 </packing> |
| |
116 </child> |
| |
117 <child> |
| |
118 <object class="GtkComboBox" id="idle_reporting.combo"> |
| |
119 <property name="visible">True</property> |
| |
120 <property name="can-focus">False</property> |
| |
121 <property name="model">idle_reporting.store</property> |
| |
122 <child> |
| |
123 <object class="GtkCellRendererText"/> |
| |
124 <attributes> |
| |
125 <attribute name="text">0</attribute> |
| |
126 </attributes> |
| |
127 </child> |
| |
128 </object> |
| |
129 <packing> |
| |
130 <property name="expand">False</property> |
| |
131 <property name="fill">True</property> |
| |
132 <property name="position">1</property> |
| |
133 </packing> |
| |
134 </child> |
| |
135 </object> |
| |
136 <packing> |
| |
137 <property name="expand">False</property> |
| |
138 <property name="fill">True</property> |
| |
139 <property name="position">0</property> |
| |
140 </packing> |
| |
141 </child> |
| |
142 <child> |
| |
143 <object class="GtkBox"> |
| |
144 <property name="visible">True</property> |
| |
145 <property name="can-focus">False</property> |
| |
146 <property name="spacing">6</property> |
| |
147 <child> |
| |
148 <object class="GtkLabel" id="label13"> |
| |
149 <property name="visible">True</property> |
| |
150 <property name="can-focus">False</property> |
| |
151 <property name="label" translatable="yes">_Minutes before becoming idle:</property> |
| |
152 <property name="use-underline">True</property> |
| |
153 <property name="mnemonic-widget">mins_before_away</property> |
| |
154 <property name="xalign">0</property> |
| |
155 </object> |
| |
156 <packing> |
| |
157 <property name="expand">False</property> |
| |
158 <property name="fill">True</property> |
| |
159 <property name="position">0</property> |
| |
160 </packing> |
| |
161 </child> |
| |
162 <child> |
| |
163 <object class="GtkSpinButton" id="mins_before_away"> |
| |
164 <property name="visible">True</property> |
| |
165 <property name="can-focus">True</property> |
| |
166 <property name="adjustment">mins_before_adjustment</property> |
| |
167 <property name="numeric">True</property> |
| |
168 </object> |
| |
169 <packing> |
| |
170 <property name="expand">False</property> |
| |
171 <property name="fill">True</property> |
| |
172 <property name="position">1</property> |
| |
173 </packing> |
| |
174 </child> |
| |
175 </object> |
| |
176 <packing> |
| |
177 <property name="expand">False</property> |
| |
178 <property name="fill">True</property> |
| |
179 <property name="position">1</property> |
| |
180 </packing> |
| |
181 </child> |
| |
182 <child> |
| |
183 <object class="GtkBox" id="idle_hbox"> |
| |
184 <property name="visible">True</property> |
| |
185 <property name="can-focus">False</property> |
| |
186 <property name="spacing">6</property> |
| |
187 <child> |
| |
188 <object class="GtkCheckButton" id="away_when_idle"> |
| |
189 <property name="label" translatable="yes">Change to this status when _idle:</property> |
| |
190 <property name="visible">True</property> |
| |
191 <property name="can-focus">True</property> |
| |
192 <property name="receives-default">False</property> |
| |
193 <property name="use-underline">True</property> |
| |
194 <property name="draw-indicator">True</property> |
| |
195 </object> |
| |
196 <packing> |
| |
197 <property name="expand">False</property> |
| |
198 <property name="fill">True</property> |
| |
199 <property name="position">0</property> |
| |
200 </packing> |
| |
201 </child> |
| |
202 <child> |
| |
203 <placeholder/> |
| |
204 </child> |
| |
205 </object> |
| |
206 <packing> |
| |
207 <property name="expand">False</property> |
| |
208 <property name="fill">True</property> |
| |
209 <property name="position">2</property> |
| |
210 </packing> |
| |
211 </child> |
| |
212 </object> |
| |
213 </child> |
| |
214 </object> |
| |
215 </child> |
| |
216 </object> |
| |
217 <packing> |
| |
218 <property name="expand">False</property> |
| |
219 <property name="fill">True</property> |
| |
220 <property name="position">0</property> |
| |
221 </packing> |
| |
222 </child> |
| |
223 <child> |
| |
224 <object class="HdyPreferencesGroup"> |
| |
225 <property name="visible">True</property> |
| |
226 <property name="can-focus">False</property> |
| |
227 <property name="title" translatable="yes">Away</property> |
| |
228 <child> |
| |
229 <object class="GtkAlignment"> |
| |
230 <property name="visible">True</property> |
| |
231 <property name="can-focus">False</property> |
| |
232 <property name="left-padding">12</property> |
| |
233 <child> |
| |
234 <object class="GtkBox"> |
| |
235 <property name="visible">True</property> |
| |
236 <property name="can-focus">False</property> |
| |
237 <property name="orientation">vertical</property> |
| |
238 <child> |
| |
239 <object class="GtkBox"> |
| |
240 <property name="visible">True</property> |
| |
241 <property name="can-focus">False</property> |
| |
242 <property name="spacing">6</property> |
| |
243 <child> |
| |
244 <object class="GtkLabel" id="label14"> |
| |
245 <property name="visible">True</property> |
| |
246 <property name="can-focus">False</property> |
| |
247 <property name="label" translatable="yes">_Auto-reply:</property> |
| |
248 <property name="use-underline">True</property> |
| |
249 <property name="mnemonic-widget">auto_reply.combo</property> |
| |
250 <property name="xalign">0</property> |
| |
251 </object> |
| |
252 <packing> |
| |
253 <property name="expand">False</property> |
| |
254 <property name="fill">True</property> |
| |
255 <property name="position">0</property> |
| |
256 </packing> |
| |
257 </child> |
| |
258 <child> |
| |
259 <object class="GtkComboBox" id="auto_reply.combo"> |
| |
260 <property name="visible">True</property> |
| |
261 <property name="can-focus">False</property> |
| |
262 <property name="model">auto_reply.store</property> |
| |
263 <child> |
| |
264 <object class="GtkCellRendererText"/> |
| |
265 <attributes> |
| |
266 <attribute name="text">0</attribute> |
| |
267 </attributes> |
| |
268 </child> |
| |
269 </object> |
| |
270 <packing> |
| |
271 <property name="expand">False</property> |
| |
272 <property name="fill">True</property> |
| |
273 <property name="position">1</property> |
| |
274 </packing> |
| |
275 </child> |
| |
276 </object> |
| |
277 <packing> |
| |
278 <property name="expand">False</property> |
| |
279 <property name="fill">True</property> |
| |
280 <property name="position">0</property> |
| |
281 </packing> |
| |
282 </child> |
| |
283 </object> |
| |
284 </child> |
| |
285 </object> |
| |
286 </child> |
| |
287 </object> |
| |
288 <packing> |
| |
289 <property name="expand">False</property> |
| |
290 <property name="fill">True</property> |
| |
291 <property name="position">1</property> |
| |
292 </packing> |
| |
293 </child> |
| |
294 <child> |
| |
295 <object class="HdyPreferencesGroup"> |
| |
296 <property name="visible">True</property> |
| |
297 <property name="can-focus">False</property> |
| |
298 <property name="title" translatable="yes">Status at Startup</property> |
| |
299 <child> |
| |
300 <object class="GtkAlignment"> |
| |
301 <property name="visible">True</property> |
| |
302 <property name="can-focus">False</property> |
| |
303 <property name="left-padding">12</property> |
| |
304 <child> |
| |
305 <object class="GtkBox"> |
| |
306 <property name="visible">True</property> |
| |
307 <property name="can-focus">False</property> |
| |
308 <property name="orientation">vertical</property> |
| |
309 <property name="spacing">6</property> |
| |
310 <child> |
| |
311 <object class="GtkCheckButton" id="startup_current_status"> |
| |
312 <property name="label" translatable="yes">Use status from last _exit at startup</property> |
| |
313 <property name="visible">True</property> |
| |
314 <property name="can-focus">True</property> |
| |
315 <property name="receives-default">False</property> |
| |
316 <property name="use-underline">True</property> |
| |
317 <property name="draw-indicator">True</property> |
| |
318 </object> |
| |
319 <packing> |
| |
320 <property name="expand">False</property> |
| |
321 <property name="fill">True</property> |
| |
322 <property name="position">0</property> |
| |
323 </packing> |
| |
324 </child> |
| |
325 <child> |
| |
326 <object class="GtkBox" id="startup_hbox"> |
| |
327 <property name="visible">True</property> |
| |
328 <property name="can-focus">False</property> |
| |
329 <property name="spacing">6</property> |
| |
330 <child> |
| |
331 <object class="GtkLabel" id="startup_label"> |
| |
332 <property name="visible">True</property> |
| |
333 <property name="can-focus">False</property> |
| |
334 <property name="label" translatable="yes">Status to a_pply at startup:</property> |
| |
335 <property name="use-underline">True</property> |
| |
336 <property name="xalign">0</property> |
| |
337 </object> |
| |
338 <packing> |
| |
339 <property name="expand">False</property> |
| |
340 <property name="fill">True</property> |
| |
341 <property name="position">0</property> |
| |
342 </packing> |
| |
343 </child> |
| |
344 <child> |
| |
345 <placeholder/> |
| |
346 </child> |
| |
347 </object> |
| |
348 <packing> |
| |
349 <property name="expand">False</property> |
| |
350 <property name="fill">True</property> |
| |
351 <property name="position">1</property> |
| |
352 </packing> |
| |
353 </child> |
| |
354 </object> |
| |
355 </child> |
| |
356 </object> |
| |
357 </child> |
| |
358 </object> |
| |
359 <packing> |
| |
360 <property name="expand">False</property> |
| |
361 <property name="fill">True</property> |
| |
362 <property name="position">2</property> |
| |
363 </packing> |
| |
364 </child> |
| |
365 </template> |
| |
366 <object class="GtkSizeGroup" id="sg"> |
| |
367 <widgets> |
| |
368 <widget name="label12"/> |
| |
369 <widget name="label13"/> |
| |
370 <widget name="away_when_idle"/> |
| |
371 <widget name="label14"/> |
| |
372 <widget name="startup_current_status"/> |
| |
373 <widget name="startup_label"/> |
| |
374 </widgets> |
| |
375 </object> |
| |
376 </interface> |