summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueue.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-03-301-0/+2
| | | | (cherry picked from commit 073c2fb84b3ead86d2f2b28cbd737bb936cc0696)
* MacGui: always update queue stats after a job is done.Damiano Galassi2019-11-121-2/+2
| | | | (cherry picked from commit d9a502fc23d7d27a51da3a982a58da835507eb1d)
* 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