summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueInfoViewController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: show a stop row in the queue when 'Stop after current job' option is ↵Damiano Galassi2020-09-111-6/+19
| | | | selected.
* MacGui: add a new queue item state to handle the case when a job is being ↵Damiano Galassi2020-05-081-1/+2
| | | | 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: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵Damiano Galassi2020-04-111-40/+15
| | | | preference to set the number of queue workers.
* MacGui: improve divider and scrollbar flashes in the queue info panel.Damiano Galassi2020-01-291-10/+22
|
* MacGui: show a divider line between the queue info scrollview and the reset ↵Damiano Galassi2020-01-281-0/+7
| | | | and edit button when the info text is longer than the available height.
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-5/+5
|
* MacGui: set the progress labels to a monospaced digit font.Damiano Galassi2019-07-301-0/+11
|
* MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵Damiano Galassi2019-07-291-6/+14
| | | | when running multiple HandBrake instances; fixed a number of bugs.
* MacGui: show statistics for completed jobs.Damiano Galassi2019-07-271-1/+36
|
* MacGui: improve queue labels when multiple jobs are selected; fix some bugs.Damiano Galassi2019-07-271-0/+72