From 91ca41626288377d6a7c24bc76677e8f90378460 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 13 Sep 2008 20:04:28 +0000 Subject: LinGui: Add queue drag n drop reordering Also add option to add chapter numbers to auto-generated destination name git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1693 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/resources.plist | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) (limited to 'gtk/src/resources.plist') diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist index 55fa5bbb5..788ed8f83 100644 --- a/gtk/src/resources.plist +++ b/gtk/src/resources.plist @@ -3452,11 +3452,25 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> <property name="tooltip_text">The destination filename will be automatically generated from the source filename or volume label.</property> - <property name="label" translatable="yes">Derive destination name from source</property> + <property name="label" translatable="yes">Automatically generate destination</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="pref_changed_cb"/> </object> </child> + <child> + <object class="GtkCheckButton" id="chapters_in_destination"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip_text">Add chapter numbers to the +auto-generated destination name.</property> + <property name="label" translatable="yes">Add chapters to destination name</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="pref_changed_cb"/> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> <child> <object class="GtkCheckButton" id="linear_vquality"> <property name="visible">True</property> @@ -3470,7 +3484,7 @@ video codecs.</property> <signal name="toggled" handler="pref_changed_cb"/> </object> <packing> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -3487,7 +3501,7 @@ the required multiple.</property> <signal name="toggled" handler="pref_changed_cb"/> </object> <packing> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -3506,7 +3520,7 @@ this setting.</property> <signal name="toggled" handler="vcodec_changed_cb"/> </object> <packing> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> <child> @@ -3517,7 +3531,7 @@ this setting.</property> <signal name="toggled" handler="tweaks_changed_cb"/> </object> <packing> - <property name="position">4</property> + <property name="position">5</property> </packing> </child> <child> @@ -3528,7 +3542,7 @@ this setting.</property> <signal name="toggled" handler="hbfd_feature_changed_cb"/> </object> <packing> - <property name="position">5</property> + <property name="position">6</property> </packing> </child> </object> @@ -3954,7 +3968,8 @@ this setting.</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="headers_visible">False</property> - <property name="headers_clickable">True</property> + <property name="headers_clickable">False</property> + <property name="hover_expand">False</property> </object> </child> </object> @@ -4879,6 +4894,8 @@ R2RrUAAABBgBAQACAAAAQAAAABAAAAAQ////AP///wD///8A////AP///wD///8A////AP///wD///8A allow_tweaks + chapters_in_destination + default_preset Normal default_source @@ -6361,6 +6378,10 @@ R2RrUAAABBgBAQACAAAAQAAAABAAAAAQ////AP///wD///8A////AP///wD///8A////AP///wD///8A turbo + use_source_name + + chapters_in_destination + variable_frame_rate framerate @@ -6450,6 +6471,14 @@ R2RrUAAABBgBAQACAAAAQAAAABAAAAAQ////AP///wD///8A////AP///wD///8A////AP///wD///8A + chapters_in_destination + + + use_source_name + TRUE + + + chapters_label -- cgit v1.2.3