summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix some UI syncronization issues caused by moving things to another ...Damiano Galassi2019-08-121-0/+1
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-3/+3
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-35/+23
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-291-50/+48
* MacGui: improve queue labels when multiple jobs are selected; fix some bugs.Damiano Galassi2019-07-271-17/+72
* MacGui: improve queue init.Damiano Galassi2019-07-251-52/+55
* MacGui: fix a number of queue regressions.Damiano Galassi2019-07-201-7/+22
* MacGui: add inline progress status and bar in the queue.Damiano Galassi2019-07-201-3/+4
* MacGui: refactor the queue and implement part of the new queue ui.Damiano Galassi2019-07-191-1172/+285
* MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.Damiano Galassi2019-06-081-2/+15
* MacGui: improve localized progress number formats, use a monospace string to ...Damiano Galassi2019-03-281-6/+8
* MacGui: disable NSWindow tabbing support.Damiano Galassi2019-02-151-0/+5
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-121-1/+1
* MacGui: refactor some queue related properties out of HBJob to a new HBQueueI...Damiano Galassi2019-02-071-192/+189
* MacGui: correct revealSelectedQueueItemsSources: action validation.Damiano Galassi2019-02-051-1/+2
* MacGui: use a view-based table view in the queue window.Damiano Galassi2019-02-051-211/+136
* MacGui: set the minimum macOS version to 10.11Damiano Galassi2019-01-241-4/+1
* MacGUI: Revise stop encoding dialog.Bradley Sepos2018-11-021-7/+7
* MacGui: change the overwrite method to check only for ready and working jobs....Damiano Galassi2018-11-021-1/+2
* MacGui: add an assert in HBQueueController to track down a rare crash.Damiano Galassi2018-10-271-1/+3
* MacGui: add touch bars in the preview window, improve touch bars in the main ...Damiano Galassi2018-10-101-12/+11
* MacGui: add touch bars to main and queue windows.Damiano Galassi2018-10-081-15/+159
* MacGui: Implement "Show Source in Finder" in the queue contextual menu.Damiano Galassi2018-08-311-1/+16
* MacGui: do not play a sound for notification if alerts are disabled in prefs.Damiano Galassi2018-06-131-7/+5
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-3/+3
* MacGui: add a few more comments.Damiano Galassi2018-06-091-2/+2
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-54/+54
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-88/+51
* Misc. typosluz.paz2018-02-201-1/+1
* MacGui: fix the queue job descriptions cache.Damiano Galassi2018-01-311-3/+8
* MacGUI: Minor revision to notification text.Bradley Sepos2018-01-281-2/+2
* MacGui: make a copy of a job when sending it back to the main window.Damiano Galassi2017-12-191-1/+1
* MacGui: do not update the UI if the windows are not visible.Damiano Galassi2017-12-121-8/+41
* MacGui: when reloading a job from the queue, reset the job state to HBJobStat...Damiano Galassi2017-12-071-0/+1
* mac: Rename instances of cancelled to canceled.Bradley Sepos2017-12-051-7/+7
* MacGui: add a preferences option to configure the queue low disk space warning.Damiano Galassi2017-06-151-17/+18
* MacGui: use a newer api to get the disk free space.Damiano Galassi2017-05-311-5/+22
* MacGui: fix a possible race condition with the multiprocess queue when editin...Damiano Galassi2017-03-151-2/+1
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-021-9/+16
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-11/+23
* MacGui: reload the queue outline view action column when an encode is done (t...Damiano Galassi2017-01-191-1/+4
* MacGui: prevent sleep at queue start, and reallow it at the end of the queue..Damiano Galassi2017-01-051-0/+9
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-1/+1
* MacGui: fix the stop button to properly stop the encode if libhb state is HBS...Damiano Galassi2016-11-211-1/+1
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-1/+1
* MacGui: stop the queue and show an alert if disk space is less than 5 GBDamiano Galassi2016-09-071-1/+29
* MacGui: show a failed notification when an encode fails.Damiano Galassi2016-09-071-2/+17
* MacGui: show the encoded file in Finder when a done notification is clicked.Damiano Galassi2016-09-071-12/+24
* MacGui: update the UI after a failed queue scan.Damiano Galassi2016-07-291-8/+20