Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -11/+23 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: reload the queue outline view action column when an encode is done ↵ | Damiano Galassi | 2017-01-19 | 1 | -1/+4 |
| | | | | (the one with the x or the show in finder icon) | ||||
* | MacGui: prevent sleep at queue start, and reallow it at the end of the queue.. | Damiano Galassi | 2017-01-05 | 1 | -0/+9 |
| | |||||
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | MacGui: fix the stop button to properly stop the encode if libhb state is ↵ | Damiano Galassi | 2016-11-21 | 1 | -1/+1 |
| | | | | HBStateSearching. | ||||
* | MacGui: show the queue jobs count on the main window queue toolbar icon. | Damiano Galassi | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | MacGui: stop the queue and show an alert if disk space is less than 5 GB | Damiano Galassi | 2016-09-07 | 1 | -1/+29 |
| | |||||
* | MacGui: show a failed notification when an encode fails. | Damiano Galassi | 2016-09-07 | 1 | -2/+17 |
| | |||||
* | MacGui: show the encoded file in Finder when a done notification is clicked. | Damiano Galassi | 2016-09-07 | 1 | -12/+24 |
| | |||||
* | MacGui: update the UI after a failed queue scan. | Damiano Galassi | 2016-07-29 | 1 | -8/+20 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -23/+12 |
| | |||||
* | MacGui: check if the activity log is not nil before adding it to ↵ | Damiano Galassi | 2016-01-16 | 1 | -2/+5 |
| | | | | HBOutputRedirect. | ||||
* | MacGui: annotate the type of some arrays, and check the count of the input ↵ | Damiano Galassi | 2015-10-28 | 1 | -5/+8 |
| | | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. | ||||
* | MacGui: rename the 'send to app' preference keys and removed the default app. | Damiano Galassi | 2015-10-19 | 1 | -5/+5 |
| | |||||
* | MacGui: improved queue with undo/redo support for adding/removing jobs, and ↵ | Damiano Galassi | 2015-10-19 | 1 | -322/+512 |
| | | | | added a icon for failed encode. | ||||
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed ↵ | Damiano Galassi | 2015-09-30 | 1 | -3/+3 |
| | | | | scan/encode | ||||
* | MacGui: more missing files. | ritsuka | 2015-07-24 | 1 | -12/+17 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7374 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix an issue where the the user was already asked if he wanted to ↵ | ritsuka | 2015-07-22 | 1 | -28/+32 |
| | | | | | | delete the working job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7360 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: do not let an instance edit a job that another instance is currently ↵ | ritsuka | 2015-07-22 | 1 | -3/+1 |
| | | | | | | encoding. Fix the "Stop encoding" menu item key equivalent. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7359 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 1 | -205/+236 |
| | | | | | | | | | - multiple items drag & drop - "reset job" in contextual menu item to reset the job state - a toolbar item to select the action to perform when the queue is done - useless animations. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7358 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use NSWorkspace to open an encoded file in the external app. It ↵ | ritsuka | 2015-07-04 | 1 | -6/+13 |
| | | | | | | doesn't block like main thread unlike NSAppleScript. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7337 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -3/+3 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove a workaround for a bug in 10.6. | ritsuka | 2015-05-21 | 1 | -7/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7217 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix scan progress bar. | ritsuka | 2015-04-30 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7135 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a new formatter to convert a hb_state_t to a textual representation. | ritsuka | 2015-04-30 | 1 | -97/+33 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7134 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: Remove the "Reload queue" alert. The queue is always reloaded and ↵ | ritsuka | 2015-04-22 | 1 | -1/+1 |
| | | | | | | the queue window is shown if there are pending jobs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7113 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -2/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: changed the Preview Window and Picture Panel behaviour to avoid the ↵ | ritsuka | 2015-04-07 | 1 | -18/+0 |
| | | | | | | hide and show thing when loading a new title, now they can always be opened even if no title is loaded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7065 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -31/+11 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: simplify the encoding state string creation code | ritsuka | 2015-03-08 | 1 | -13/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6978 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Simplifies the WinGui. This also changes how jobs are processed. Creating the sub-jobs for multiple passes is delayed until after scanning and immediately before running the job. Working status has also changed. Sub-job passes are identified in status with an ID that allows the frontend to definitively identify what pass is in progress. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6976 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix queue drag&drop when there is not job being encoded. | ritsuka | 2015-02-23 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6938 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ↵ | ritsuka | 2015-02-21 | 1 | -1/+1 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: revert unrelated part of the previous commit that should't have been ↵ | ritsuka | 2015-02-20 | 1 | -8/+8 |
| | | | | | | committed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6932 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove the Queue directory in the Application Support folder, we ↵ | ritsuka | 2015-02-20 | 1 | -9/+9 |
| | | | | | | 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: refactor the stderr/stdout redirect code to be more modular. | ritsuka | 2015-02-20 | 1 | -10/+10 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6927 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: rename some variables. | ritsuka | 2015-02-02 | 1 | -5/+5 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6861 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a "Clear All" and "Clear completed items" menu items to the ↵ | ritsuka | 2015-02-02 | 1 | -12/+44 |
| | | | | | | queue contextual menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6860 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: disable the cancel button while the queue is scanning because there ↵ | ritsuka | 2015-01-27 | 1 | -10/+8 |
| | | | | | | isn't a way to pause the scan. Use hb_state param.workdone.error to signal the result of an encode operation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6818 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: clean up HBCore, add a way to register a block as error handler. | ritsuka | 2015-01-23 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6799 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: rename HBController and HBQueueController files. | ritsuka | 2015-01-22 | 1 | -0/+1383 |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6785 b64f7644-9d1e-0410-96f1-a4d463321fa5 |