Now doesn't use "titles" and "files" for DVDs, but "files" for everything

Started to implement the file properties
This commit is contained in:
Sergio Costas 2014-07-13 18:43:37 +02:00
parent d960322a5c
commit ae172c785f
7 changed files with 683 additions and 1279 deletions

View file

@ -3,7 +3,7 @@
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="add_files">
<property name="width_request">640</property>
<property name="width_request">740</property>
<property name="height_request">400</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Add new file(s)</property>
@ -59,112 +59,12 @@
</packing>
</child>
<child>
<object class="GtkBox" id="box1">
<object class="GtkFileChooserWidget" id="filechooserwidget1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkFileChooserWidget" id="filechooserwidget1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="create_folders">False</property>
<property name="select_multiple">True</property>
<signal name="selection-changed" handler="on_filechooserwidget1_selection_changed" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="frame_options">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="box2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkRadioButton" id="add_to_current_title">
<property name="label" translatable="yes">Add file(s) to the currently selected title</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="group-changed" handler="on_add_to_new_titles_toggled" swapped="no"/>
<signal name="toggled" handler="on_add_to_new_titles_toggled" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="add_to_new_titles">
<property name="label" translatable="yes">Add file(s) into its own new title</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">add_to_current_title</property>
<signal name="group-changed" handler="on_add_to_new_titles_toggled" swapped="no"/>
<signal name="toggled" handler="on_add_to_new_titles_toggled" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="use_filename_as_title">
<property name="label" translatable="yes">Use file name as title name</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="margin_left">20</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;Extra options&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<property name="create_folders">False</property>
<property name="select_multiple">True</property>
<signal name="selection-changed" handler="on_filechooserwidget1_selection_changed" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>