Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: add a prefix to the NSArray and NSIndexSet categories. | Damiano Galassi | 2020-09-12 | 1 | -5/+5 |
| | |||||
* | MacGui: show a stop row in the queue when 'Stop after current job' option is ↵ | Damiano Galassi | 2020-09-11 | 1 | -51/+70 |
| | | | | selected. | ||||
* | MacGui: add a new queue item state to handle the case when a job is being ↵ | Damiano Galassi | 2020-05-08 | 1 | -4/+22 |
| | | | | sent back to the main window. Before we could check if it was the current item being encoded, but now with multiple encoding items we need ad additional state to handle this case correctly. | ||||
* | MacGui: handle all KVO messages, fixes #2796 . | Damiano Galassi | 2020-04-26 | 1 | -2/+5 |
| | |||||
* | MacGui: start encoding a new job is the queue is running and the worker ↵ | Damiano Galassi | 2020-04-25 | 1 | -3/+25 |
| | | | | count is incremented. Pause queue if there is a job running, or stop the queue if no job is running, if disk space is low. | ||||
* | MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵ | Damiano Galassi | 2020-04-11 | 1 | -259/+241 |
| | | | | preference to set the number of queue workers. | ||||
* | MacGui: cosmetics. | Damiano Galassi | 2020-04-11 | 1 | -1/+0 |
| | |||||
* | MacGui: remove distributed queue. | Damiano Galassi | 2020-04-11 | 1 | -83/+81 |
| | |||||
* | MacGui: improve security scoped resources management. Fixes #2566. | Damiano Galassi | 2020-01-10 | 1 | -0/+2 |
| | |||||
* | MacGui: always update queue stats after a job is done. | Damiano Galassi | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | MacGui: store the job activity log url. | Damiano Galassi | 2019-09-05 | 1 | -0/+2 |
| | |||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 1 | -5/+19 |
| | | | | previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet. | ||||
* | MacGui: fix some UI syncronization issues caused by moving things to another ↵ | Damiano Galassi | 2019-08-12 | 1 | -0/+3 |
| | | | | process. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -2/+3 |
| | |||||
* | MacGui: improve xpc crash recovery, set dvdnav option in the xpc service. | Damiano Galassi | 2019-08-11 | 1 | -4/+0 |
| | |||||
* | MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵ | Damiano Galassi | 2019-08-11 | 1 | -4/+3 |
| | | | | items state when going from scanning to encoding. | ||||
* | MacGui: recover when the xpc service crashes. | Damiano Galassi | 2019-08-11 | 1 | -0/+6 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 1 | -13/+38 |
| | |||||
* | Fix some typos (#2202) | Nomis101 | 2019-07-31 | 1 | -1/+1 |
| | | | Fix some typos | ||||
* | MacGui: add a preference to automatically clear completed queue items. | Damiano Galassi | 2019-07-30 | 1 | -0/+6 |
| | |||||
* | MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵ | Damiano Galassi | 2019-07-29 | 1 | -4/+8 |
| | | | | when running multiple HandBrake instances; fixed a number of bugs. | ||||
* | MacGui: improve queue labels when multiple jobs are selected; fix some bugs. | Damiano Galassi | 2019-07-27 | 1 | -5/+5 |
| | |||||
* | MacGui: store queue items statistics. | Damiano Galassi | 2019-07-25 | 1 | -0/+5 |
| | |||||
* | MacGui: fix a number of queue regressions. | Damiano Galassi | 2019-07-20 | 1 | -24/+27 |
| | |||||
* | MacGui: add inline progress status and bar in the queue. | Damiano Galassi | 2019-07-20 | 1 | -5/+9 |
| | |||||
* | MacGui: refactor the queue and implement part of the new queue ui. | Damiano Galassi | 2019-07-19 | 1 | -0/+765 |