3 <requires lib=
"gtk+" version=
"2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class=
"GtkListStore" id=
"liststore1">
7 <!-- column-name item -->
8 <column type=
"gchararray"/>
12 <col id=
"0" translatable=
"yes">HTTP Connect
</col>
15 <col id=
"0" translatable=
"yes">SOCKS5
</col>
18 <col id=
"0" translatable=
"yes">BOSH
</col>
22 <object class=
"GtkWindow" id=
"manage_proxies_window">
23 <property name=
"border_width">12</property>
24 <property name=
"title" translatable=
"yes">Manage Proxy Profiles
</property>
25 <property name=
"type_hint">dialog
</property>
26 <signal name=
"destroy" handler=
"on_manage_proxies_window_destroy"/>
28 <object class=
"GtkVBox" id=
"vbox87">
29 <property name=
"visible">True
</property>
30 <property name=
"orientation">vertical
</property>
31 <property name=
"spacing">12</property>
33 <object class=
"GtkHBox" id=
"hbox2966">
34 <property name=
"visible">True
</property>
35 <property name=
"spacing">12</property>
37 <object class=
"GtkVBox" id=
"vbox89">
38 <property name=
"visible">True
</property>
39 <property name=
"orientation">vertical
</property>
40 <property name=
"spacing">6</property>
42 <object class=
"GtkScrolledWindow" id=
"scrolledwindow38">
43 <property name=
"visible">True
</property>
44 <property name=
"can_focus">True
</property>
45 <property name=
"hscrollbar_policy">automatic
</property>
46 <property name=
"vscrollbar_policy">automatic
</property>
47 <property name=
"shadow_type">in
</property>
49 <object class=
"GtkTreeView" id=
"proxies_treeview">
50 <property name=
"visible">True
</property>
51 <property name=
"can_focus">True
</property>
52 <property name=
"headers_visible">False
</property>
53 <signal name=
"cursor_changed" handler=
"on_proxies_treeview_cursor_changed"/>
54 <signal name=
"key_press_event" handler=
"on_proxies_treeview_key_press_event"/>
59 <property name=
"position">0</property>
63 <object class=
"GtkHButtonBox" id=
"hbuttonbox21">
64 <property name=
"visible">True
</property>
65 <property name=
"spacing">6</property>
66 <property name=
"layout_style">end
</property>
68 <object class=
"GtkButton" id=
"add_proxy_button">
69 <property name=
"label">gtk-add
</property>
70 <property name=
"visible">True
</property>
71 <property name=
"can_focus">True
</property>
72 <property name=
"can_default">True
</property>
73 <property name=
"receives_default">False
</property>
74 <property name=
"use_stock">True
</property>
75 <signal name=
"clicked" handler=
"on_add_proxy_button_clicked"/>
78 <property name=
"expand">False
</property>
79 <property name=
"fill">False
</property>
80 <property name=
"position">0</property>
84 <object class=
"GtkButton" id=
"remove_proxy_button">
85 <property name=
"label">gtk-remove
</property>
86 <property name=
"visible">True
</property>
87 <property name=
"can_focus">True
</property>
88 <property name=
"can_default">True
</property>
89 <property name=
"receives_default">False
</property>
90 <property name=
"use_stock">True
</property>
91 <signal name=
"clicked" handler=
"on_remove_proxy_button_clicked"/>
94 <property name=
"expand">False
</property>
95 <property name=
"fill">False
</property>
96 <property name=
"position">1</property>
101 <property name=
"expand">False
</property>
102 <property name=
"position">1</property>
107 <property name=
"position">0</property>
111 <object class=
"GtkVBox" id=
"vbox90">
112 <property name=
"visible">True
</property>
113 <property name=
"orientation">vertical
</property>
115 <object class=
"GtkFrame" id=
"frame34">
116 <property name=
"visible">True
</property>
117 <property name=
"label_xalign">0</property>
118 <property name=
"shadow_type">none
</property>
120 <object class=
"GtkAlignment" id=
"alignment72">
121 <property name=
"visible">True
</property>
122 <property name=
"left_padding">12</property>
124 <object class=
"GtkTable" id=
"table34">
125 <property name=
"visible">True
</property>
126 <property name=
"border_width">6</property>
127 <property name=
"n_rows">2</property>
128 <property name=
"n_columns">2</property>
129 <property name=
"column_spacing">12</property>
130 <property name=
"row_spacing">6</property>
132 <object class=
"GtkEntry" id=
"proxyname_entry">
133 <property name=
"visible">True
</property>
134 <property name=
"can_focus">True
</property>
135 <signal name=
"changed" handler=
"on_proxyname_entry_changed"/>
138 <property name=
"left_attach">1</property>
139 <property name=
"right_attach">2</property>
140 <property name=
"y_options"></property>
144 <object class=
"GtkComboBox" id=
"proxytype_combobox">
145 <property name=
"visible">True
</property>
146 <property name=
"model">liststore1
</property>
147 <signal name=
"changed" handler=
"on_proxytype_combobox_changed"/>
149 <object class=
"GtkCellRendererText" id=
"cellrenderertext1"/>
151 <attribute name=
"text">0</attribute>
156 <property name=
"left_attach">1</property>
157 <property name=
"right_attach">2</property>
158 <property name=
"top_attach">1</property>
159 <property name=
"bottom_attach">2</property>
160 <property name=
"y_options">GTK_FILL
</property>
164 <object class=
"GtkLabel" id=
"label321">
165 <property name=
"visible">True
</property>
166 <property name=
"xalign">0</property>
167 <property name=
"label" translatable=
"yes">_Type:
</property>
168 <property name=
"use_underline">True
</property>
169 <property name=
"mnemonic_widget">proxytype_combobox
</property>
172 <property name=
"top_attach">1</property>
173 <property name=
"bottom_attach">2</property>
174 <property name=
"x_options">GTK_FILL
</property>
175 <property name=
"y_options"></property>
179 <object class=
"GtkLabel" id=
"label320">
180 <property name=
"visible">True
</property>
181 <property name=
"xalign">0</property>
182 <property name=
"label" translatable=
"yes">_Name:
</property>
183 <property name=
"use_underline">True
</property>
184 <property name=
"mnemonic_widget">proxyname_entry
</property>
187 <property name=
"x_options">GTK_FILL
</property>
188 <property name=
"y_options"></property>
196 <object class=
"GtkLabel" id=
"label319">
197 <property name=
"visible">True
</property>
198 <property name=
"label" translatable=
"yes"><b
>Properties
</b
></property>
199 <property name=
"use_markup">True
</property>
204 <property name=
"position">0</property>
208 <object class=
"GtkFrame" id=
"frame23">
209 <property name=
"visible">True
</property>
210 <property name=
"border_width">6</property>
211 <property name=
"label_xalign">0</property>
212 <property name=
"shadow_type">none
</property>
214 <object class=
"GtkAlignment" id=
"alignment51">
215 <property name=
"visible">True
</property>
216 <property name=
"left_padding">12</property>
218 <object class=
"GtkTable" id=
"proxy_table">
219 <property name=
"visible">True
</property>
220 <property name=
"sensitive">False
</property>
221 <property name=
"n_rows">7</property>
222 <property name=
"n_columns">2</property>
223 <property name=
"column_spacing">12</property>
224 <property name=
"row_spacing">6</property>
226 <object class=
"GtkCheckButton" id=
"boshuseproxy_checkbutton">
227 <property name=
"label" translatable=
"yes">Use HTTP prox_y
</property>
228 <property name=
"visible">True
</property>
229 <property name=
"can_focus">True
</property>
230 <property name=
"receives_default">False
</property>
231 <property name=
"use_underline">True
</property>
232 <property name=
"draw_indicator">True
</property>
233 <signal name=
"toggled" handler=
"on_boshuseproxy_checkbutton_toggled"/>
236 <property name=
"right_attach">2</property>
237 <property name=
"top_attach">1</property>
238 <property name=
"bottom_attach">2</property>
239 <property name=
"x_options">GTK_FILL
</property>
240 <property name=
"y_options"></property>
244 <object class=
"GtkEntry" id=
"boshuri_entry">
245 <property name=
"visible">True
</property>
246 <property name=
"can_focus">True
</property>
247 <signal name=
"changed" handler=
"on_boshuri_entry_changed"/>
250 <property name=
"left_attach">1</property>
251 <property name=
"right_attach">2</property>
252 <property name=
"y_options"></property>
256 <object class=
"GtkLabel" id=
"boshuri_label">
257 <property name=
"visible">True
</property>
258 <property name=
"xalign">0</property>
259 <property name=
"label" translatable=
"yes">_BOSH URL:
</property>
260 <property name=
"use_underline">True
</property>
261 <property name=
"mnemonic_widget">boshuri_entry
</property>
264 <property name=
"x_options">GTK_FILL
</property>
265 <property name=
"y_options"></property>
269 <object class=
"GtkCheckButton" id=
"useauth_checkbutton">
270 <property name=
"label" translatable=
"yes">Use proxy auth_entication
</property>
271 <property name=
"visible">True
</property>
272 <property name=
"can_focus">True
</property>
273 <property name=
"receives_default">False
</property>
274 <property name=
"use_underline">True
</property>
275 <property name=
"draw_indicator">True
</property>
276 <signal name=
"toggled" handler=
"on_useauth_checkbutton_toggled"/>
279 <property name=
"right_attach">2</property>
280 <property name=
"top_attach">4</property>
281 <property name=
"bottom_attach">5</property>
282 <property name=
"x_options">GTK_FILL
</property>
283 <property name=
"y_options"></property>
287 <object class=
"GtkEntry" id=
"proxyuser_entry">
288 <property name=
"visible">True
</property>
289 <property name=
"can_focus">True
</property>
290 <signal name=
"changed" handler=
"on_proxyuser_entry_changed"/>
293 <property name=
"left_attach">1</property>
294 <property name=
"right_attach">2</property>
295 <property name=
"top_attach">5</property>
296 <property name=
"bottom_attach">6</property>
297 <property name=
"y_options"></property>
301 <object class=
"GtkEntry" id=
"proxypass_entry">
302 <property name=
"visible">True
</property>
303 <property name=
"can_focus">True
</property>
304 <property name=
"visibility">False
</property>
305 <signal name=
"changed" handler=
"on_proxypass_entry_changed"/>
308 <property name=
"left_attach">1</property>
309 <property name=
"right_attach">2</property>
310 <property name=
"top_attach">6</property>
311 <property name=
"bottom_attach">7</property>
312 <property name=
"y_options"></property>
316 <object class=
"GtkLabel" id=
"label253">
317 <property name=
"visible">True
</property>
318 <property name=
"xalign">0</property>
319 <property name=
"label" translatable=
"yes">_Username:
</property>
320 <property name=
"use_underline">True
</property>
321 <property name=
"mnemonic_widget">proxyuser_entry
</property>
324 <property name=
"top_attach">5</property>
325 <property name=
"bottom_attach">6</property>
326 <property name=
"x_options">GTK_FILL
</property>
327 <property name=
"y_options"></property>
331 <object class=
"GtkLabel" id=
"label254">
332 <property name=
"visible">True
</property>
333 <property name=
"xalign">0</property>
334 <property name=
"label" translatable=
"yes">Pass_word:
</property>
335 <property name=
"use_underline">True
</property>
336 <property name=
"mnemonic_widget">proxypass_entry
</property>
339 <property name=
"top_attach">6</property>
340 <property name=
"bottom_attach">7</property>
341 <property name=
"x_options">GTK_FILL
</property>
342 <property name=
"y_options"></property>
346 <object class=
"GtkLabel" id=
"label135">
347 <property name=
"visible">True
</property>
348 <property name=
"xalign">0</property>
349 <property name=
"label" translatable=
"yes">Proxy _Host:
</property>
350 <property name=
"use_underline">True
</property>
351 <property name=
"mnemonic_widget">proxyhost_entry
</property>
354 <property name=
"top_attach">2</property>
355 <property name=
"bottom_attach">3</property>
356 <property name=
"x_options">GTK_FILL
</property>
357 <property name=
"y_options"></property>
361 <object class=
"GtkEntry" id=
"proxyport_entry">
362 <property name=
"visible">True
</property>
363 <property name=
"can_focus">True
</property>
364 <signal name=
"changed" handler=
"on_proxyport_entry_changed"/>
367 <property name=
"left_attach">1</property>
368 <property name=
"right_attach">2</property>
369 <property name=
"top_attach">3</property>
370 <property name=
"bottom_attach">4</property>
371 <property name=
"y_options"></property>
375 <object class=
"GtkEntry" id=
"proxyhost_entry">
376 <property name=
"visible">True
</property>
377 <property name=
"can_focus">True
</property>
378 <signal name=
"changed" handler=
"on_proxyhost_entry_changed"/>
381 <property name=
"left_attach">1</property>
382 <property name=
"right_attach">2</property>
383 <property name=
"top_attach">2</property>
384 <property name=
"bottom_attach">3</property>
385 <property name=
"y_options"></property>
389 <object class=
"GtkLabel" id=
"label136">
390 <property name=
"visible">True
</property>
391 <property name=
"xalign">0</property>
392 <property name=
"label" translatable=
"yes">Proxy _Port:
</property>
393 <property name=
"use_underline">True
</property>
394 <property name=
"mnemonic_widget">proxyport_entry
</property>
397 <property name=
"top_attach">3</property>
398 <property name=
"bottom_attach">4</property>
399 <property name=
"x_options">GTK_FILL
</property>
400 <property name=
"y_options"></property>
408 <object class=
"GtkLabel" id=
"label216">
409 <property name=
"visible">True
</property>
410 <property name=
"label" translatable=
"yes"><b
>Settings
</b
></property>
411 <property name=
"use_markup">True
</property>
416 <property name=
"position">1</property>
421 <property name=
"position">1</property>
426 <property name=
"position">0</property>
430 <object class=
"GtkHButtonBox" id=
"hbuttonbox22">
431 <property name=
"visible">True
</property>
432 <property name=
"border_width">7</property>
433 <property name=
"spacing">12</property>
434 <property name=
"layout_style">end
</property>
436 <object class=
"GtkButton" id=
"close_button">
437 <property name=
"label">gtk-close
</property>
438 <property name=
"visible">True
</property>
439 <property name=
"can_focus">True
</property>
440 <property name=
"can_default">True
</property>
441 <property name=
"receives_default">False
</property>
442 <property name=
"use_stock">True
</property>
443 <signal name=
"clicked" handler=
"on_close_button_clicked"/>
446 <property name=
"expand">False
</property>
447 <property name=
"fill">False
</property>
448 <property name=
"position">0</property>
453 <property name=
"position">1</property>