summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-11-23 16:17:15 +0000
committerjstebbins <[email protected]>2008-11-23 16:17:15 +0000
commitfd6de384b89695b88b8543ea2ec369db9d020818 (patch)
tree4a9e4e9c1fef0d0df0aa7d7461f25eaa90ba6373 /gtk
parent33bf28491075336a3b6c86ca7527f35e4ffcdb1d (diff)
LinGui: update about box with new handbrake description
and fix typo in preset description git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1942 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/ghb.ui14
-rw-r--r--gtk/src/resource_data.h41
-rw-r--r--gtk/src/resources.plist16
-rw-r--r--gtk/src/standard_presets.xml2
4 files changed, 53 insertions, 20 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index c0fc2fccc..d278f77d8 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -834,6 +834,7 @@
<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="label" translatable="yes">Web optimized</property>
+ <property name="tooltip-text" translatable="yes">Tunes the MP4 to be better suited for streaming</property>
<property name="draw_indicator">True</property>
<signal handler="http_opt_changed_cb" name="toggled"/>
</object>
@@ -1306,6 +1307,7 @@
<property name="visible">True</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="tooltip-text" translatable="yes">This filter removes the color components of the picture.</property>
<property name="label" translatable="yes">Grayscale</property>
<property name="draw_indicator">True</property>
<signal handler="setting_widget_changed_cb" name="toggled"/>
@@ -1319,6 +1321,7 @@
<property name="visible">True</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="tooltip-text" translatable="yes">Remove interlacing artifacts caused by the telecine process often applied to movies.</property>
<property name="label" translatable="yes">Detelecine</property>
<property name="draw_indicator">True</property>
<signal handler="setting_widget_changed_cb" name="toggled"/>
@@ -1333,6 +1336,7 @@
<object class="GtkCheckButton" id="PictureDecomb">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip-text" translatable="yes">Decomb is a selective deinterlacer. It will only deinterlace frames that appear to need it. It generally produces better quality than the normal deinterlacer.</property>
<property name="label" translatable="yes">De-Comb</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
@@ -1408,6 +1412,7 @@
<property name="width_request">100</property>
<property name="visible">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="tooltip-text" translatable="yes">Removes interlacing artifacts. Since deinterlacing degrades picture quality, leave it off unless you know you need it.</property>
<signal handler="setting_widget_changed_cb" name="changed"/>
<signal handler="tweak_setting_cb" name="button-press-event"/>
</object>
@@ -1463,6 +1468,7 @@
<property name="width_request">100</property>
<property name="visible">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="tooltip-text" translatable="yes">This filter removes noise or grain from the picture.</property>
<signal handler="setting_widget_changed_cb" name="changed"/>
<signal handler="tweak_setting_cb" name="button-press-event"/>
</object>
@@ -3361,7 +3367,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property>
<object class="GtkEventBox" id="eventbox1">
<property name="visible">True</property>
<property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
- <property name="visible_window">False</property>
+ <property name="visible_window">True</property>
<property name="above_child">True</property>
<signal name="button_press_event" handler="easter_egg_cb"/>
<child>
@@ -4538,8 +4544,8 @@ the other to maintain the video's original aspect ratio.</property>
<property name="program_name">HandBrake</property>
<property name="version">0.9.2</property>
<property name="copyright" translatable="yes">Copyright &#xA9; 2008 John Stebbins
-Copyright &#xA9; Copyright © 2004 - 2008, HandBrake Devs </property>
- <property name="comments" translatable="yes">HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter, available for MacOS X, Linux and Windows.</property>
+Copyright &#xA9; Copyright © 2004 - 2008, HandBrake Devs</property>
+ <property name="comments" translatable="yes">HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.</property>
<property name="website">http://handbrake.fr</property>
<property name="website_label" translatable="yes">http://handbrake.fr</property>
<property name="license" translatable="yes">HandBrake is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
@@ -4771,7 +4777,7 @@ libxvidcore authors:
<object class="GtkVBox" id="vbox19">
<property name="visible">True</property>
<child>
- <object class="GtkEventBox" id="eventbox1">
+ <object class="GtkEventBox" id="eventbox2">
<property name="visible">True</property>
<property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
<property name="visible_window">False</property>
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h
index f93381ca3..f4470984f 100644
--- a/gtk/src/resource_data.h
+++ b/gtk/src/resource_data.h
@@ -1276,6 +1276,9 @@
"N_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
" &lt;property name=&quot;label&quot;"
" translatable=&quot;yes&quot;&gt;Web optimized&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip-tex"
+"t&quot; translatable=&quot;yes&quot;&gt;Tunes the MP4 to be better suit"
+"ed for streaming&lt;/property&gt;\n"
" &lt;property name=&quot;draw_indica"
"tor&quot;&gt;True&lt;/property&gt;\n"
" &lt;signal handler=&quot;http_opt_c"
@@ -2046,6 +2049,9 @@
" &lt;property name=&quot;events&"
"quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_B"
"UTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip"
+"-text&quot; translatable=&quot;yes&quot;&gt;This filter removes the col"
+"or components of the picture.&lt;/property&gt;\n"
" &lt;property name=&quot;label&q"
"uot; translatable=&quot;yes&quot;&gt;Grayscale&lt;/property&gt;\n"
" &lt;property name=&quot;draw_in"
@@ -2068,6 +2074,10 @@
" &lt;property name=&quot;events&"
"quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_B"
"UTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip"
+"-text&quot; translatable=&quot;yes&quot;&gt;Remove interlacing artifact"
+"s caused by the telecine process often applied to movies.&lt;/property&"
+"gt;\n"
" &lt;property name=&quot;label&q"
"uot; translatable=&quot;yes&quot;&gt;Detelecine&lt;/property&gt;\n"
" &lt;property name=&quot;draw_in"
@@ -2091,6 +2101,11 @@
"&quot;&gt;True&lt;/property&gt;\n"
" &lt;property name=&quot;can_foc"
"us&quot;&gt;True&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip"
+"-text&quot; translatable=&quot;yes&quot;&gt;Decomb is a selective deint"
+"erlacer. It will only deinterlace frames that appear to need it. It gen"
+"erally produces better quality than the normal deinterlacer.&lt;/proper"
+"ty&gt;\n"
" &lt;property name=&quot;label&q"
"uot; translatable=&quot;yes&quot;&gt;De-Comb&lt;/property&gt;\n"
" &lt;property name=&quot;active&"
@@ -2217,6 +2232,10 @@
" &lt;property name=&quot;eve"
"nts&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | G"
"DK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip"
+"-text&quot; translatable=&quot;yes&quot;&gt;Removes interlacing artifac"
+"ts. Since deinterlacing degrades picture quality, leave it off unless y"
+"ou know you need it.&lt;/property&gt;\n"
" &lt;signal handler=&quot;se"
"tting_widget_changed_cb&quot; name=&quot;changed&quot;/&gt;\n"
" &lt;signal handler=&quot;tw"
@@ -2308,6 +2327,9 @@
" &lt;property name=&quot;eve"
"nts&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | G"
"DK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
+" &lt;property name=&quot;tooltip"
+"-text&quot; translatable=&quot;yes&quot;&gt;This filter removes noise o"
+"r grain from the picture.&lt;/property&gt;\n"
" &lt;signal handler=&quot;se"
"tting_widget_changed_cb&quot; name=&quot;changed&quot;/&gt;\n"
" &lt;signal handler=&quot;tw"
@@ -5523,8 +5545,8 @@
" &lt;property name=&quot;events&quot;&gt;GDK_BUTTON_"
"MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK&lt;/property&g"
"t;\n"
-" &lt;property name=&quot;visible_window&quot;&gt;Fal"
-"se&lt;/property&gt;\n"
+" &lt;property name=&quot;visible_window&quot;&gt;Tru"
+"e&lt;/property&gt;\n"
" &lt;property name=&quot;above_child&quot;&gt;True&l"
"t;/property&gt;\n"
" &lt;signal name=&quot;button_press_event&quot; hand"
@@ -7414,12 +7436,11 @@
" &lt;property name=&quot;version&quot;&gt;0.9.2&lt;/property&gt;\n"
" &lt;property name=&quot;copyright&quot; translatable=&quot;yes&quot"
";&gt;Copyright &amp;#xA9; 2008 John Stebbins\n"
-"Copyright &amp;#xA9; Copyright © 2004 - 2008, HandBrake Devs &lt;/prop"
-"erty&gt;\n"
+"Copyright &amp;#xA9; Copyright © 2004 - 2008, HandBrake Devs&lt;/prope"
+"rty&gt;\n"
" &lt;property name=&quot;comments&quot; translatable=&quot;yes&quot;"
-"&gt;HandBrake is an open-source, GPL-licensed, multiplatform, multithre"
-"aded DVD to MPEG-4 converter, available for MacOS X, Linux and Windows."
-"&lt;/property&gt;\n"
+"&gt;HandBrake is a GPL-licensed, multiplatform, multithreaded video tra"
+"nscoder.&lt;/property&gt;\n"
" &lt;property name=&quot;website&quot;&gt;http://handbrake.fr&lt;/pr"
"operty&gt;\n"
" &lt;property name=&quot;website_label&quot; translatable=&quot;yes&"
@@ -7684,7 +7705,7 @@
"rty&gt;\n"
" &lt;child&gt;\n"
" &lt;object class=&quot;GtkEventBox&quot; id=&quot;eve"
-"ntbox1&quot;&gt;\n"
+"ntbox2&quot;&gt;\n"
" &lt;property name=&quot;visible&quot;&gt;True&lt;/p"
"roperty&gt;\n"
" &lt;property name=&quot;events&quot;&gt;GDK_BUTTON_"
@@ -11198,8 +11219,8 @@
" <key>PresetDescription</key>\n"
" <string>HandBrake&apos;s deprecated settings for the iPhone and "
"iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while i"
-"t is offered as a service to legacy users, it is no supported.</string>"
-"\n"
+"t is offered as a service to legacy users, it is no longer supported.</"
+"string>\n"
" <key>PresetName</key>\n"
" <string>iPhone Legacy</string>\n"
" <key>Subtitles</key>\n"
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist
index d2bf37723..5ce2d716f 100644
--- a/gtk/src/resources.plist
+++ b/gtk/src/resources.plist
@@ -839,6 +839,7 @@
&lt;property name=&quot;can_focus&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
&lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;Web optimized&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;Tunes the MP4 to be better suited for streaming&lt;/property&gt;
&lt;property name=&quot;draw_indicator&quot;&gt;True&lt;/property&gt;
&lt;signal handler=&quot;http_opt_changed_cb&quot; name=&quot;toggled&quot;/&gt;
&lt;/object&gt;
@@ -1311,6 +1312,7 @@
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;can_focus&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;This filter removes the color components of the picture.&lt;/property&gt;
&lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;Grayscale&lt;/property&gt;
&lt;property name=&quot;draw_indicator&quot;&gt;True&lt;/property&gt;
&lt;signal handler=&quot;setting_widget_changed_cb&quot; name=&quot;toggled&quot;/&gt;
@@ -1324,6 +1326,7 @@
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;can_focus&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;Remove interlacing artifacts caused by the telecine process often applied to movies.&lt;/property&gt;
&lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;Detelecine&lt;/property&gt;
&lt;property name=&quot;draw_indicator&quot;&gt;True&lt;/property&gt;
&lt;signal handler=&quot;setting_widget_changed_cb&quot; name=&quot;toggled&quot;/&gt;
@@ -1338,6 +1341,7 @@
&lt;object class=&quot;GtkCheckButton&quot; id=&quot;PictureDecomb&quot;&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;can_focus&quot;&gt;True&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;Decomb is a selective deinterlacer. It will only deinterlace frames that appear to need it. It generally produces better quality than the normal deinterlacer.&lt;/property&gt;
&lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;De-Comb&lt;/property&gt;
&lt;property name=&quot;active&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;draw_indicator&quot;&gt;True&lt;/property&gt;
@@ -1413,6 +1417,7 @@
&lt;property name=&quot;width_request&quot;&gt;100&lt;/property&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;Removes interlacing artifacts. Since deinterlacing degrades picture quality, leave it off unless you know you need it.&lt;/property&gt;
&lt;signal handler=&quot;setting_widget_changed_cb&quot; name=&quot;changed&quot;/&gt;
&lt;signal handler=&quot;tweak_setting_cb&quot; name=&quot;button-press-event&quot;/&gt;
&lt;/object&gt;
@@ -1468,6 +1473,7 @@
&lt;property name=&quot;width_request&quot;&gt;100&lt;/property&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+ &lt;property name=&quot;tooltip-text&quot; translatable=&quot;yes&quot;&gt;This filter removes noise or grain from the picture.&lt;/property&gt;
&lt;signal handler=&quot;setting_widget_changed_cb&quot; name=&quot;changed&quot;/&gt;
&lt;signal handler=&quot;tweak_setting_cb&quot; name=&quot;button-press-event&quot;/&gt;
&lt;/object&gt;
@@ -3366,7 +3372,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1&lt;/property&gt;
&lt;object class=&quot;GtkEventBox&quot; id=&quot;eventbox1&quot;&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK&lt;/property&gt;
- &lt;property name=&quot;visible_window&quot;&gt;False&lt;/property&gt;
+ &lt;property name=&quot;visible_window&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;above_child&quot;&gt;True&lt;/property&gt;
&lt;signal name=&quot;button_press_event&quot; handler=&quot;easter_egg_cb&quot;/&gt;
&lt;child&gt;
@@ -4543,8 +4549,8 @@ the other to maintain the video&apos;s original aspect ratio.&lt;/property&gt;
&lt;property name=&quot;program_name&quot;&gt;HandBrake&lt;/property&gt;
&lt;property name=&quot;version&quot;&gt;0.9.2&lt;/property&gt;
&lt;property name=&quot;copyright&quot; translatable=&quot;yes&quot;&gt;Copyright &amp;#xA9; 2008 John Stebbins
-Copyright &amp;#xA9; Copyright © 2004 - 2008, HandBrake Devs &lt;/property&gt;
- &lt;property name=&quot;comments&quot; translatable=&quot;yes&quot;&gt;HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter, available for MacOS X, Linux and Windows.&lt;/property&gt;
+Copyright &amp;#xA9; Copyright © 2004 - 2008, HandBrake Devs&lt;/property&gt;
+ &lt;property name=&quot;comments&quot; translatable=&quot;yes&quot;&gt;HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.&lt;/property&gt;
&lt;property name=&quot;website&quot;&gt;http://handbrake.fr&lt;/property&gt;
&lt;property name=&quot;website_label&quot; translatable=&quot;yes&quot;&gt;http://handbrake.fr&lt;/property&gt;
&lt;property name=&quot;license&quot; translatable=&quot;yes&quot;&gt;HandBrake is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
@@ -4776,7 +4782,7 @@ libxvidcore authors:
&lt;object class=&quot;GtkVBox&quot; id=&quot;vbox19&quot;&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;child&gt;
- &lt;object class=&quot;GtkEventBox&quot; id=&quot;eventbox1&quot;&gt;
+ &lt;object class=&quot;GtkEventBox&quot; id=&quot;eventbox2&quot;&gt;
&lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
&lt;property name=&quot;events&quot;&gt;GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK&lt;/property&gt;
&lt;property name=&quot;visible_window&quot;&gt;False&lt;/property&gt;
@@ -5889,7 +5895,7 @@ R2RrUAAABBgBAQACAAAAQAAAABAAAAAQ////AP///wD///8A////AP///wD///8A////AP///wD///8A
<key>PictureWidth</key>
<integer>480</integer>
<key>PresetDescription</key>
- <string>HandBrake&apos;s deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no supported.</string>
+ <string>HandBrake&apos;s deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no longer supported.</string>
<key>PresetName</key>
<string>iPhone Legacy</string>
<key>Subtitles</key>
diff --git a/gtk/src/standard_presets.xml b/gtk/src/standard_presets.xml
index d64d7f32c..2e6019d18 100644
--- a/gtk/src/standard_presets.xml
+++ b/gtk/src/standard_presets.xml
@@ -631,7 +631,7 @@
<key>PictureWidth</key>
<integer>480</integer>
<key>PresetDescription</key>
- <string>HandBrake&apos;s deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no supported.</string>
+ <string>HandBrake&apos;s deprecated settings for the iPhone and iPod Touch. This is the iPhone preset from HandBrake 0.9.2, and while it is offered as a service to legacy users, it is no longer supported.</string>
<key>PresetName</key>
<string>iPhone Legacy</string>
<key>Subtitles</key>