Automatic cleanup of finished downloads (bug 930)
[gpodder.git] / data / ui / frmntl / gpodderdownloads.ui
blobd075f4d4d0078ddba2ea9d633cc109b6d6195baf
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="HildonStackableWindow" id="gPodderDownloads">
5 <property name="title" translatable="yes">Downloads</property>
6 <property name="visible">False</property>
7 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
8 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
9 <property name="focus_on_map">True</property>
10 <property name="urgency_hint">False</property>
11 <signal name="delete_event" handler="on_delete_event"/>
12 <child>
13 <object class="HildonPannableArea" id="pannablearea">
14 <property name="visible">True</property>
15 <property name="can_focus">True</property>
16 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
17 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
18 <child>
19 <object class="GtkTreeView" id="treeview">
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 <property name="headers_visible">False</property>
23 <property name="rules_hint">True</property>
24 <property name="reorderable">False</property>
25 <property name="fixed_height_mode">False</property>
26 <property name="hover_selection">False</property>
27 <property name="hover_expand">False</property>
28 <property name="hildon-ui-mode">HILDON_UI_MODE_EDIT</property>
29 <signal name="expose-event" handler="on_treeview_expose_event"/>
30 </object>
31 </child>
32 </object>
33 <packing>
34 <property name="padding">0</property>
35 <property name="expand">True</property>
36 <property name="fill">True</property>
37 </packing>
38 </child>
39 </object>
40 <object class="GtkAction" id="action_pause">
41 <property name="label" translatable="yes">Pause selected</property>
42 <signal name="activate" handler="on_pause_button_clicked"/>
43 </object>
44 <object class="GtkAction" id="action_resume">
45 <property name="label" translatable="yes">Resume selected</property>
46 <signal name="activate" handler="on_resume_button_clicked"/>
47 </object>
48 <object class="GtkAction" id="action_cancel">
49 <property name="label" translatable="yes">Cancel selected</property>
50 <signal name="activate" handler="on_cancel_button_clicked"/>
51 </object>
52 <object class="GtkAction" id="action_cleanup">
53 <property name="label" translatable="yes">Clean-up</property>
54 <signal name="activate" handler="on_cleanup_button_clicked"/>
55 </object>
56 <object class="GtkAction" id="action_select_all">
57 <property name="label" translatable="yes">Select all</property>
58 <signal name="activate" handler="on_select_all_button_clicked"/>
59 </object>
60 <object class="GtkAction" id="action_select_none">
61 <property name="label" translatable="yes">Select none</property>
62 <signal name="activate" handler="on_select_none_button_clicked"/>
63 </object>
64 </interface>