summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Force a built-in preset update on libhb preset version change. #2421sr552019-11-151-2/+8
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-241-1/+1
* WinGui: Clean-up the preset archive code. New filename format for archive fi...sr552019-05-121-39/+24
* WinGui: Improvements for #2090sr552019-05-121-2/+20
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This allow...sr552019-05-111-39/+13
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-021-1/+0
* WinGui: Add log messages around preset service actions that were not previous...sr552019-03-091-17/+16
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-031-3/+3
* 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