summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use a non deprecated api for table views drag & drop.Damiano Galassi2020-10-051-1/+1
* MacGui: always show a separator line between the queue titlebar and the conte...Damiano Galassi2020-09-121-0/+1
* MacGui: add a prefix to the NSArray and NSIndexSet categories.Damiano Galassi2020-09-121-2/+2
* MacGui: show a stop row in the queue when 'Stop after current job' option is ...Damiano Galassi2020-09-111-14/+23
* MacGui: fix a couple layout issues on macOS 11.Damiano Galassi2020-08-031-11/+38
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ...Damiano Galassi2020-06-271-2/+21
* MacGui: add a new queue item state to handle the case when a job is being sen...Damiano Galassi2020-05-081-15/+4
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a prefer...Damiano Galassi2020-04-111-66/+32
* MacGui: remove distributed queue.Damiano Galassi2020-04-111-28/+2
* MacGui: don't recreate all the queue items urls from bookmarks at launch.Damiano Galassi2020-04-061-1/+1
* MacGui: run NSWorkspace openFile:withApplication: on a background thread.Damiano Galassi2020-03-301-16/+25
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
* MacGui: remove an unused ivar.Damiano Galassi2019-09-171-7/+5
* MacGui: set a default queue window size.Damiano Galassi2019-08-131-0/+1
* 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