442 lines
		
	
	
	
		
			20 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			442 lines
		
	
	
	
		
			20 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.22.1 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.20"/>
 | |
|   <object class="GtkListStore" id="liststore1">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">HTTP Connect</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">SOCKS5</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">BOSH</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkWindow" id="manage_proxies_window">
 | |
|     <property name="width_request">500</property>
 | |
|     <property name="height_request">440</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="border_width">18</property>
 | |
|     <property name="title" translatable="yes">Manage Proxy Profiles</property>
 | |
|     <property name="window_position">center-on-parent</property>
 | |
|     <property name="default_width">500</property>
 | |
|     <property name="default_height">440</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <signal name="destroy" handler="_on_destroy" swapped="no"/>
 | |
|     <signal name="key-press-event" handler="_on_key_press" swapped="no"/>
 | |
|     <child>
 | |
|       <placeholder/>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkBox">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="spacing">12</property>
 | |
|         <child>
 | |
|           <object class="GtkBox">
 | |
|             <property name="width_request">200</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="orientation">vertical</property>
 | |
|             <child>
 | |
|               <object class="GtkScrolledWindow">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="shadow_type">in</property>
 | |
|                 <child>
 | |
|                   <object class="GtkTreeView" id="proxies_treeview">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="headers_visible">False</property>
 | |
|                     <signal name="cursor-changed" handler="on_proxies_treeview_cursor_changed" swapped="no"/>
 | |
|                     <signal name="key-press-event" handler="on_proxies_treeview_key_press_event" swapped="no"/>
 | |
|                     <child internal-child="selection">
 | |
|                       <object class="GtkTreeSelection" id="treeview-selection1"/>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">True</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkToolbar">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="toolbar_style">icons</property>
 | |
|                 <property name="show_arrow">False</property>
 | |
|                 <property name="icon_size">1</property>
 | |
|                 <child>
 | |
|                   <object class="GtkToolButton" id="add_proxy_button">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="tooltip_text" translatable="yes">Add Proxy</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <property name="icon_name">list-add-symbolic</property>
 | |
|                     <signal name="clicked" handler="on_add_proxy_button_clicked" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="homogeneous">True</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkToolButton" id="remove_proxy_button">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="tooltip_text" translatable="yes">Remove Proxy</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <property name="icon_name">list-remove-symbolic</property>
 | |
|                     <signal name="clicked" handler="on_remove_proxy_button_clicked" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="homogeneous">True</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <style>
 | |
|                   <class name="inline-toolbar"/>
 | |
|                 </style>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">True</property>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkBox">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="orientation">vertical</property>
 | |
|             <property name="spacing">6</property>
 | |
|             <child>
 | |
|               <object class="GtkGrid">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="row_spacing">6</property>
 | |
|                 <property name="column_spacing">12</property>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">Properties</property>
 | |
|                     <property name="use_markup">True</property>
 | |
|                     <style>
 | |
|                       <class name="bold"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">0</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">_Name</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">_Type</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="proxyname_entry">
 | |
|                     <property name="width_request">200</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="changed" handler="on_proxyname_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkComboBox" id="proxytype_combobox">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="margin_bottom">6</property>
 | |
|                     <property name="model">liststore1</property>
 | |
|                     <signal name="changed" handler="on_proxytype_combobox_changed" swapped="no"/>
 | |
|                     <child>
 | |
|                       <object class="GtkCellRendererText"/>
 | |
|                       <attributes>
 | |
|                         <attribute name="text">0</attribute>
 | |
|                       </attributes>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <placeholder/>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkGrid" id="proxy_table">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="row_spacing">6</property>
 | |
|                 <property name="column_spacing">12</property>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="boshuri_label">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">_BOSH URL</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="boshuri_entry">
 | |
|                     <property name="width_request">200</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="changed" handler="on_boshuri_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkCheckButton" id="boshuseproxy_checkbutton">
 | |
|                     <property name="label" translatable="yes">Use HTTP prox_y</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="receives_default">False</property>
 | |
|                     <property name="halign">start</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <property name="draw_indicator">True</property>
 | |
|                     <signal name="toggled" handler="on_boshuseproxy_checkbutton_toggled" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">Proxy _Host</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">3</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="proxyhost_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="changed" handler="on_proxyhost_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">3</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">Proxy _Port</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">4</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="proxyport_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="changed" handler="on_proxyport_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">4</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">_Username</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">6</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkCheckButton" id="useauth_checkbutton">
 | |
|                     <property name="label" translatable="yes">Use proxy auth_entication</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="receives_default">False</property>
 | |
|                     <property name="halign">start</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <property name="draw_indicator">True</property>
 | |
|                     <signal name="toggled" handler="on_useauth_checkbutton_toggled" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">5</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="proxyuser_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="changed" handler="on_proxyuser_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">6</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">Pass_word</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                     <style>
 | |
|                       <class name="dim-label"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">7</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="proxypass_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="visibility">False</property>
 | |
|                     <signal name="changed" handler="on_proxypass_entry_changed" swapped="no"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="top_attach">7</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="halign">end</property>
 | |
|                     <property name="label" translatable="yes">Settings</property>
 | |
|                     <property name="use_markup">True</property>
 | |
|                     <style>
 | |
|                       <class name="bold"/>
 | |
|                     </style>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">0</property>
 | |
|                     <property name="top_attach">0</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <placeholder/>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <placeholder/>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <placeholder/>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">True</property>
 | |
|             <property name="position">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |