]> granicus.if.org Git - handbrake/commit
WinGui: Moving the Queue Code out to the UI level. The services library will be stric...
authorsr55 <sr55.hb@outlook.com>
Sun, 1 Mar 2015 18:03:28 +0000 (18:03 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 1 Mar 2015 18:03:28 +0000 (18:03 +0000)
commit29c62be71227ae33e382199f323890ae3bfffa69
treece95739341715439b97d7ca1b4baebd89474c6c9
parent5cce72f890bc7b6075a55aa4364b8817c22f11c0
WinGui: Moving the Queue Code out to the UI level. The services library will be strictly a libhb warpper and service provider.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6959 b64f7644-9d1e-0410-96f1-a4d463321fa5
20 files changed:
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IServerService.cs [deleted file]
win/CS/HandBrake.ApplicationServices/Services/ServerService.cs [deleted file]
win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs [deleted file]
win/CS/HandBrakeWPF/EventArgs/QueueCompletedEventArgs.cs [moved from win/CS/HandBrake.ApplicationServices/EventArgs/QueueCompletedEventArgs.cs with 93% similarity]
win/CS/HandBrakeWPF/EventArgs/QueueProgressEventArgs.cs [moved from win/CS/HandBrake.ApplicationServices/EventArgs/QueueProgressEventArgs.cs with 93% similarity]
win/CS/HandBrakeWPF/EventArgs/SettingChangedEventArgs.cs [moved from win/CS/HandBrake.ApplicationServices/EventArgs/SettingChangedEventArgs.cs with 92% similarity]
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs
win/CS/HandBrakeWPF/Services/Interfaces/IQueueProcessor.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueProcessor.cs with 95% similarity]
win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs
win/CS/HandBrakeWPF/Services/NotificationService.cs
win/CS/HandBrakeWPF/Services/PrePostActionService.cs
win/CS/HandBrakeWPF/Services/QueueProcessor.cs [moved from win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs with 95% similarity]
win/CS/HandBrakeWPF/Services/UserSettingService.cs
win/CS/HandBrakeWPF/Startup/CastleBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs