summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresetsManager.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-281-1/+3
* MacGui: make preset backups when import upgrades presets and load them if Use...Damiano Galassi2015-10-101-25/+112
* MacGui: show better error message to the user if a preset fails to importDamiano Galassi2015-10-101-1/+2
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-091-1/+4
* MacGui: fix the multiple default presets issue.ritsuka2015-07-071-1/+3
* MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...ritsuka2015-05-301-7/+8
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-182/+114
* MacGui: fix built in presets update on earlier os x versions. The dot is not ...ritsuka2015-05-011-1/+1
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-3/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-28/+9
* MacGui: load the built-in presets from a plist file. The plist is the almost ...ritsuka2015-02-231-1338/+24
* eliminate job->largeFileSizejstebbins2014-12-231-12/+0
* MacGui: added a missing retain, it caused a crash when selecting a new defaul...ritsuka2014-11-241-14/+16
* MacGui: add a better check for regenerating the built-in presets after a user...ritsuka2014-11-241-4/+22
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-231-1/+8
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-211-12/+0
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-211-60/+60
* MacGui: add a divider in the menu after the last built in preset and make the...ritsuka2014-08-091-0/+2
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-61/+33
* MacGui: improved the presets managementritsuka2014-08-071-0/+1742