summaryrefslogtreecommitdiffstats
path: root/macosx/HBAddPresetController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-5/+2
|
* MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵Damiano Galassi2016-02-031-3/+52
| | | | hopefully it will be harder for new users to overlook them.
* MacGui: default to custom picture size in the add preset sheet if the ↵Damiano Galassi2015-12-051-26/+45
| | | | current job size is less than the maximum size.
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵Damiano Galassi2015-10-131-15/+11
| | | | version of HBPreset.
* MacGui: default to 'source maximum' in the Picture Size popup of the add ↵Damiano Galassi2015-08-291-5/+2
| | | | preset window
* MacGui: remove the "use picture filters" checkbox in the add preset sheet. ↵ritsuka2015-07-271-7/+2
| | | | | | The user can always remove the filters manually before adding the preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7380 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: updated the text on some warning messages. ritsuka2015-07-041-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7339 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: cast the value of UsesPictureFilters to bool so the dictionary will ↵ritsuka2015-05-301-1/+1
| | | | | | use a bool to represent it internally, and hb_presets_clean_json() won't complain. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7246 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use libhb built-in presets and validation functions. Update the ↵ritsuka2015-05-141-0/+3
| | | | | | format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-18/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove some unused #import. Move again more things in HBController ↵ritsuka2014-12-231-0/+1
| | | | | | to HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: save the preset description, it had been broken after the add preset ↵ritsuka2014-12-221-1/+4
| | | | | | window refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6640 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the "add preset" window to its own window controller class. ↵ritsuka2014-11-231-0/+138
Keep the current settings when changing title or scanning a new file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6538 b64f7644-9d1e-0410-96f1-a4d463321fa5