summaryrefslogtreecommitdiffstats
path: root/macosx/HBUtilities.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: update documentation url.Damiano Galassi2019-11-111-1/+1
|
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-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 Galassi2019-08-191-0/+17
|
* MacGui: add a method to send a NSError to activity log.Damiano Galassi2019-08-151-3/+16
|
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-0/+5
|
* MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵Damiano Galassi2019-07-291-192/+1
| | | | when running multiple HandBrake instances; fixed a number of bugs.
* MacGui: revert 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 because it breaks ↵Damiano Galassi2019-07-191-1/+1
| | | | other links to specific topics pages.
* MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better ↵sr552019-07-161-1/+1
| | | | for presenting multiple languages. Fixes #1927
* MacGui: fix build when deployment target is set to 10.14.Damiano Galassi2019-06-091-1/+1
|
* MacGui: make sure System Events is running, if not the permission alert will ↵Damiano Galassi2019-06-091-4/+15
| | | | not be shown.
* MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.Damiano Galassi2019-06-081-0/+48
|
* MacGui: fix documentation link, some property annotations.Damiano Galassi2019-02-141-0/+5
|
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-121-3/+4
|
* MacGui: make the available format tokens textfield highier, and cache the ↵Damiano Galassi2018-08-311-27/+34
| | | | NSDateFormatter.
* Autoname creation dateMatthew Lazarow2018-08-131-4/+40
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* MacGui: avoid calling boolForKey on NSUserDefaults values.Damiano Galassi2018-06-091-3/+3
|
* MacGui: add a short source description after the source name.Damiano Galassi2017-12-151-12/+0
|
* MacGui: preserve the output file name if auto naming is not enabled and the ↵Damiano Galassi2017-02-221-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 Galassi2017-01-251-2/+7
| | | | the sandboxed build.
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-201-12/+40
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* MacGui: return 'und' is the language is unknown.Damiano Galassi2016-12-201-1/+1
|
* MacGui: use the languages from the audio preferences for built-in presets, ↵Damiano Galassi2016-12-141-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 Galassi2016-03-141-0/+20
| | | | two methods to convert from iso code to english language.
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-0/+1
|
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-121-0/+12
|
* MacGui: rework the way HBController scans, remove an ivar and move some ↵Damiano Galassi2016-01-101-0/+127
| | | | unrelated code to HBUtilites.
* MacGui: add nullability annotations to the headers and use weak where is ↵ritsuka2015-05-301-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.ritsuka2015-04-091-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.ritsuka2015-03-171-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 ↵ritsuka2015-02-211-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.ritsuka2015-02-201-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.ritsuka2015-02-201-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, ↵ritsuka2014-12-301-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 ↵ritsuka2014-12-181-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.ritsuka2014-10-231-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:ritsuka2014-07-161-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 ↵ritsuka2014-07-111-0/+101
counterpart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6228 b64f7644-9d1e-0410-96f1-a4d463321fa5