summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresetsViewController.h
Commit message (Collapse)AuthorAgeFilesLines
* MacGUI: Add Make Default Preset item to Presets menu.Bradley Sepos2018-03-171-0/+1
| | | | Move Set Default Preset directly above the presets list for clarity and to avoid confusion between get/set.
* MacGUI: Add Delete item to Presets menu.Bradley Sepos2018-03-171-0/+2
|
* MacGui: update preset when navigating with the keyboard arrows, fix #452Damiano Galassi2017-12-201-5/+1
|
* MacGui: add a header to the presets popover.Damiano Galassi2017-11-301-1/+6
|
* MacGui: rename Folder to Category.Damiano Galassi2017-11-101-1/+1
|
* MacGui: second part of the previous commitritsuka2015-08-061-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7392 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add nullability annotations to the headers and use weak where is ↵ritsuka2015-05-301-2/+2
| | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: allow exporting a preset folder. Add import/export menu item to the ↵ritsuka2015-05-161-1/+4
| | | | | | presets drawer too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7192 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove HBViewValidation protocol.ritsuka2015-01-101-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6718 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: changed the preset selection code a little bit again.ritsuka2014-08-171-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6304 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added the list of the presets at the bottom of the preset menu and a ↵ritsuka2014-08-091-8/+8
| | | | | | | | “New Folder” menu item. Removed the “delete built-in presets” item because it takes just two clicks to remove them manually. Refactored part of HBPreset to a separate HBTreeNode class. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6278 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: improved the presets managementritsuka2014-08-071-0/+34
Added a class to manage the presets (HBPresetsManager) and moved the presets drawer code to a new view controller (HBPresetsViewController). Removed the limitation of two nested folders and added a way to add to custom folders. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6273 b64f7644-9d1e-0410-96f1-a4d463321fa5