summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Remove hard coded ordering on the in-line presets selector.sr552019-02-111-40/+55
* WinGui: Fix preset updates. Built in presets should now automatically update....sr552019-01-181-66/+55
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-241-2/+2
* WinGui: Minor Code Tidyupsr552018-11-171-2/+0
* WinGui: Fix an issue that might be causing the default sample rate to be sele...sr552018-10-031-1/+1
* WinGui: Move UserSettings over to JSON format. Settings from the older XML f...sr552018-07-181-1/+1
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-051-4/+4
* WinGui: Fix an issue with the Add preset window that prevented it from updati...sr552018-05-181-0/+6
* WinGui: Make the Audio Sample Rate tolerant of number styles. Fixes #1193sr552018-02-211-3/+2
* Misc. typosluz.paz2018-02-201-2/+2
* WinGui: Adding Preset Category support into the Windows UI. Single layer supp...sr552017-11-021-1/+23
* WinGui: Improve selection behaviour of the new preset controls.sr552017-09-111-10/+53
* WinGui: Add description tooltip to presets dropdown menu. Also change "User P...sr552017-09-101-1/+1
* WinGui: Implementing the new Preset design that does away with the legacy sty...sr552017-09-081-33/+0
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-051-1/+1
* WinGui: Support importing preset categories that can be exported from the Mac...sr552017-06-071-36/+63
* WinGui: Fix a number of stylecop warnings.sr552017-03-261-2/+4
* WinGui: Rework of the preset systemsr552017-03-041-63/+222
* WinGui: Put up a clearer error when we can't read older presets rather than j...sr552017-01-121-2/+11
* WinGui: A number of small fixes and Improvements.sr552016-12-271-5/+0
* WinGui: Fix a large number of stylecop warnings.sr552016-10-301-1/+6
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-251-0/+9
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-121-1/+1
* WinGui: Allow the Nightly build and Release version to be run side-by-side. ...[email protected]2016-01-291-3/+12
* WinGui: Fix Preset json file import.sr552016-01-171-4/+5
* WinGui: Ability to Force Preset updates change tidy upScott2015-12-141-3/+5
* WinGui: Re-implement the ability to force a preset upgrade on nightly build u...Scott2015-12-141-75/+85
* Missed file from last checkin.Scott2015-10-301-0/+1
* Tidy up the Preset Service. Preset version checking should now be working fo...Scott2015-10-301-27/+63
* Completely re-factored the preset file storage to use the same format as the ...Scott2015-10-161-232/+156
* Fixing the storage of user presets. Need to confirm PresetContainer format.Scott2015-10-161-1/+3
* Refactoring the Preset service to store the Built-In Presets and User Presets...Scott2015-10-161-22/+47
* WinGui: Bump the preset version number check since adding the new qsv encoder...Scott2015-09-271-1/+1
* App Services Cleanup ContdScott2015-09-261-1/+3
* AppServices tidyupScott2015-09-261-4/+1
* WinGui: remove the "use picture filters" checkbox in the add preset sheet. sr552015-07-271-14/+0
* WinGui: Initial Implementation of the json preset export code.sr552015-07-051-7/+19
* WinGui: Couple of workaround fixes for the preset service until refactoring i...sr552015-06-261-2/+2
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-261-0/+94
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-201-1/+1
* WinGui: Use the new libhb preset management code to fetch built-in presets on...sr552015-05-311-43/+39
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-031-0/+5
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-291-7/+8
* WinGui:sr552015-01-251-42/+27
* WinGui: Moving the built-in preset storage over to JSON.sr552015-01-251-30/+39
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-221-12/+16
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-201-29/+56
* WinGui: Correcting namespaces.sr552015-01-051-1/+1
* WinGui: Switching the preset format over to JSON and adding a container objec...sr552014-12-121-6/+89
* WinGui: Stop using HandBrakeCLI to fetch preset information. Removing another...sr552014-11-281-38/+21