Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: do not load a job from disk if one or more job objects are missing. | Damiano Galassi | 2017-04-21 | 1 | -1/+4 |
| | |||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -0/+5 |
| | | | | and picture job settings. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -0/+1 |
| | |||||
* | MacGui: partial undo/redo support in the defaults sheets. | Damiano Galassi | 2015-10-22 | 1 | -0/+67 |
| | |||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 1 | -2/+2 |
| | | | | version of HBPreset. | ||||
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -2/+7 |
| | | | | | | compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -7/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix typo. | ritsuka | 2015-02-18 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6921 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add Burn-In options to subtitle defaults hopefully similar to the ↵ | ritsuka | 2015-02-17 | 1 | -2/+56 |
| | | | | | | LinGui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6916 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -2/+22 |
| | | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implement NSCoding protocol in HBJob. | ritsuka | 2014-12-22 | 1 | -0/+29 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6638 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: removed two useless array creation and made a copy of the ↵ | ritsuka | 2014-11-02 | 1 | -1/+2 |
| | | | | | | trackSelectionLanguages ivar before assigning it to the preset dict. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6497 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: store the audio and subtitles defaults in each queue item so they ↵ | ritsuka | 2014-08-25 | 1 | -1/+1 |
| | | | | | | can be loaded back from the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6360 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char ↵ | ritsuka | 2014-08-22 | 1 | -0/+67 |
to the “Configure Defaults” button. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6341 b64f7644-9d1e-0410-96f1-a4d463321fa5 |