]> granicus.if.org Git - handbrake/commit
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sat, 29 Jan 2011 21:29:26 +0000 (21:29 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 29 Jan 2011 21:29:26 +0000 (21:29 +0000)
commitc000c50bbcf57320a56a3d923ffba1b1c5849cb1
tree7f3c57673e9943f9a52f608c03827ec0c974746d
parentf6581060764a2cfcca6ebd5a70344c8080722eec
WinGui:
- Refactor the preset service and move to the Application Services.
   * Left the old service in place for now, will hook the new service in later.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3772 b64f7644-9d1e-0410-96f1-a4d463321fa5
15 files changed:
win/C#/Controls/AudioPanel.cs
win/C#/Controls/PictureSettings.cs
win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/C#/HandBrake.ApplicationServices/Init.cs
win/C#/HandBrake.ApplicationServices/Model/Preset.cs [moved from win/C#/Presets/Preset.cs with 70% similarity]
win/C#/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs [new file with mode: 0644]
win/C#/HandBrake.ApplicationServices/Services/PresetService.cs [new file with mode: 0644]
win/C#/HandBrake.ApplicationServices/Services/QueueManager.cs
win/C#/HandBrake.ApplicationServices/Settings.StyleCop
win/C#/HandBrakeCS.csproj
win/C#/Presets/PlistPresetHandler.cs
win/C#/Presets/PresetsHandler.cs
win/C#/Program.cs
win/C#/frmOptions.cs
win/C#/frmOptions.resx