From 01f80ca032c708b7cae8118f83390ce56eb1988c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 1 Dec 2013 16:46:16 +0000 Subject: WinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. Hopefully this is a bit cleaner but feedback is welcome on the forum. This may get reverted later if it doesn't work out. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5909 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/app.config | 5 +- win/CS/HandBrakeWPF/Controls/SourceSelection.xaml | 93 +++++++++++++++++ .../HandBrakeWPF/Controls/SourceSelection.xaml.cs | 27 +++++ win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 38 ++++++- win/CS/HandBrakeWPF/Model/ScanMode.cs | 21 ++++ win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 112 ++++++++++++++++++++- win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml | 1 - win/CS/HandBrakeWPF/Views/Images/File32.png | Bin 0 -> 328 bytes win/CS/HandBrakeWPF/Views/Images/folder32.png | Bin 0 -> 314 bytes win/CS/HandBrakeWPF/Views/MainView.xaml | 26 ++++- win/CS/HandBrakeWPF/app.config | 2 +- 11 files changed, 311 insertions(+), 14 deletions(-) create mode 100644 win/CS/HandBrakeWPF/Controls/SourceSelection.xaml create mode 100644 win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs create mode 100644 win/CS/HandBrakeWPF/Model/ScanMode.cs create mode 100644 win/CS/HandBrakeWPF/Views/Images/File32.png create mode 100644 win/CS/HandBrakeWPF/Views/Images/folder32.png (limited to 'win') diff --git a/win/CS/HandBrake.ApplicationServices/app.config b/win/CS/HandBrake.ApplicationServices/app.config index 1747ee2d8..084adc9e4 100644 --- a/win/CS/HandBrake.ApplicationServices/app.config +++ b/win/CS/HandBrake.ApplicationServices/app.config @@ -1,9 +1,8 @@ - + - - + diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml new file mode 100644 index 000000000..b44785324 --- /dev/null +++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +