Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGUI: Update main window preset control when changing the default preset ↵ | Bradley Sepos | 2018-03-17 | 1 | -0/+1 |
| | | | | via popover. | ||||
* | MacGUI: Update main window preset control when renaming via popover. | Bradley Sepos | 2018-03-17 | 1 | -0/+9 |
| | |||||
* | MacGUI: After deleting a preset, select the default preset. | Bradley Sepos | 2018-03-17 | 1 | -3/+1 |
| | | | | Both the popover and main window control were selecting nothing at all in some/all cases. | ||||
* | MacGui: update preset when navigating with the keyboard arrows, fix #452 | Damiano Galassi | 2017-12-20 | 1 | -19/+36 |
| | |||||
* | MacGui: add a header to the presets popover. | Damiano Galassi | 2017-11-30 | 1 | -4/+29 |
| | |||||
* | MacGui: use a popover instead of a drawer on 10.10+ . | Damiano Galassi | 2017-11-24 | 1 | -0/+5 |
| | |||||
* | MacGui: always use the new add category controller to add a category. | Damiano Galassi | 2017-11-10 | 1 | -6/+7 |
| | |||||
* | MacGui: rename Folder to Category. | Damiano Galassi | 2017-11-10 | 1 | -4/+4 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -2/+3 |
| | |||||
* | MacGui: use a view-based outline view in the presets drawer. | Damiano Galassi | 2015-12-05 | 1 | -37/+29 |
| | |||||
* | MacGui: do not try to import a preset even if the cancel button was clicked. | Damiano Galassi | 2015-10-16 | 1 | -12/+15 |
| | |||||
* | MacGui: show better error message to the user if a preset fails to import | Damiano Galassi | 2015-10-10 | 1 | -1/+8 |
| | |||||
* | MacGui: updated the text on some warning messages. | ritsuka | 2015-07-04 | 1 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7339 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: make a copy of a preset before showing the export window. | ritsuka | 2015-05-17 | 1 | -1/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7202 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: allow exporting a preset folder. Add import/export menu item to the ↵ | ritsuka | 2015-05-16 | 1 | -0/+67 |
| | | | | | | presets drawer too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7192 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -3/+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. | ritsuka | 2015-03-17 | 1 | -16/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: update a file header and fix a comment. | ritsuka | 2015-01-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6699 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: separate the video settings logic from the view controller. There ↵ | ritsuka | 2014-12-18 | 1 | -9/+2 |
| | | | | | | are a number of small regression ("Custom" preset and auto naming not updating) that will be fixed in the next commits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6606 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: changed the preset selection code a little bit again. | ritsuka | 2014-08-17 | 1 | -4/+3 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6304 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implemented the HBViewValidation protocol in each of the main window ↵ | ritsuka | 2014-08-10 | 1 | -10/+6 |
| | | | | | | view controllers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6285 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: don’t allow to drop a preset before the built in ones. | ritsuka | 2014-08-09 | 1 | -2/+10 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6280 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added the list of the presets at the bottom of the preset menu and a ↵ | ritsuka | 2014-08-09 | 1 | -11/+19 |
| | | | | | | | | “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 management | ritsuka | 2014-08-07 | 1 | -0/+396 |
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 |