summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueue.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: add a prefix to the NSArray and NSIndexSet categories.Damiano Galassi2020-09-121-5/+5
|
* MacGui: show a stop row in the queue when 'Stop after current job' option is ↵Damiano Galassi2020-09-111-51/+70
| | | | selected.
* MacGui: add a new queue item state to handle the case when a job is being ↵Damiano Galassi2020-05-081-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 Galassi2020-04-261-2/+5
|
* MacGui: start encoding a new job is the queue is running and the worker ↵Damiano Galassi2020-04-251-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 Galassi2020-04-111-259/+241
| | | | preference to set the number of queue workers.
* MacGui: cosmetics.Damiano Galassi2020-04-111-1/+0
|
* MacGui: remove distributed queue.Damiano Galassi2020-04-111-83/+81
|
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-01-101-0/+2
|
* MacGui: always update queue stats after a job is done.Damiano Galassi2019-11-121-2/+2
|
* MacGui: store the job activity log url.Damiano Galassi2019-09-051-0/+2
|
* MacGui: fix an exception when reading an HBJob from disk; do not store ↵Damiano Galassi2019-08-141-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 Galassi2019-08-121-0/+3
| | | | process.
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-2/+3
|
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-111-4/+0
|
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵Damiano Galassi2019-08-111-4/+3
| | | | items state when going from scanning to encoding.
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-111-0/+6
|
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-13/+38
|
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
| | | Fix some typos
* MacGui: add a preference to automatically clear completed queue items.Damiano Galassi2019-07-301-0/+6
|
* MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵Damiano Galassi2019-07-291-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 Galassi2019-07-271-5/+5
|
* MacGui: store queue items statistics.Damiano Galassi2019-07-251-0/+5
|
* MacGui: fix a number of queue regressions.Damiano Galassi2019-07-201-24/+27
|
* MacGui: add inline progress status and bar in the queue.Damiano Galassi2019-07-201-5/+9
|
* MacGui: refactor the queue and implement part of the new queue ui.Damiano Galassi2019-07-191-0/+765