]> granicus.if.org Git - handbrake/commit
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sat, 19 Feb 2011 17:28:58 +0000 (17:28 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 19 Feb 2011 17:28:58 +0000 (17:28 +0000)
commit0b8918fb48eca14c002657942b199b706fc8959d
tree50c42fa57adf8a92e6d5e13a925353687010ea4c
parentda4025b6af1d0f5550159b87bf6a14c025752107
WinGui:
- Setting up the structure of the WPF UI. Just empty files with some basic wiring up between them.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3800 b64f7644-9d1e-0410-96f1-a4d463321fa5
33 files changed:
win/C#/HandBrakeWPF/HandBrakeWPF.csproj
win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/AddPresetViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/OptionsViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/AboutView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/AboutView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/AddPresetView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/AdvancedView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/AdvancedView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/AudioView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/AudioView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/ChaptersView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/ChaptersView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/FiltersView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/FiltersView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/QueryEditorView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/SubtitlesView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/SubtitlesView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/VideoView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/Controls/VideoView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/MainView.xaml
win/C#/HandBrakeWPF/Views/OptionsView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/OptionsView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/PreviewView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/PreviewView.xaml.cs [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/QueueView.xaml [new file with mode: 0644]
win/C#/HandBrakeWPF/Views/QueueView.xaml.cs [new file with mode: 0644]