Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: do not use NSSecureCoding on 10.8, it crashes. | Damiano Galassi | 2017-04-21 | 1 | -1/+8 |
| | |||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -10/+8 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ↵ | Damiano Galassi | 2016-12-28 | 1 | -5/+9 |
| | | | | from disk that had been broken since enabling NSSecureCoding. | ||||
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -2/+12 |
| | |||||
* | MacGui: added some error logs to the queue. | Damiano Galassi | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | MacGui: annotate the type of some arrays, and check the count of the input ↵ | Damiano Galassi | 2015-10-28 | 1 | -2/+2 |
| | | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. | ||||
* | MacGui: add a recursive lock to HBDistributedArray. | Damiano Galassi | 2015-10-19 | 1 | -5/+23 |
| | |||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -2/+2 |
| | | | | 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 | -19/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove the Queue directory in the Application Support folder, we ↵ | ritsuka | 2015-02-20 | 1 | -14/+7 |
| | | | | | | don't use FSEvent anymore so it's not needed. Simplify the init of HBDistributedArray. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6931 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a protocol HBUniqueObject objects must implements if they are ↵ | ritsuka | 2015-02-20 | 1 | -1/+1 |
| | | | | | | used in a HBDistributedArray. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6929 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6772 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: moved the queue code from HBController to HBQueueController, ↵ | ritsuka | 2015-01-19 | 1 | -0/+328 |
reworked the way the queue synchronise itself between multiple instances to be more resilient (hopefully). Modified HBCore to take callback blocks instead of notifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6770 b64f7644-9d1e-0410-96f1-a4d463321fa5 |