OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Feb 2011 16:24:38 +0000 (16:24 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 26 Feb 2011 16:24:38 +0000 (16:24 +0000)
commite83c570f4856660bbb120998546333aa4308a43f
tree2abc76eca8a987ea5c51c21699a17d48db0ecf6c
parent827c69558da16cabd3ff0ff03425d655e6db0d68
WinGui:
- Started designing the Picture Settings Panel
- Added a WindowManager.

git-svn-id: svn://localhost/HandBrake/trunk@3810 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/C#/HandBrakeWPF/App.xaml.cs
win/C#/HandBrakeWPF/HandBrakeWPF.csproj
win/C#/HandBrakeWPF/Services/WindowManager.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs
win/C#/HandBrakeWPF/ViewModels/AddPresetViewModel.cs
win/C#/HandBrakeWPF/ViewModels/MainViewModel.cs
win/C#/HandBrakeWPF/ViewModels/OptionsViewModel.cs
win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs
win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs
win/C#/HandBrakeWPF/ViewModels/ViewModelBase.cs
win/C#/HandBrakeWPF/Views/AboutView.xaml
win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml
win/C#/HandBrakeWPF/Views/MainView.xaml