Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: disable unsupported hardware presets. | Damiano Galassi | 2021-01-04 | 1 | -0/+5 |
| | |||||
* | MacGui: improve presets view to allow multiple selection, drag & drop from ↵ | Damiano Galassi | 2020-01-13 | 1 | -11/+17 |
| | | | | and to Finder. | ||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -1/+1 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -4/+4 |
| | |||||
* | MacGui: load the HandBrakeKit framework localized strings from the framework ↵ | Damiano Galassi | 2018-10-20 | 1 | -4/+5 |
| | | | | bundle. | ||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -4/+4 |
| | |||||
* | MacGui: rename Folder to Category. | Damiano Galassi | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | MacGui: sort the keys of the exported json presets on 10.13 and later. | Damiano Galassi | 2017-06-12 | 1 | -1/+2 |
| | |||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -0/+1 |
| | | | | and picture job settings. | ||||
* | MacGui: write the right minor and micro version in the presets. They were ↵ | Damiano Galassi | 2016-02-16 | 1 | -2/+2 |
| | | | | swapped. | ||||
* | MacGui: add a new method to create a copy of a HBPreset instance, and added ↵ | Damiano Galassi | 2015-10-13 | 1 | -4/+39 |
| | | | | back a method that had been inadvertently deleted. | ||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 1 | -19/+36 |
| | | | | version of HBPreset. | ||||
* | MacGui: show better error message to the user if a preset fails to import | Damiano Galassi | 2015-10-10 | 1 | -15/+65 |
| | |||||
* | presets: add result to indicate if preset import modified presets | John Stebbins | 2015-10-09 | 1 | -1/+4 |
| | | | | | This information is useful to the frontends in creation of preset backups. | ||||
* | MacGui: fix the leaks after using hb_presets_import_json and ↵ | ritsuka | 2015-05-30 | 1 | -10/+10 |
| | | | | | | hb_presets_clean_json, add an extension to NSJSONSerialization to convert a char * directly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7245 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -1/+4 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: make a copy of a preset before showing the export window. | ritsuka | 2015-05-17 | 1 | -6/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7202 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -8/+179 |
| | | | | | | 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 | -12/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 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 | -54/+17 |
| | | | | | | | | “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/+141 |
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 |