Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | MacGui: write the queue to disk less often and add some validations when ↵ | Damiano Galassi | 2019-06-08 | 1 | -2/+7 |
| | | | | reading it back from disk. | ||||
* | MacGui: add none fallback. | Damiano Galassi | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | 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: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | MacGui: use the languages from the audio preferences for built-in presets, ↵ | Damiano Galassi | 2016-12-14 | 1 | -40/+0 |
| | | | | this had been broken when the MacGui started to use hb_preset_job_init(). | ||||
* | MacGui: do not show "Auto passthru" in the audio panel encoders pop up. ↵ | Damiano Galassi | 2016-11-02 | 1 | -0/+8 |
| | | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel. | ||||
* | 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/+2 |
| | |||||
* | MacGui: switched the audio defaults track tableview to view based, and fixed ↵ | Damiano Galassi | 2015-10-28 | 1 | -3/+6 |
| | | | | a number of typo. | ||||
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 1 | -2/+14 |
| | |||||
* | MacGui: partial undo/redo support in the defaults sheets. | Damiano Galassi | 2015-10-22 | 1 | -0/+113 |
| | |||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 1 | -2/+2 |
| | | | | version of HBPreset. | ||||
* | MacGui: remove a unneeded statement, built-in presets already have the ↵ | ritsuka | 2015-06-04 | 1 | -1/+0 |
| | | | | | | selection behaviour. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7275 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix the audio defaults to use the languages specified in the ↵ | ritsuka | 2015-06-01 | 1 | -7/+7 |
| | | | | | | preferences. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7258 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: I would commit seppuku, but I am no samurai. | Rodeo | 2015-05-17 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7204 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: forgot one :( | Rodeo | 2015-05-16 | 1 | -2/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7197 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: reset allowed passthru codecs when applying a preset. | Rodeo | 2015-05-16 | 1 | -1/+12 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7195 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: don't hardcode encoder names. | Rodeo | 2015-05-16 | 1 | -38/+39 |
| | | | | | | | | | However unlikely, the names for the passthru encoders could change, and this new code won't need to be updated should that happen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7194 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -22/+75 |
| | | | | | | 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: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -3/+17 |
| | | | | | | 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: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet. | ritsuka | 2015-04-18 | 1 | -0/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7093 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 | -14/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: let HBAudioTrackPreset know the current container. | ritsuka | 2015-01-30 | 1 | -0/+29 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6827 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -2/+30 |
| | | | | | | 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/+43 |
| | | | | 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/+1 |
| | | | | | | 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/+3 |
| | | | | | | 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/+241 |
to the “Configure Defaults” button. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6341 b64f7644-9d1e-0410-96f1-a4d463321fa5 |