]> granicus.if.org Git - handbrake/commit
WinGui: (WPF) Initial work to hookup the log viewer + some additional helper classes...
authorsr55 <sr55.hb@outlook.com>
Tue, 27 Dec 2011 22:52:43 +0000 (22:52 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 27 Dec 2011 22:52:43 +0000 (22:52 +0000)
commit5b745b8f17f8acc6d3799eb3cb86e09c7ca99017
tree5a97790d448b6ac3b85b46f1803df00c34a39820
parent20fd52b888f111ac2d7670fa3c41e495661cdebd
WinGui: (WPF) Initial work to hookup the log viewer + some additional helper classes ported over form the WinForms version.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4390 b64f7644-9d1e-0410-96f1-a4d463321fa5
18 files changed:
win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs
win/CS/HandBrake.ApplicationServices/Services/ScanService.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryGeneratorUtility.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Services/ErrorService.cs
win/CS/HandBrakeWPF/Services/Interfaces/IErrorService.cs
win/CS/HandBrakeWPF/Services/Interfaces/IUpdateVersionService.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Services/UpdateVersionService.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Startup/CastleBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/Views/LogView.xaml
win/CS/HandBrakeWPF/Views/LogView.xaml.cs