From f3fcc49085f080ad5f075da4a87bbaff47f92572 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 13 Jan 2013 17:51:42 +0000 Subject: WinGui: Options screen refactoring. Help -> Check for updates now takes the user to the options screen update tab. Help -> About now takes the user to the options screen about tab. Saves popping up annoying window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5169 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/OptionsView.xaml | 43 ++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 8 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views/OptionsView.xaml') diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index 9c2080db5..99d857bdc 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -3,7 +3,8 @@ xmlns:Helpers="clr-namespace:HandBrakeWPF.Helpers" xmlns:Options="clr-namespace:HandBrakeWPF.Converters.Options" xmlns:dd="clr-namespace:GongSolutions.Wpf.DragDrop;assembly=GongSolutions.Wpf.DragDrop" - xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" Background="White"> + xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" xmlns:local="clr-namespace:HandBrakeWPF.Model" + Background="White"> + + + + + + + + @@ -44,14 +55,18 @@ - - + + + + + @@ -60,7 +75,7 @@ + Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.General}}"> @@ -121,7 +136,7 @@ + Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.OutputFiles}}"> @@ -161,7 +176,7 @@ + Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.AudioAndSubtitles}}"> @@ -263,7 +278,7 @@ + Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Advanced}}"> @@ -364,7 +379,7 @@ + Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Updates}}"> @@ -398,6 +413,18 @@ + + + + + + + + + + + -- cgit v1.2.3