diff options
author | jstebbins <[email protected]> | 2009-02-06 16:06:34 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-02-06 16:06:34 +0000 |
commit | a972b47416cf9f4fec953ff4eb471ad4957824d7 (patch) | |
tree | f1103224637086be7bc3e90c875b6adced93a2b4 /gtk/src/ghb.ui | |
parent | 2b3a2836ba601220380021a02a08031fa64a80a8 (diff) |
LinGui: add custom filter strings to queue display
add tooltips for custom filter entries
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2124 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 7adbbff75..8115f4ad1 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4677,6 +4677,8 @@ location as the movie.</property> <child> <object class="GtkEntry" id="PictureDetelecineCustom"> <property name="width_chars">8</property> + <property name="tooltip-text" translatable="yes">Custom detelecine filter string format + JunkLeft:JunkRight:JunkTop:JunkBottom:StrictBreaks:MetricPlane</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> @@ -4718,6 +4720,8 @@ location as the movie.</property> <child> <object class="GtkEntry" id="PictureDecombCustom"> <property name="width_chars">8</property> + <property name="tooltip-text" translatable="yes">Custom decomb filter string format + Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> @@ -4759,6 +4763,8 @@ location as the movie.</property> <child> <object class="GtkEntry" id="PictureDeinterlaceCustom"> <property name="width_chars">8</property> + <property name="tooltip-text" translatable="yes">Custom deinterlace filter string format + YadifMode:YadifParity:McdintMode:McdeintOp</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> @@ -4799,6 +4805,8 @@ location as the movie.</property> <child> <object class="GtkEntry" id="PictureDenoiseCustom"> <property name="width_chars">8</property> + <property name="tooltip-text" translatable="yes">Custom denoise filter string format + SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> |