]> sjero.net Git - linphone/blob - gtk/tunnel_config.ui
Revert "Detect SSL support in exosip and disable TLS accordingly."
[linphone] / gtk / tunnel_config.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="lower">1</property>
7     <property name="upper">65535</property>
8     <property name="value">443</property>
9     <property name="step_increment">1</property>
10     <property name="page_increment">10</property>
11   </object>
12   <object class="GtkAdjustment" id="adjustment2">
13     <property name="lower">1</property>
14     <property name="upper">65535</property>
15     <property name="value">8080</property>
16     <property name="step_increment">1</property>
17     <property name="page_increment">10</property>
18   </object>
19   <object class="GtkDialog" id="tunnel_config">
20     <property name="can_focus">False</property>
21     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
22     <property name="border_width">5</property>
23     <property name="title" translatable="yes">Configure VoIP tunnel</property>
24     <property name="window_position">center-on-parent</property>
25     <property name="icon">linphone2.png</property>
26     <property name="type_hint">dialog</property>
27     <child internal-child="vbox">
28       <object class="GtkVBox" id="dialog-vbox2">
29         <property name="visible">True</property>
30         <property name="can_focus">False</property>
31         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
32         <property name="spacing">2</property>
33         <child>
34           <object class="GtkFrame" id="frame15">
35             <property name="visible">True</property>
36             <property name="can_focus">False</property>
37             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
38             <property name="label_xalign">0</property>
39             <property name="shadow_type">none</property>
40             <child>
41               <object class="GtkAlignment" id="alignment15">
42                 <property name="visible">True</property>
43                 <property name="can_focus">False</property>
44                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
45                 <property name="left_padding">12</property>
46                 <child>
47                   <object class="GtkVBox" id="vbox11">
48                     <property name="visible">True</property>
49                     <property name="can_focus">False</property>
50                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
51                     <child>
52                       <object class="GtkTable" id="table6">
53                         <property name="visible">True</property>
54                         <property name="can_focus">False</property>
55                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
56                         <property name="n_rows">4</property>
57                         <property name="n_columns">2</property>
58                         <property name="homogeneous">True</property>
59                         <child>
60                           <object class="GtkLabel" id="label38">
61                             <property name="visible">True</property>
62                             <property name="can_focus">False</property>
63                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
64                             <property name="label" translatable="yes">Host</property>
65                             <property name="justify">right</property>
66                           </object>
67                         </child>
68                         <child>
69                           <object class="GtkEntry" id="host">
70                             <property name="width_request">275</property>
71                             <property name="visible">True</property>
72                             <property name="can_focus">True</property>
73                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
74                             <property name="primary_icon_activatable">False</property>
75                             <property name="secondary_icon_activatable">False</property>
76                             <property name="primary_icon_sensitive">True</property>
77                             <property name="secondary_icon_sensitive">True</property>
78                           </object>
79                           <packing>
80                             <property name="left_attach">1</property>
81                             <property name="right_attach">2</property>
82                           </packing>
83                         </child>
84                         <child>
85                           <object class="GtkLabel" id="label39">
86                             <property name="visible">True</property>
87                             <property name="can_focus">False</property>
88                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
89                             <property name="label" translatable="yes">Port</property>
90                             <property name="justify">right</property>
91                           </object>
92                           <packing>
93                             <property name="top_attach">1</property>
94                             <property name="bottom_attach">2</property>
95                           </packing>
96                         </child>
97                         <child>
98                           <object class="GtkSpinButton" id="port">
99                             <property name="visible">True</property>
100                             <property name="can_focus">True</property>
101                             <property name="invisible_char">●</property>
102                             <property name="primary_icon_activatable">False</property>
103                             <property name="secondary_icon_activatable">False</property>
104                             <property name="primary_icon_sensitive">True</property>
105                             <property name="secondary_icon_sensitive">True</property>
106                             <property name="adjustment">adjustment1</property>
107                           </object>
108                           <packing>
109                             <property name="left_attach">1</property>
110                             <property name="right_attach">2</property>
111                             <property name="top_attach">1</property>
112                             <property name="bottom_attach">2</property>
113                           </packing>
114                         </child>
115                         <child>
116                           <object class="GtkRadioButton" id="radio_enable">
117                             <property name="label" translatable="yes">Enable</property>
118                             <property name="visible">True</property>
119                             <property name="can_focus">True</property>
120                             <property name="receives_default">False</property>
121                             <property name="use_action_appearance">False</property>
122                             <property name="xalign">0</property>
123                             <property name="active">True</property>
124                             <property name="draw_indicator">True</property>
125                             <property name="group">radio_disable</property>
126                           </object>
127                           <packing>
128                             <property name="left_attach">1</property>
129                             <property name="right_attach">2</property>
130                             <property name="top_attach">2</property>
131                             <property name="bottom_attach">3</property>
132                           </packing>
133                         </child>
134                         <child>
135                           <object class="GtkRadioButton" id="radio_disable">
136                             <property name="label" translatable="yes">Disable</property>
137                             <property name="visible">True</property>
138                             <property name="can_focus">True</property>
139                             <property name="receives_default">False</property>
140                             <property name="use_action_appearance">False</property>
141                             <property name="xalign">0</property>
142                             <property name="active">True</property>
143                             <property name="draw_indicator">True</property>
144                           </object>
145                           <packing>
146                             <property name="left_attach">1</property>
147                             <property name="right_attach">2</property>
148                             <property name="top_attach">3</property>
149                             <property name="bottom_attach">4</property>
150                           </packing>
151                         </child>
152                         <child>
153                           <placeholder/>
154                         </child>
155                         <child>
156                           <placeholder/>
157                         </child>
158                       </object>
159                       <packing>
160                         <property name="expand">True</property>
161                         <property name="fill">True</property>
162                         <property name="position">0</property>
163                       </packing>
164                     </child>
165                   </object>
166                 </child>
167               </object>
168             </child>
169             <child type="label">
170               <object class="GtkLabel" id="label42">
171                 <property name="visible">True</property>
172                 <property name="can_focus">False</property>
173                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
174                 <property name="label" translatable="yes">&lt;b&gt;Configure tunnel&lt;/b&gt;</property>
175                 <property name="use_markup">True</property>
176               </object>
177             </child>
178           </object>
179           <packing>
180             <property name="expand">False</property>
181             <property name="fill">True</property>
182             <property name="position">0</property>
183           </packing>
184         </child>
185         <child>
186           <object class="GtkFrame" id="frame1">
187             <property name="visible">True</property>
188             <property name="can_focus">False</property>
189             <property name="label_xalign">0</property>
190             <property name="shadow_type">none</property>
191             <child>
192               <object class="GtkAlignment" id="alignment1">
193                 <property name="visible">True</property>
194                 <property name="can_focus">False</property>
195                 <property name="left_padding">12</property>
196                 <child>
197                   <object class="GtkTable" id="table1">
198                     <property name="visible">True</property>
199                     <property name="can_focus">False</property>
200                     <property name="n_rows">4</property>
201                     <property name="n_columns">2</property>
202                     <property name="homogeneous">True</property>
203                     <child>
204                       <object class="GtkLabel" id="label1">
205                         <property name="visible">True</property>
206                         <property name="can_focus">False</property>
207                         <property name="label" translatable="yes">Host</property>
208                       </object>
209                     </child>
210                     <child>
211                       <object class="GtkLabel" id="label3">
212                         <property name="visible">True</property>
213                         <property name="can_focus">False</property>
214                         <property name="label" translatable="yes">Port</property>
215                       </object>
216                       <packing>
217                         <property name="top_attach">1</property>
218                         <property name="bottom_attach">2</property>
219                       </packing>
220                     </child>
221                     <child>
222                       <object class="GtkLabel" id="label4">
223                         <property name="visible">True</property>
224                         <property name="can_focus">False</property>
225                         <property name="label" translatable="yes">Username</property>
226                       </object>
227                       <packing>
228                         <property name="top_attach">2</property>
229                         <property name="bottom_attach">3</property>
230                       </packing>
231                     </child>
232                     <child>
233                       <object class="GtkLabel" id="label5">
234                         <property name="visible">True</property>
235                         <property name="can_focus">False</property>
236                         <property name="label" translatable="yes">Password</property>
237                       </object>
238                       <packing>
239                         <property name="top_attach">3</property>
240                         <property name="bottom_attach">4</property>
241                       </packing>
242                     </child>
243                     <child>
244                       <object class="GtkSpinButton" id="http_port">
245                         <property name="visible">True</property>
246                         <property name="can_focus">True</property>
247                         <property name="invisible_char">●</property>
248                         <property name="primary_icon_activatable">False</property>
249                         <property name="secondary_icon_activatable">False</property>
250                         <property name="primary_icon_sensitive">True</property>
251                         <property name="secondary_icon_sensitive">True</property>
252                         <property name="adjustment">adjustment2</property>
253                       </object>
254                       <packing>
255                         <property name="left_attach">1</property>
256                         <property name="right_attach">2</property>
257                         <property name="top_attach">1</property>
258                         <property name="bottom_attach">2</property>
259                       </packing>
260                     </child>
261                     <child>
262                       <object class="GtkEntry" id="http_host">
263                         <property name="visible">True</property>
264                         <property name="can_focus">True</property>
265                         <property name="invisible_char">●</property>
266                         <property name="primary_icon_activatable">False</property>
267                         <property name="secondary_icon_activatable">False</property>
268                         <property name="primary_icon_sensitive">True</property>
269                         <property name="secondary_icon_sensitive">True</property>
270                       </object>
271                       <packing>
272                         <property name="left_attach">1</property>
273                         <property name="right_attach">2</property>
274                       </packing>
275                     </child>
276                     <child>
277                       <object class="GtkEntry" id="username">
278                         <property name="visible">True</property>
279                         <property name="can_focus">True</property>
280                         <property name="invisible_char">●</property>
281                         <property name="primary_icon_activatable">False</property>
282                         <property name="secondary_icon_activatable">False</property>
283                         <property name="primary_icon_sensitive">True</property>
284                         <property name="secondary_icon_sensitive">True</property>
285                       </object>
286                       <packing>
287                         <property name="left_attach">1</property>
288                         <property name="right_attach">2</property>
289                         <property name="top_attach">2</property>
290                         <property name="bottom_attach">3</property>
291                       </packing>
292                     </child>
293                     <child>
294                       <object class="GtkEntry" id="password">
295                         <property name="visible">True</property>
296                         <property name="can_focus">True</property>
297                         <property name="visibility">False</property>
298                         <property name="invisible_char">●</property>
299                         <property name="primary_icon_activatable">False</property>
300                         <property name="secondary_icon_activatable">False</property>
301                         <property name="primary_icon_sensitive">True</property>
302                         <property name="secondary_icon_sensitive">True</property>
303                       </object>
304                       <packing>
305                         <property name="left_attach">1</property>
306                         <property name="right_attach">2</property>
307                         <property name="top_attach">3</property>
308                         <property name="bottom_attach">4</property>
309                       </packing>
310                     </child>
311                   </object>
312                 </child>
313               </object>
314             </child>
315             <child type="label">
316               <object class="GtkLabel" id="label2">
317                 <property name="visible">True</property>
318                 <property name="can_focus">False</property>
319                 <property name="label" translatable="yes">&lt;b&gt;Configure http proxy (optional)&lt;/b&gt;</property>
320                 <property name="use_markup">True</property>
321               </object>
322             </child>
323           </object>
324           <packing>
325             <property name="expand">True</property>
326             <property name="fill">True</property>
327             <property name="position">1</property>
328           </packing>
329         </child>
330         <child internal-child="action_area">
331           <object class="GtkHButtonBox" id="dialog-action_area2">
332             <property name="visible">True</property>
333             <property name="can_focus">False</property>
334             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
335             <property name="layout_style">end</property>
336             <child>
337               <object class="GtkButton" id="button6">
338                 <property name="label">gtk-ok</property>
339                 <property name="visible">True</property>
340                 <property name="can_focus">True</property>
341                 <property name="receives_default">True</property>
342                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
343                 <property name="use_action_appearance">False</property>
344                 <property name="use_stock">True</property>
345                 <signal name="clicked" handler="linphone_gtk_tunnel_ok" swapped="no"/>
346               </object>
347               <packing>
348                 <property name="expand">False</property>
349                 <property name="fill">False</property>
350                 <property name="position">0</property>
351               </packing>
352             </child>
353             <child>
354               <object class="GtkButton" id="button7">
355                 <property name="label">gtk-cancel</property>
356                 <property name="visible">True</property>
357                 <property name="can_focus">True</property>
358                 <property name="receives_default">True</property>
359                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
360                 <property name="use_action_appearance">False</property>
361                 <property name="use_stock">True</property>
362                 <signal name="clicked" handler="linphone_gtk_proxy_cancel" swapped="no"/>
363               </object>
364               <packing>
365                 <property name="expand">False</property>
366                 <property name="fill">False</property>
367                 <property name="position">1</property>
368               </packing>
369             </child>
370           </object>
371           <packing>
372             <property name="expand">False</property>
373             <property name="fill">True</property>
374             <property name="pack_type">end</property>
375             <property name="position">2</property>
376           </packing>
377         </child>
378       </object>
379     </child>
380     <action-widgets>
381       <action-widget response="0">button6</action-widget>
382       <action-widget response="0">button7</action-widget>
383     </action-widgets>
384   </object>
385 </interface>