From cdcf2526b9b85befc27a29431f71c917b59a6f9d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 26 May 2012 02:29:13 +0000 Subject: WinGui: Improvements and fixes to the Queue Window. Added WhenDone option. Fixed an issue where the progress counter would not display if you started an encode before opening the queue window. Updated the Options Window to keep settings displayed up to date. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4698 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/QueueView.xaml | 80 +++++++++++++++++++++++--------- 1 file changed, 57 insertions(+), 23 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views') diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 1c5d09861..affd2b959 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -6,8 +6,7 @@ xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:dd="clr-namespace:GongSolutions.Wpf.DragDrop;assembly=GongSolutions.Wpf.DragDrop" - xmlns:Model="clr-namespace:HandBrake.ApplicationServices.Model;assembly=HandBrake.ApplicationServices" - mc:Ignorable="d" Title="{Binding Title}" + xmlns:YourNamespace="clr-namespace:HandBrakeWPF.AttachedProperties" mc:Ignorable="d" Title="{Binding Title}" Width="600" Height="400" Background="#FFF0F0F0"> @@ -25,21 +24,56 @@ - - - - - + + + + + - + @@ -156,9 +190,9 @@ - - - + + + -- cgit v1.2.3