Maemo 5: Fix various .ui file errors
[gpodder.git] / data / ui / frmntl / gpodderpreferences.ui
blobe7ddc567858cb622c41b1aa179dd77b742ccfd38
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="gPodderPreferences">
5 <property name="title" translatable="yes">Settings</property>
6 <child internal-child="vbox">
7 <object class="GtkVBox" id="vbox">
8 <property name="visible">True</property>
9 <child>
10 <object class="HildonPannableArea" id="pannable_area">
11 <property name="visible">True</property>
12 <property name="size-request-policy">HILDON_SIZE_REQUEST_CHILDREN</property>
13 <child>
14 <object class="GtkViewport" id="pannable_viewport">
15 <property name="visible">True</property>
16 <child>
17 <object class="GtkVBox" id="pannable_vbox">
18 <property name="visible">True</property>
19 <child>
20 <object class="GtkFrame" id="frame_display">
21 <property name="label" translatable="yes">Display and view settings</property>
22 <property name="visible">True</property>
23 </object>
24 </child>
25 <child>
26 <object class="HildonPickerButton" id="picker_orientation">
27 <property name="title" translatable="yes">Display orientation</property>
28 <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_VERTICAL</property>
29 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
30 <property name="visible">True</property>
31 <signal name="value-changed" handler="on_picker_orientation_value_changed"/>
32 </object>
33 </child>
34 <child>
35 <object class="GtkLabel" id="placeholder0">
36 <property name="label"></property>
37 <property name="visible">True</property>
38 </object>
39 </child>
40 <child>
41 <object class="GtkFrame" id="frame_downloads">
42 <property name="label" translatable="yes">Feed updating and downloads</property>
43 <property name="visible">True</property>
44 </object>
45 </child>
46 <child>
47 <object class="HildonPickerButton" id="picker_interval">
48 <property name="title" translatable="yes">Check for new episodes</property>
49 <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_VERTICAL</property>
50 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
51 <property name="visible">True</property>
52 <signal name="value-changed" handler="on_picker_interval_value_changed"/>
53 </object>
54 </child>
55 <child>
56 <object class="HildonPickerButton" id="picker_download">
57 <property name="title" translatable="yes">When new episodes are found</property>
58 <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_VERTICAL</property>
59 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
60 <property name="visible">True</property>
61 <signal name="value-changed" handler="on_picker_download_value_changed"/>
62 </object>
63 </child>
64 <child>
65 <object class="GtkLabel" id="placeholder1">
66 <property name="label"></property>
67 <property name="visible">True</property>
68 </object>
69 </child>
70 <child>
71 <object class="GtkFrame" id="frame_sync">
72 <property name="label" translatable="yes">gpodder.net Synchronization</property>
73 <property name="visible">True</property>
74 </object>
75 </child>
76 <child>
77 <object class="HildonCheckButton" id="button_enable_mygpo">
78 <property name="label" translatable="yes">Synchronize with gpodder.net</property>
79 <property name="visible">True</property>
80 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
81 <signal name="toggled" handler="on_button_enable_mygpo_toggled"/>
82 </object>
83 </child>
85 <child>
86 <object class="GtkTable" id="table_mygpo">
87 <property name="column_spacing">6</property>
88 <property name="n_columns">2</property>
89 <property name="n_rows">3</property>
90 <property name="row_spacing">6</property>
91 <property name="visible">True</property>
92 <child>
93 <object class="GtkLabel" id="label_username">
94 <property context="yes" name="label" translatable="yes">Username:</property>
95 <property name="visible">True</property>
96 <property name="xalign">1.0</property>
97 </object>
98 <packing>
99 <property name="x_options">fill</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkLabel" id="label_password">
104 <property context="yes" name="label" translatable="yes">Password:</property>
105 <property name="visible">True</property>
106 <property name="xalign">1.0</property>
107 </object>
108 <packing>
109 <property name="bottom_attach">2</property>
110 <property name="top_attach">1</property>
111 <property name="x_options">fill</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkLabel" id="label_device">
116 <property context="yes" name="label" translatable="yes">Device name:</property>
117 <property name="visible">True</property>
118 <property name="xalign">1.0</property>
119 </object>
120 <packing>
121 <property name="bottom_attach">3</property>
122 <property name="top_attach">2</property>
123 <property name="x_options">fill</property>
124 </packing>
125 </child>
126 <child>
127 <object class="HildonEntry" id="entry_mygpo_username">
128 <property name="visible">True</property>
129 </object>
130 <packing>
131 <property name="left_attach">1</property>
132 <property name="right_attach">2</property>
133 </packing>
134 </child>
135 <child>
136 <object class="HildonEntry" id="entry_mygpo_password">
137 <property name="visible">True</property>
138 </object>
139 <packing>
140 <property name="bottom_attach">2</property>
141 <property name="left_attach">1</property>
142 <property name="right_attach">2</property>
143 <property name="top_attach">1</property>
144 </packing>
145 </child>
146 <child>
147 <object class="HildonEntry" id="entry_mygpo_device">
148 <property name="visible">True</property>
149 </object>
150 <packing>
151 <property name="bottom_attach">3</property>
152 <property name="left_attach">1</property>
153 <property name="right_attach">2</property>
154 <property name="top_attach">2</property>
155 </packing>
156 </child>
157 </object>
158 </child>
159 <child>
160 <object class="GtkLabel" id="placeholder2">
161 <property name="label"></property>
162 <property name="visible">True</property>
163 </object>
164 </child>
165 <child>
166 <object class="GtkFrame" id="frame_apps">
167 <property name="label" translatable="yes">Player applications</property>
168 <property name="visible">True</property>
169 </object>
170 </child>
171 <child>
172 <object class="HildonPickerButton" id="picker_audio_player">
173 <property name="title" translatable="yes">Player for audio files</property>
174 <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_VERTICAL</property>
175 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
176 <property name="visible">True</property>
177 <signal name="value-changed" handler="on_picker_audio_player_value_changed"/>
178 </object>
179 </child>
180 <child>
181 <object class="HildonPickerButton" id="picker_video_player">
182 <property name="title" translatable="yes">Player for video files</property>
183 <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_VERTICAL</property>
184 <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
185 <property name="visible">True</property>
186 <signal name="value-changed" handler="on_picker_video_player_value_changed"/>
187 </object>
188 </child>
189 </object>
190 </child>
191 </object>
192 </child>
193 </object>
194 </child>
195 </object>
196 </child>
197 </object>
198 </interface>