From 654057c737c7b51f236bdc6f5100f24f3fc4f8be Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 24 Mar 2012 21:31:49 +0000 Subject: WinGui: (WPF) Port the Advanced Panel for x264 from VidCoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4536 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/AdvancedView.xaml | 333 ++++++++++++++++++++++++---- win/CS/HandBrakeWPF/Views/VideoView.xaml | 39 ++++ 2 files changed, 333 insertions(+), 39 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views') diff --git a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml index 3fad3c54b..4221a8e5d 100644 --- a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml +++ b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml @@ -1,61 +1,316 @@  + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" + xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" xmlns:Helpers="clr-namespace:HandBrakeWPF.Helpers" + mc:Ignorable="d" x:Name="advancedView"> - - + + + + + + + - - - - - - + - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index ec6163b94..ea19b654a 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -73,6 +73,45 @@ + + + + -- cgit v1.2.3