Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -5/+5 |
| | |||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -39/+25 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | MacGui: update the docs urls for 1.1.01.1.0 | Damiano Galassi | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | MacGui: update preset when navigating with the keyboard arrows, fix #452 | Damiano Galassi | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | MacGui: initialize the selectedCategory ivar with the default value in ↵ | Damiano Galassi | 2017-11-12 | 1 | -0/+1 |
| | | | | HBAddPresetController. | ||||
* | MacGui: select the newly created category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | MacGui: add a popup menu to select the category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 1 | -1/+78 |
| | |||||
* | MacGui: set PictureWidth and PictureHeight when creating presets with the ↵ | Damiano Galassi | 2016-12-28 | 1 | -4/+12 |
| | | | | "Source Maximum" picture option. Fixes #455 | ||||
* | MacGui: Add new anamorphic mode "Automatic". | Damiano Galassi | 2016-10-31 | 1 | -16/+7 |
| | |||||
* | MacGui: add an help button to quickly open the docs in the add preset, audio ↵ | Damiano Galassi | 2016-05-29 | 1 | -0/+6 |
| | | | | and subtitles defaults sheets. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -5/+2 |
| | |||||
* | MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵ | Damiano Galassi | 2016-02-03 | 1 | -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 Galassi | 2015-12-05 | 1 | -26/+45 |
| | | | | current job size is less than the maximum size. | ||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 1 | -15/+11 |
| | | | | version of HBPreset. | ||||
* | MacGui: default to 'source maximum' in the Picture Size popup of the add ↵ | Damiano Galassi | 2015-08-29 | 1 | -5/+2 |
| | | | | preset window | ||||
* | MacGui: remove the "use picture filters" checkbox in the add preset sheet. ↵ | ritsuka | 2015-07-27 | 1 | -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. | ritsuka | 2015-07-04 | 1 | -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 ↵ | ritsuka | 2015-05-30 | 1 | -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 ↵ | ritsuka | 2015-05-14 | 1 | -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. | ritsuka | 2015-03-17 | 1 | -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 ↵ | ritsuka | 2014-12-23 | 1 | -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 ↵ | ritsuka | 2014-12-22 | 1 | -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. ↵ | ritsuka | 2014-11-23 | 1 | -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 |