summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGUI: prevent a possible exception if a job being rescanned is manually ↵Damiano Galassi2021-01-301-5/+12
| | | | deleted from the queue before the rescan is done.
* 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 ↵Damiano Galassi2020-09-121-0/+1
| | | | content on macOS 11.
* 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
| | | | selected.
* 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
| | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
* MacGui: add a new queue item state to handle the case when a job is being ↵Damiano Galassi2020-05-081-15/+4
| | | | 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-66/+32
| | | | preference to set the number of queue workers.
* 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
| | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
* 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
| | | | process.
* 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
| | | Fix some typos
* MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵Damiano Galassi2019-07-291-50/+48
| | | | 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-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
| | | | avoid numbers jumping around.
* 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 ↵Damiano Galassi2019-02-071-192/+189
| | | | HBQueueItem class.
* 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
| | | | Closes #1179.
* MacGui: change the overwrite method to check only for ready and working ↵Damiano Galassi2018-11-021-1/+2
| | | | jobs. For completed jobs we already check if there is an actual file on disk.
* 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
| | | | and queue windows.
* 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 ↵Damiano Galassi2018-06-081-88/+51
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* Misc. typosluz.paz2018-02-201-1/+1
| | | Found via `codespell -q 3 --skip="./gtk/po`
* 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
| | | | Capitalize the description and remove app title so more file name characters will fit.
* 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 ↵Damiano Galassi2017-12-071-0/+1
| | | | HBJobStateReady, so that if the user undo the action the job won't be stuck in the working state.