From c7dc884bbee9c87fb4e7eb974d5ee029f4c234e4 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 23 Aug 2013 13:20:38 +0000 Subject: WinGui: Manually merged the QuickSync UI changes from the qsv branch to trunk git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5741 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/VideoView.xaml | 75 ++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 27 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views/VideoView.xaml') diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index c4bd565c7..fffbfd0b2 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -6,7 +6,8 @@ xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" xmlns:Video="clr-namespace:HandBrakeWPF.Converters.Video" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" - xmlns:Micro="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro" mc:Ignorable="d" > + xmlns:cal="http://www.caliburnproject.org" + mc:Ignorable="d" > @@ -74,12 +75,18 @@ - - - + + + + + - + @@ -89,7 +96,7 @@ - + @@ -112,22 +119,21 @@ - - + + - + + IsChecked="{Binding TwoPass}" Margin="0,0,10,0" /> + IsChecked="{Binding TurboFirstPass}" /> - + @@ -139,8 +145,7 @@ - + @@ -160,22 +165,36 @@ - - + + - + + ItemsSource="{Binding X264Tunes, Converter={StaticResource enumComboConverter}}" + SelectedItem="{Binding X264Tune, Converter={StaticResource enumComboConverter}}" + Visibility="{Binding DisplayX264Options, Converter={StaticResource boolToVisConverter}}" + ToolTip="{x:Static Properties:Resources.Video_x264Tune}" + Style="{StaticResource LongToolTipHolder}" /> + Visibility="{Binding DisplayX264Options, Converter={StaticResource boolToVisConverter}}" + ToolTip="{x:Static Properties:Resources.Video_x264FastDecode}"/> + + + + + + @@ -194,13 +213,15 @@ ToolTip="{x:Static Properties:Resources.Video_x264Level}"/> - + + Height="30" MaxLines="2" Grid.Row="4" Grid.Column="1" Grid.ColumnSpan="3" Margin="5,10,0,0" VerticalAlignment="Center" + ToolTip="{Binding FullOptionsTooltip}" Style="{StaticResource LongToolTipHolder}" + Visibility="{Binding DisplayX264Options, Converter={StaticResource boolToVisConverter}}" > - + -- cgit v1.2.3