From: sr55 Date: Thu, 22 Jan 2015 16:32:22 +0000 (+0000) Subject: WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific preset/tune... X-Git-Tag: 1.0.0~1521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acf831a1c78044a01e470102385334d183d1d5b1;p=handbrake WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific preset/tune/profile/level options with generic versions. This will break all existing user presets so the version number for the presets has been bumped. This should trigger the old presets to be archived. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6789 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 9253d7ab3..30740ab36 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -108,6 +108,10 @@ + + + + @@ -115,6 +119,10 @@ + + + + @@ -184,9 +192,7 @@ HandBrakeInterop - - - + - - - + + - + - + - - - - - - - + ToolTip="{x:Static Properties:Resources.Video_x264FastDecode}" Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}"/> + + ItemsSource="{Binding VideoProfiles}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoProfile}" + Style="{StaticResource LongToolTipHolder}" ToolTip="{x:Static Properties:Resources.Video_EncoderProfile}" /> + ItemsSource="{Binding VideoLevels}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoLevel}" + Style="{StaticResource LongToolTipHolder}" ToolTip="{x:Static Properties:Resources.Video_EncoderLevel}"/> - + + ToolTip="{Binding FullOptionsTooltip}" Style="{StaticResource LongToolTipHolder}" > @@ -217,84 +197,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -