summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb-3.12.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-05-19 21:16:14 +0000
committerjstebbins <[email protected]>2015-05-19 21:16:14 +0000
commit99a98a6d9ca400020796df9298a4ed64cfaa2fbb (patch)
treecc192b06e4ef4cf4b5494bed2859a9012272e981 /gtk/src/ghb-3.12.ui
parentaef3d731cabd8a5f5a7166741b848f482246a51b (diff)
LinGui: refactor subtitle pane
Store subtitle track info in json job compatible format. Copy directly into job when adding new job. Also, removed "Foreign audio search" from the subtitle track dropdown and made an explicit "Foreign audio search" toolbar button. This makes it easy to enforce only one such track in the list and gives me a place to put a better tooltip explaining FAS. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7211 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb-3.12.ui')
-rw-r--r--gtk/src/ghb-3.12.ui23
1 files changed, 21 insertions, 2 deletions
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui
index 0f34d43f3..95cc6521d 100644
--- a/gtk/src/ghb-3.12.ui
+++ b/gtk/src/ghb-3.12.ui
@@ -5062,6 +5062,23 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos
</packing>
</child>
<child>
+ <object class="GtkToolButton" id="subtitle_add_fas">
+ <property name="visible">True</property>
+ <property name="sensitive">True</property>
+ <property name="can_focus">False</property>
+ <property name="is_important">True</property>
+ <property name="label" translatable="yes">Foreign Audio Search</property>
+ <property name="icon_name">list-add</property>
+ <property name="tooltip_text" translatable="yes">Add an extra pass to the encode which searches
+for subtitle candidates that provide subtitles for
+segments of the audio that are in a foreign language.</property>
+ <signal name="clicked" handler="subtitle_add_fas_clicked_cb" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkToolButton" id="subtitle_reset">
<property name="visible">True</property>
<property name="sensitive">True</property>
@@ -8651,6 +8668,7 @@ Setting this to 0 means there is no maximum height.</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="modal">True</property>
+ <property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
@@ -8849,7 +8867,7 @@ SRTs come in all flavours of character sets.
We translate the character set to UTF-8.
The source's character code is needed in order to perform this translation.</property>
<property name="has_entry">True</property>
- <signal name="changed" handler="srt_changed_cb" swapped="no"/>
+ <signal name="changed" handler="srt_codeset_changed_cb" swapped="no"/>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry1">
<property name="can_focus">True</property>
@@ -8889,7 +8907,7 @@ The source's character code is needed in order to perform this translation.</pro
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">adjustment31</property>
- <signal name="value-changed" handler="srt_changed_cb" swapped="no"/>
+ <signal name="value-changed" handler="srt_offset_changed_cb" swapped="no"/>
</object>
<packing>
<property name="top_attach">1</property>
@@ -9041,6 +9059,7 @@ in your output.</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="modal">True</property>
+ <property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>