root/branches/gajim_0.11.1/data/glade/filetransfers.glade

Revision 7787, 16.3 kB (checked in by asterix, 23 months ago)

merge changeset from trunk except pyopenssl stuff

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkWindow" id="file_transfers_window">
7  <property name="border_width">12</property>
8  <property name="title" translatable="yes">File Transfers</property>
9  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10  <property name="window_position">GTK_WIN_POS_NONE</property>
11  <property name="modal">False</property>
12  <property name="resizable">True</property>
13  <property name="destroy_with_parent">False</property>
14  <property name="decorated">True</property>
15  <property name="skip_taskbar_hint">False</property>
16  <property name="skip_pager_hint">False</property>
17  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
18  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
19  <property name="focus_on_map">True</property>
20  <property name="urgency_hint">False</property>
21  <accessibility>
22    <atkproperty name="AtkObject::accessible_name" translatable="yes">File Transfers</atkproperty>
23    <atkproperty name="AtkObject::accessible_description" translatable="yes">Shows a list of file transfers between you and others</atkproperty>
24  </accessibility>
25  <signal name="delete_event" handler="on_file_transfers_dialog_delete_event" last_modification_time="Wed, 31 Aug 2005 22:17:01 GMT"/>
26  <signal name="key_press_event" handler="on_file_transfers_window_key_press_event" last_modification_time="Mon, 15 Aug 2005 12:42:20 GMT"/>
27
28  <child>
29    <widget class="GtkVBox" id="vbox1">
30      <property name="visible">True</property>
31      <property name="homogeneous">False</property>
32      <property name="spacing">6</property>
33
34      <child>
35        <widget class="GtkScrolledWindow" id="transfers_scrolledwindow">
36          <property name="width_request">460</property>
37          <property name="height_request">150</property>
38          <property name="visible">True</property>
39          <property name="can_focus">True</property>
40          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
41          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
42          <property name="shadow_type">GTK_SHADOW_IN</property>
43          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
44
45          <child>
46            <widget class="GtkTreeView" id="transfers_list">
47              <property name="visible">True</property>
48              <property name="can_focus">True</property>
49              <property name="headers_visible">True</property>
50              <property name="rules_hint">True</property>
51              <property name="reorderable">False</property>
52              <property name="enable_search">False</property>
53              <property name="fixed_height_mode">False</property>
54              <property name="hover_selection">False</property>
55              <property name="hover_expand">False</property>
56              <accessibility>
57                <atkproperty name="AtkObject::accessible_name" translatable="yes">file transfers list</atkproperty>
58                <atkproperty name="AtkObject::accessible_description" translatable="yes">A list of active, completed and stopped file transfers</atkproperty>
59              </accessibility>
60              <signal name="row_activated" handler="on_transfers_list_row_activated" last_modification_time="Wed, 31 Aug 2005 22:32:25 GMT"/>
61              <signal name="motion_notify_event" handler="on_transfers_list_motion_notify_event" last_modification_time="Wed, 31 Aug 2005 22:33:10 GMT"/>
62              <signal name="leave_notify_event" handler="on_transfers_list_leave_notify_event" last_modification_time="Wed, 31 Aug 2005 22:33:23 GMT"/>
63              <signal name="button_press_event" handler="on_transfers_list_button_press_event" last_modification_time="Wed, 31 Aug 2005 22:33:23 GMT"/>
64              <signal name="button_release_event" handler="on_transfers_list_button_release_event" last_modification_time="Wed, 31 Aug 2005 22:33:23 GMT"/>
65              <signal name="key_press_event" handler="on_transfers_list_key_press_event" last_modification_time="Wed, 31 Aug 2005 22:33:23 GMT"/>
66            </widget>
67          </child>
68        </widget>
69        <packing>
70          <property name="padding">0</property>
71          <property name="expand">True</property>
72          <property name="fill">True</property>
73        </packing>
74      </child>
75
76      <child>
77        <widget class="GtkHButtonBox" id="hbuttonbox1">
78          <property name="visible">True</property>
79          <property name="layout_style">GTK_BUTTONBOX_END</property>
80          <property name="spacing">6</property>
81
82          <child>
83            <widget class="GtkButton" id="cleanup_button">
84              <property name="visible">True</property>
85              <property name="sensitive">False</property>
86              <property name="tooltip" translatable="yes">Removes completed, cancelled and failed file transfers from the list</property>
87              <property name="can_default">True</property>
88              <property name="can_focus">True</property>
89              <property name="relief">GTK_RELIEF_NORMAL</property>
90              <property name="focus_on_click">True</property>
91              <accessibility>
92                <atkproperty name="AtkObject::accessible_name" translatable="yes">Remove file transfer from the list.</atkproperty>
93                <atkproperty name="AtkObject::accessible_description" translatable="yes">This action removes single file transfer from the list. If the transfer is active, it is first stopped and then removed</atkproperty>
94              </accessibility>
95              <signal name="clicked" handler="on_cleanup_button_clicked" last_modification_time="Sat, 03 Sep 2005 14:03:13 GMT"/>
96
97              <child>
98                <widget class="GtkAlignment" id="alignment91">
99                  <property name="visible">True</property>
100                  <property name="xalign">0.5</property>
101                  <property name="yalign">0.5</property>
102                  <property name="xscale">0</property>
103                  <property name="yscale">0</property>
104                  <property name="top_padding">0</property>
105                  <property name="bottom_padding">0</property>
106                  <property name="left_padding">0</property>
107                  <property name="right_padding">0</property>
108
109                  <child>
110                    <widget class="GtkHBox" id="hbox2992">
111                      <property name="visible">True</property>
112                      <property name="homogeneous">False</property>
113                      <property name="spacing">2</property>
114
115                      <child>
116                        <widget class="GtkImage" id="image1143">
117                          <property name="visible">True</property>
118                          <property name="stock">gtk-clear</property>
119                          <property name="icon_size">4</property>
120                          <property name="xalign">0.5</property>
121                          <property name="yalign">0.5</property>
122                          <property name="xpad">0</property>
123                          <property name="ypad">0</property>
124                        </widget>
125                        <packing>
126                          <property name="padding">0</property>
127                          <property name="expand">False</property>
128                          <property name="fill">False</property>
129                        </packing>
130                      </child>
131
132                      <child>
133                        <widget class="GtkLabel" id="label358">
134                          <property name="visible">True</property>
135                          <property name="label" translatable="yes">Clean _up</property>
136                          <property name="use_underline">True</property>
137                          <property name="use_markup">False</property>
138                          <property name="justify">GTK_JUSTIFY_LEFT</property>
139                          <property name="wrap">False</property>
140                          <property name="selectable">False</property>
141                          <property name="xalign">0.5</property>
142                          <property name="yalign">0.5</property>
143                          <property name="xpad">0</property>
144                          <property name="ypad">0</property>
145                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
146                          <property name="width_chars">-1</property>
147                          <property name="single_line_mode">False</property>
148                          <property name="angle">0</property>
149                        </widget>
150                        <packing>
151                          <property name="padding">0</property>
152                          <property name="expand">False</property>
153                          <property name="fill">False</property>
154                        </packing>
155                      </child>
156                    </widget>
157                  </child>
158                </widget>
159              </child>
160            </widget>
161          </child>
162
163          <child>
164            <widget class="GtkButton" id="pause_restore_button">
165              <property name="visible">True</property>
166              <property name="sensitive">False</property>
167              <property name="can_default">True</property>
168              <property name="can_focus">True</property>
169              <property name="relief">GTK_RELIEF_NORMAL</property>
170              <property name="focus_on_click">True</property>
171              <signal name="clicked" handler="on_pause_restore_button_clicked" last_modification_time="Wed, 31 Aug 2005 22:31:50 GMT"/>
172
173              <child>
174                <widget class="GtkAlignment" id="alignment92">
175                  <property name="visible">True</property>
176                  <property name="xalign">0.5</property>
177                  <property name="yalign">0.5</property>
178                  <property name="xscale">0</property>
179                  <property name="yscale">0</property>
180                  <property name="top_padding">0</property>
181                  <property name="bottom_padding">0</property>
182                  <property name="left_padding">0</property>
183                  <property name="right_padding">0</property>
184
185                  <child>
186                    <widget class="GtkHBox" id="hbox2993">
187                      <property name="visible">True</property>
188                      <property name="homogeneous">False</property>
189                      <property name="spacing">2</property>
190
191                      <child>
192                        <widget class="GtkImage" id="image1147">
193                          <property name="visible">True</property>
194                          <property name="stock">gtk-media-pause</property>
195                          <property name="icon_size">4</property>
196                          <property name="xalign">0.5</property>
197                          <property name="yalign">0.5</property>
198                          <property name="xpad">0</property>
199                          <property name="ypad">0</property>
200                        </widget>
201                        <packing>
202                          <property name="padding">0</property>
203                          <property name="expand">False</property>
204                          <property name="fill">False</property>
205                        </packing>
206                      </child>
207
208                      <child>
209                        <widget class="GtkLabel" id="label359">
210                          <property name="visible">True</property>
211                          <property name="label" translatable="yes">_Pause</property>
212                          <property name="use_underline">True</property>
213                          <property name="use_markup">False</property>
214                          <property name="justify">GTK_JUSTIFY_LEFT</property>
215                          <property name="wrap">False</property>
216                          <property name="selectable">False</property>
217                          <property name="xalign">0.5</property>
218                          <property name="yalign">0.5</property>
219                          <property name="xpad">0</property>
220                          <property name="ypad">0</property>
221                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
222                          <property name="width_chars">-1</property>
223                          <property name="single_line_mode">False</property>
224                          <property name="angle">0</property>
225                        </widget>
226                        <packing>
227                          <property name="padding">0</property>
228                          <property name="expand">False</property>
229                          <property name="fill">False</property>
230                        </packing>
231                      </child>
232                    </widget>
233                  </child>
234                </widget>
235              </child>
236            </widget>
237          </child>
238
239          <child>
240            <widget class="GtkButton" id="cancel_button">
241              <property name="visible">True</property>
242              <property name="sensitive">False</property>
243              <property name="tooltip" translatable="yes">Cancels the selected file transfer and removes incomplete file</property>
244              <property name="can_default">True</property>
245              <property name="can_focus">True</property>
246              <property name="label">gtk-cancel</property>
247              <property name="use_stock">True</property>
248              <property name="relief">GTK_RELIEF_NORMAL</property>
249              <property name="focus_on_click">True</property>
250              <accessibility>
251                <atkproperty name="AtkObject::accessible_name" translatable="yes">Cancel file transfer</atkproperty>
252                <atkproperty name="AtkObject::accessible_description" translatable="yes">Cancels the selected file transfer</atkproperty>
253              </accessibility>
254              <signal name="clicked" handler="on_cancel_button_clicked" last_modification_time="Tue, 09 Aug 2005 17:07:31 GMT"/>
255            </widget>
256          </child>
257
258          <child>
259            <widget class="GtkButton" id="close_button">
260              <property name="visible">True</property>
261              <property name="tooltip" translatable="yes">Hides the window</property>
262              <property name="can_default">True</property>
263              <property name="can_focus">True</property>
264              <property name="has_focus">True</property>
265              <property name="label">gtk-close</property>
266              <property name="use_stock">True</property>
267              <property name="relief">GTK_RELIEF_NORMAL</property>
268              <property name="focus_on_click">True</property>
269              <signal name="clicked" handler="on_close_button_clicked" last_modification_time="Wed, 03 Aug 2005 15:51:45 GMT"/>
270            </widget>
271          </child>
272        </widget>
273        <packing>
274          <property name="padding">0</property>
275          <property name="expand">False</property>
276          <property name="fill">True</property>
277          <property name="pack_type">GTK_PACK_END</property>
278        </packing>
279      </child>
280
281      <child>
282        <widget class="GtkCheckButton" id="notify_ft_complete_checkbox">
283          <property name="visible">True</property>
284          <property name="can_focus">True</property>
285          <property name="label" translatable="yes">_Notify me when a file transfer is complete</property>
286          <property name="use_underline">True</property>
287          <property name="relief">GTK_RELIEF_NORMAL</property>
288          <property name="focus_on_click">True</property>
289          <property name="active">False</property>
290          <property name="inconsistent">False</property>
291          <property name="draw_indicator">True</property>
292          <accessibility>
293            <atkproperty name="AtkObject::accessible_description" translatable="yes">When a file transfer is complete show a popup notification</atkproperty>
294          </accessibility>
295          <signal name="toggled" handler="on_notify_ft_complete_checkbox_toggled" last_modification_time="Wed, 31 Aug 2005 22:52:01 GMT"/>
296        </widget>
297        <packing>
298          <property name="padding">0</property>
299          <property name="expand">False</property>
300          <property name="fill">False</property>
301        </packing>
302      </child>
303    </widget>
304  </child>
305</widget>
306
307<widget class="GtkMenu" id="file_transfers_menu">
308
309  <child>
310    <widget class="GtkImageMenuItem" id="remove_menuitem">
311      <property name="label">gtk-remove</property>
312      <property name="use_stock">True</property>
313      <signal name="activate" handler="on_remove_menuitem_activate" last_modification_time="Fri, 09 Sep 2005 22:48:03 GMT"/>
314    </widget>
315  </child>
316
317  <child>
318    <widget class="GtkImageMenuItem" id="continue_menuitem">
319      <property name="label" translatable="yes">_Continue</property>
320      <property name="use_underline">True</property>
321      <signal name="activate" handler="on_continue_menuitem_activate" last_modification_time="Fri, 09 Sep 2005 22:48:03 GMT"/>
322
323      <child internal-child="image">
324        <widget class="GtkImage" id="image1144">
325          <property name="visible">True</property>
326          <property name="stock">gtk-media-play</property>
327          <property name="icon_size">1</property>
328          <property name="xalign">0.5</property>
329          <property name="yalign">0.5</property>
330          <property name="xpad">0</property>
331          <property name="ypad">0</property>
332        </widget>
333      </child>
334    </widget>
335  </child>
336
337  <child>
338    <widget class="GtkImageMenuItem" id="pause_menuitem">
339      <property name="label" translatable="yes">_Pause</property>
340      <property name="use_underline">True</property>
341      <signal name="activate" handler="on_pause_menuitem_activate" last_modification_time="Fri, 09 Sep 2005 22:48:03 GMT"/>
342
343      <child internal-child="image">
344        <widget class="GtkImage" id="image1145">
345          <property name="visible">True</property>
346          <property name="stock">gtk-media-pause</property>
347          <property name="icon_size">1</property>
348          <property name="xalign">0.5</property>
349          <property name="yalign">0.5</property>
350          <property name="xpad">0</property>
351          <property name="ypad">0</property>
352        </widget>
353      </child>
354    </widget>
355  </child>
356
357  <child>
358    <widget class="GtkImageMenuItem" id="cancel_menuitem">
359      <property name="label">gtk-cancel</property>
360      <property name="use_stock">True</property>
361      <signal name="activate" handler="on_cancel_menuitem_activate" last_modification_time="Wed, 10 Aug 2005 18:57:29 GMT"/>
362    </widget>
363  </child>
364
365  <child>
366    <widget class="GtkSeparatorMenuItem" id="separator11">
367      <property name="visible">True</property>
368    </widget>
369  </child>
370
371  <child>
372    <widget class="GtkImageMenuItem" id="open_folder_menuitem">
373      <property name="label" translatable="yes">_Open Containing Folder</property>
374      <property name="use_underline">True</property>
375      <signal name="activate" handler="on_open_folder_menuitem_activate" last_modification_time="Fri, 09 Sep 2005 22:48:03 GMT"/>
376
377      <child internal-child="image">
378        <widget class="GtkImage" id="image1146">
379          <property name="visible">True</property>
380          <property name="stock">gtk-directory</property>
381          <property name="icon_size">1</property>
382          <property name="xalign">0.5</property>
383          <property name="yalign">0.5</property>
384          <property name="xpad">0</property>
385          <property name="ypad">0</property>
386        </widget>
387      </child>
388    </widget>
389  </child>
390</widget>
391
392</glade-interface>
Note: See TracBrowser for help on using the browser.