Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: update documentation url. | Damiano Galassi | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | 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: disable security-scoped bookmarks resolution in the XPC service. | Damiano Galassi | 2019-08-19 | 1 | -0/+17 |
| | |||||
* | MacGui: add a method to send a NSError to activity log. | Damiano Galassi | 2019-08-15 | 1 | -3/+16 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 1 | -0/+5 |
| | |||||
* | MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵ | Damiano Galassi | 2019-07-29 | 1 | -192/+1 |
| | | | | when running multiple HandBrake instances; fixed a number of bugs. | ||||
* | MacGui: revert 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 because it breaks ↵ | Damiano Galassi | 2019-07-19 | 1 | -1/+1 |
| | | | | other links to specific topics pages. | ||||
* | MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better ↵ | sr55 | 2019-07-16 | 1 | -1/+1 |
| | | | | for presenting multiple languages. Fixes #1927 | ||||
* | MacGui: fix build when deployment target is set to 10.14. | Damiano Galassi | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | MacGui: make sure System Events is running, if not the permission alert will ↵ | Damiano Galassi | 2019-06-09 | 1 | -4/+15 |
| | | | | not be shown. | ||||
* | MacGui: fix queue sleep and shutdown on 10.14 and under sandbox. | Damiano Galassi | 2019-06-08 | 1 | -0/+48 |
| | |||||
* | MacGui: fix documentation link, some property annotations. | Damiano Galassi | 2019-02-14 | 1 | -0/+5 |
| | |||||
* | MacGui: send integerForKey: instead of [objectForKey:] intValue] | Damiano Galassi | 2019-02-12 | 1 | -3/+4 |
| | |||||
* | MacGui: make the available format tokens textfield highier, and cache the ↵ | Damiano Galassi | 2018-08-31 | 1 | -27/+34 |
| | | | | NSDateFormatter. | ||||
* | Autoname creation date | Matthew Lazarow | 2018-08-13 | 1 | -4/+40 |
| | | | | | Adds {creation-date} and {creation-time} templates to autoname preference option. | ||||
* | MacGui: avoid calling boolForKey on NSUserDefaults values. | Damiano Galassi | 2018-06-09 | 1 | -3/+3 |
| | |||||
* | MacGui: add a short source description after the source name. | Damiano Galassi | 2017-12-15 | 1 | -12/+0 |
| | |||||
* | MacGui: preserve the output file name if auto naming is not enabled and the ↵ | Damiano Galassi | 2017-02-22 | 1 | -1/+2 |
| | | | | source is not a stream. Revert to the 0.10.x behaviour. | ||||
* | MacGui: improve management of security scoped resources. Fix external SRT in ↵ | Damiano Galassi | 2017-01-25 | 1 | -2/+7 |
| | | | | the sandboxed build. | ||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -12/+40 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: return 'und' is the language is unknown. | Damiano Galassi | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | MacGui: use the languages from the audio preferences for built-in presets, ↵ | Damiano Galassi | 2016-12-14 | 1 | -0/+16 |
| | | | | this had been broken when the MacGui started to use hb_preset_job_init(). | ||||
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵ | Damiano Galassi | 2016-03-14 | 1 | -0/+20 |
| | | | | two methods to convert from iso code to english language. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -0/+1 |
| | |||||
* | MacGui: remove the browsedSourceDisplayName ivar in HBController. | Damiano Galassi | 2016-01-12 | 1 | -0/+12 |
| | |||||
* | MacGui: rework the way HBController scans, remove an ivar and move some ↵ | Damiano Galassi | 2016-01-10 | 1 | -0/+127 |
| | | | | unrelated code to HBUtilites. | ||||
* | MacGui: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -1/+1 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 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 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ↵ | ritsuka | 2015-02-21 | 1 | -13/+0 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove logs older than a month in the EncodeLogs folder. | ritsuka | 2015-02-20 | 1 | -0/+14 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6933 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: refactor the stderr/stdout redirect code to be more modular. | ritsuka | 2015-02-20 | 1 | -0/+8 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6927 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix a bunch of regressions (various crash when in some textfields, ↵ | ritsuka | 2014-12-30 | 1 | -6/+6 |
| | | | | | | encode log going to the wrong directory). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6676 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: separate the video settings logic from the view controller. There ↵ | ritsuka | 2014-12-18 | 1 | -4/+4 |
| | | | | | | 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: fixed another numbers of warnings. | ritsuka | 2014-10-23 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: moved two methods used by the whole app to HBUtilities.m: | ritsuka | 2014-07-16 | 1 | -0/+29 |
| | | | | | | | - appSupportPath: - writeToActivityLog: git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6232 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI ↵ | ritsuka | 2014-07-11 | 1 | -0/+101 |
counterpart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6228 b64f7644-9d1e-0410-96f1-a4d463321fa5 |