]> granicus.if.org Git - handbrake/commit
WinGui: Finished re-writing the user settings service to use xml file storage rather...
authorsr55 <sr55.hb@outlook.com>
Mon, 15 Aug 2011 16:54:19 +0000 (16:54 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 15 Aug 2011 16:54:19 +0000 (16:54 +0000)
commit44b2c7e69d5613631a4ab39a91e01b673046f030
tree8fe8f170aea693a9993c44db3826a324a46cbd4b
parent3e3deb33d5c5ec4aca3d6c855db646b511bf788b
WinGui: Finished re-writing the user settings service to use xml file storage rather than built-in settings. Moved all the Services Library settings over to use the service. Main application will be done later.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4175 b64f7644-9d1e-0410-96f1-a4d463321fa5
23 files changed:
win/CS/Functions/PresetLoader.cs
win/CS/Functions/QueryGenerator.cs
win/CS/HandBrake.ApplicationServices/Collections/SerializableDictionary.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Parsing/Title.cs
win/CS/HandBrake.ApplicationServices/Properties/Settings.Designer.cs
win/CS/HandBrake.ApplicationServices/Properties/Settings.settings
win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs
win/CS/HandBrake.ApplicationServices/Services/Encode.cs
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IUserSettingService.cs
win/CS/HandBrake.ApplicationServices/Services/LibEncode.cs
win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
win/CS/HandBrake.ApplicationServices/Services/ScanService.cs
win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs
win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs
win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
win/CS/HandBrake.ApplicationServices/app.config
win/CS/Program.cs
win/CS/frmAbout.cs
win/CS/frmMain.cs
win/CS/frmOptions.cs
win/CS/frmQueue.cs