summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb-3.12.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-02-18 23:25:35 +0000
committerjstebbins <[email protected]>2015-02-18 23:25:35 +0000
commitc5731f921186592a086ac54236e8b0255c748828 (patch)
tree487166e0875f0e3f61f72830776e2caa3e6b934e /gtk/src/ghb-3.12.ui
parent1d3b058dfc89df74e6cd7d7325b2f53831f3e65e (diff)
LinGui: Add queue save/load options to queue pane
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6925 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb-3.12.ui')
-rw-r--r--gtk/src/ghb-3.12.ui35
1 files changed, 35 insertions, 0 deletions
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui
index 13bf790f3..4f0d2ceac 100644
--- a/gtk/src/ghb-3.12.ui
+++ b/gtk/src/ghb-3.12.ui
@@ -6497,6 +6497,41 @@ Resets all queue jobs to pending and ready to run again.</property>
<property name="homogeneous">True</property>
</packing>
</child>
+ <child>
+ <object class="GtkToolButton" id="queue_save">
+ <property name="visible">True</property>
+ <property name="sensitive">True</property>
+ <property name="can_focus">False</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="is_important">True</property>
+ <property name="label" translatable="yes">Save Queue</property>
+ <property name="icon_name">document-save-as</property>
+ <property name="tooltip_text" translatable="yes">Save the current queue of encode jobs to a file.
+This file may be reloaded at a later time to edit your jobs and re-encode.</property>
+ <signal name="clicked" handler="queue_save_clicked_cb" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="queue_open">
+ <property name="visible">True</property>
+ <property name="sensitive">True</property>
+ <property name="can_focus">False</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="is_important">True</property>
+ <property name="label" translatable="yes">Load Queue File</property>
+ <property name="icon_name">document-open</property>
+ <property name="tooltip_text" translatable="yes">Load a previously saved queue file.</property>
+ <signal name="clicked" handler="queue_open_clicked_cb" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>