Now allows to reorder the files

Also allows to reorder both titles and files with drag'n'drop
This commit is contained in:
Sergio Costas 2014-07-11 23:26:32 +02:00
parent 1299c83991
commit ba7beb5a3f
4 changed files with 31 additions and 2 deletions

View file

@ -466,6 +466,7 @@
<property name="use_stock">True</property>
<property name="image_position">top</property>
<property name="always_show_image">True</property>
<signal name="clicked" handler="on_delete_file_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@ -482,6 +483,7 @@
<property name="use_stock">True</property>
<property name="image_position">top</property>
<property name="always_show_image">True</property>
<signal name="clicked" handler="on_down_file_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
@ -498,6 +500,7 @@
<property name="use_stock">True</property>
<property name="image_position">top</property>
<property name="always_show_image">True</property>
<signal name="clicked" handler="on_up_file_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>