summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreset.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: rename Folder to Category.Damiano Galassi2017-11-101-3/+3
* MacGui: sort the keys of the exported json presets on 10.13 and later.Damiano Galassi2017-06-121-1/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+1
* MacGui: write the right minor and micro version in the presets. They were swa...Damiano Galassi2016-02-161-2/+2
* MacGui: add a new method to create a copy of a HBPreset instance, and added b...Damiano Galassi2015-10-131-4/+39
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-19/+36
* MacGui: show better error message to the user if a preset fails to importDamiano Galassi2015-10-101-15/+65
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-091-1/+4
* MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...ritsuka2015-05-301-10/+10
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+4
* MacGui: make a copy of a preset before showing the export window.ritsuka2015-05-171-6/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-8/+179
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-12/+2
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-54/+17
* MacGui: improved the presets managementritsuka2014-08-071-0/+141