summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorjvoisin2013-06-26 00:11:29 +0200
committerjvoisin2013-06-26 00:11:29 +0200
commitfd9834b45973d5286db152f84ff463cd2fb3e857 (patch)
tree7df1311196ce7282c1ab8b84a4b9d57a65c12cf2 /data
parent12a9ae6e435716d2bad56a61c20b01a4250baef3 (diff)
Mockup of the simplified UI
Diffstat (limited to 'data')
-rw-r--r--data/mat.ui71
1 files changed, 8 insertions, 63 deletions
diff --git a/data/mat.ui b/data/mat.ui
index a6d0f20..c1275c4 100644
--- a/data/mat.ui
+++ b/data/mat.ui
@@ -5,18 +5,10 @@
5 <columns> 5 <columns>
6 <!-- column-name Obj --> 6 <!-- column-name Obj -->
7 <column type="PyObject"/> 7 <column type="PyObject"/>
8 <!-- column-name Path -->
9 <column type="gchararray"/>
10 <!-- column-name Filename --> 8 <!-- column-name Filename -->
11 <column type="gchararray"/> 9 <column type="gchararray"/>
12 <!-- column-name Mimetype -->
13 <column type="gchararray"/>
14 <!-- column-name State(str) --> 10 <!-- column-name State(str) -->
15 <column type="gchararray"/> 11 <column type="gchararray"/>
16 <!-- column-name Cleaned -->
17 <column type="gchararray"/>
18 <!-- column-name State -->
19 <column type="gint"/>
20 </columns> 12 </columns>
21 </object> 13 </object>
22 <object class="GtkWindow" id="MainWindow"> 14 <object class="GtkWindow" id="MainWindow">
@@ -184,6 +176,8 @@
184 <child> 176 <child>
185 <object class="GtkToolbar" id="Toolbar"> 177 <object class="GtkToolbar" id="Toolbar">
186 <property name="can_focus">False</property> 178 <property name="can_focus">False</property>
179 <property name="toolbar_style">both</property>
180 <property name="icon_size">5</property>
187 <child> 181 <child>
188 <object class="GtkToolButton" id="add"> 182 <object class="GtkToolButton" id="add">
189 <property name="visible">True</property> 183 <property name="visible">True</property>
@@ -267,29 +261,14 @@
267 <property name="hexpand">True</property> 261 <property name="hexpand">True</property>
268 <property name="model">Liststore</property> 262 <property name="model">Liststore</property>
269 <property name="rules_hint">True</property> 263 <property name="rules_hint">True</property>
270 <property name="search_column">2</property> 264 <property name="search_column">1</property>
271 <property name="fixed_height_mode">True</property> 265 <property name="fixed_height_mode">True</property>
272 <property name="rubber_banding">True</property> 266 <property name="rubber_banding">True</property>
273 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> 267 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/>
274 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> 268 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/>
275 <child internal-child="selection"> 269 <child internal-child="selection">
276 <object class="GtkTreeSelection" id="treeview-selection1"/> 270 <object class="GtkTreeSelection" id="treeview-selection1">
277 </child> 271 <property name="mode">multiple</property>
278 <child>
279 <object class="GtkTreeViewColumn" id="tvc_path">
280 <property name="resizable">True</property>
281 <property name="sizing">fixed</property>
282 <property name="title" translatable="yes">Path</property>
283 <property name="expand">True</property>
284 <property name="clickable">True</property>
285 <property name="sort_indicator">True</property>
286 <property name="sort_column_id">1</property>
287 <child>
288 <object class="GtkCellRendererText" id="cellrenderertext_path"/>
289 <attributes>
290 <attribute name="text">1</attribute>
291 </attributes>
292 </child>
293 </object> 272 </object>
294 </child> 273 </child>
295 <child> 274 <child>
@@ -300,28 +279,11 @@
300 <property name="expand">True</property> 279 <property name="expand">True</property>
301 <property name="clickable">True</property> 280 <property name="clickable">True</property>
302 <property name="sort_indicator">True</property> 281 <property name="sort_indicator">True</property>
303 <property name="sort_column_id">2</property> 282 <property name="sort_column_id">1</property>
304 <child> 283 <child>
305 <object class="GtkCellRendererText" id="cellrenderertext_filename"/> 284 <object class="GtkCellRendererText" id="cellrenderertext_filename"/>
306 <attributes> 285 <attributes>
307 <attribute name="text">2</attribute> 286 <attribute name="text">1</attribute>
308 </attributes>
309 </child>
310 </object>
311 </child>
312 <child>
313 <object class="GtkTreeViewColumn" id="tvc_mimetype">
314 <property name="resizable">True</property>
315 <property name="sizing">fixed</property>
316 <property name="title" translatable="yes">Mimetype</property>
317 <property name="expand">True</property>
318 <property name="clickable">True</property>
319 <property name="sort_indicator">True</property>
320 <property name="sort_column_id">3</property>
321 <child>
322 <object class="GtkCellRendererText" id="cellrenderertext_mimetype"/>
323 <attributes>
324 <attribute name="text">3</attribute>
325 </attributes> 287 </attributes>
326 </child> 288 </child>
327 </object> 289 </object>
@@ -338,24 +300,7 @@
338 <child> 300 <child>
339 <object class="GtkCellRendererText" id="cellrenderertext_state"/> 301 <object class="GtkCellRendererText" id="cellrenderertext_state"/>
340 <attributes> 302 <attributes>
341 <attribute name="text">4</attribute> 303 <attribute name="text">2</attribute>
342 </attributes>
343 </child>
344 </object>
345 </child>
346 <child>
347 <object class="GtkTreeViewColumn" id="tvc_cleanedcopy">
348 <property name="resizable">True</property>
349 <property name="sizing">fixed</property>
350 <property name="title" translatable="yes">Cleaned copy</property>
351 <property name="expand">True</property>
352 <property name="clickable">True</property>
353 <property name="sort_indicator">True</property>
354 <property name="sort_column_id">5</property>
355 <child>
356 <object class="GtkCellRendererText" id="cellrenderertext_cleanedcopy"/>
357 <attributes>
358 <attribute name="text">5</attribute>
359 </attributes> 304 </attributes>
360 </child> 305 </child>
361 </object> 306 </object>