summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-10-16 17:33:20 +0000
committerjstebbins <[email protected]>2011-10-16 17:33:20 +0000
commit49fad04f4365f0c3c01583dabd8d261ec76505f3 (patch)
treedee0f99ba705f57f21bffa8390380974a521ffba /gtk/src/ghb.ui
parentcf10a485d3892f8d2d055c62ba0b853a7286bd57 (diff)
LinGui: experimental support for batch queuing
This allows all titles in the title popup to be added to the queue in one go. It uses the current *preset* for the settings. I.e. settings changes in the UI are ignored. This deficiency will be rectified at a future time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4294 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index b25120594..c19a4b785 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -395,6 +395,15 @@
</object>
</child>
<child>
+ <object class="GtkAction" id="queue_add_all_menu">
+ <property name="sensitive">False</property>
+ <property name="icon-name">hb-add-queue</property>
+ <property name="name">queue_add_all_menu</property>
+ <property name="label">Add A_ll Queue</property>
+ <signal handler="queue_add_all_clicked_cb" name="activate"/>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="queue_start_menu">
<property name="sensitive">False</property>
<property name="icon-name">hb-play</property>
@@ -501,6 +510,7 @@
</menu>
<menu action="menuitem2">
<menuitem action="queue_add_menu"/>
+ <menuitem action="queue_add_all_menu"/>
<menuitem action="queue_start_menu"/>
<menuitem action="queue_pause_menu"/>
</menu>
@@ -4572,7 +4582,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property>
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="use_source_name">
- <property name="label" translatable="yes">Use automatic naming (uses DVD name)</property>
+ <property name="label" translatable="yes">Use automatic naming (uses modified source name)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>