summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix an issue that blocked preset imports. Fixes #3523sr552021-04-031-5/+0
* WinGui: Finish the conversion to System.Text.Json. This removes the Newtonsof...sr552021-03-061-13/+8
* WinGui: Make the Windows UI tolerate empty categories #3434sr552021-02-251-0/+5
* WinGui: Add support for Media Foundation 264/265 encoders for QC based ARM64 ...sr552021-02-231-6/+10
* WinGui: Add code to prevent double default presets. Fixes #3386sr552021-02-061-0/+7
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-041-11/+10
* WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many "mode...sr552021-02-041-2/+2
* WinGui: Fix typo on new preset pane and fix an issue with mis-detecting prese...sr552021-01-071-1/+1
* WinGui: Better handle disabled presets in the UI.sr552020-12-131-8/+18
* WinGui: Add a menu option to allow exporting all user presets for easier back...sr552020-08-221-18/+24
* WinGui: Improvements to the new Preset Management UI.sr552020-08-041-0/+67
* WinGui: Presets UI overhaul.sr552020-06-301-0/+7
* WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). Addin...sr552020-06-261-165/+1
* WinGui: Couple if minor bug fixes.sr552020-05-031-0/+2
* WinGui: If selecting a preset that uses an video encoder that's not in use, w...sr552020-04-111-0/+45
* WinGui: Experimental Worker Process (Basic logging is now operational) + UI I...sr552019-12-291-1/+0
* WinGui: First step in a long overdue cleanup of the logging code. Stripped ou...sr552019-12-281-12/+4
* 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