Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGUI: prevent a possible exception if a job being rescanned is manually ↵ | Damiano Galassi | 2021-01-30 | 1 | -5/+12 |
| | | | | deleted from the queue before the rescan is done. | ||||
* | MacGui: use a non deprecated api for table views drag & drop. | Damiano Galassi | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | MacGui: always show a separator line between the queue titlebar and the ↵ | Damiano Galassi | 2020-09-12 | 1 | -0/+1 |
| | | | | content on macOS 11. | ||||
* | MacGui: add a prefix to the NSArray and NSIndexSet categories. | Damiano Galassi | 2020-09-12 | 1 | -2/+2 |
| | |||||
* | MacGui: show a stop row in the queue when 'Stop after current job' option is ↵ | Damiano Galassi | 2020-09-11 | 1 | -14/+23 |
| | | | | selected. | ||||
* | MacGui: fix a couple layout issues on macOS 11. | Damiano Galassi | 2020-08-03 | 1 | -11/+38 |
| | |||||
* | MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵ | Damiano Galassi | 2020-06-27 | 1 | -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 Galassi | 2020-05-08 | 1 | -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 Galassi | 2020-04-11 | 1 | -66/+32 |
| | | | | preference to set the number of queue workers. | ||||
* | MacGui: remove distributed queue. | Damiano Galassi | 2020-04-11 | 1 | -28/+2 |
| | |||||
* | MacGui: don't recreate all the queue items urls from bookmarks at launch. | Damiano Galassi | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | MacGui: run NSWorkspace openFile:withApplication: on a background thread. | Damiano Galassi | 2020-03-30 | 1 | -16/+25 |
| | |||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: remove an unused ivar. | Damiano Galassi | 2019-09-17 | 1 | -7/+5 |
| | |||||
* | MacGui: set a default queue window size. | Damiano Galassi | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | MacGui: fix some UI syncronization issues caused by moving things to another ↵ | Damiano Galassi | 2019-08-12 | 1 | -0/+1 |
| | | | | process. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -3/+3 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 1 | -35/+23 |
| | |||||
* | Fix some typos (#2202) | Nomis101 | 2019-07-31 | 1 | -1/+1 |
| | | | Fix some typos | ||||
* | MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵ | Damiano Galassi | 2019-07-29 | 1 | -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 Galassi | 2019-07-27 | 1 | -17/+72 |
| | |||||
* | MacGui: improve queue init. | Damiano Galassi | 2019-07-25 | 1 | -52/+55 |
| | |||||
* | MacGui: fix a number of queue regressions. | Damiano Galassi | 2019-07-20 | 1 | -7/+22 |
| | |||||
* | MacGui: add inline progress status and bar in the queue. | Damiano Galassi | 2019-07-20 | 1 | -3/+4 |
| | |||||
* | MacGui: refactor the queue and implement part of the new queue ui. | Damiano Galassi | 2019-07-19 | 1 | -1172/+285 |
| | |||||
* | MacGui: fix queue sleep and shutdown on 10.14 and under sandbox. | Damiano Galassi | 2019-06-08 | 1 | -2/+15 |
| | |||||
* | MacGui: improve localized progress number formats, use a monospace string to ↵ | Damiano Galassi | 2019-03-28 | 1 | -6/+8 |
| | | | | avoid numbers jumping around. | ||||
* | MacGui: disable NSWindow tabbing support. | Damiano Galassi | 2019-02-15 | 1 | -0/+5 |
| | |||||
* | MacGui: send integerForKey: instead of [objectForKey:] intValue] | Damiano Galassi | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | MacGui: refactor some queue related properties out of HBJob to a new ↵ | Damiano Galassi | 2019-02-07 | 1 | -192/+189 |
| | | | | HBQueueItem class. | ||||
* | MacGui: correct revealSelectedQueueItemsSources: action validation. | Damiano Galassi | 2019-02-05 | 1 | -1/+2 |
| | |||||
* | MacGui: use a view-based table view in the queue window. | Damiano Galassi | 2019-02-05 | 1 | -211/+136 |
| | |||||
* | MacGui: set the minimum macOS version to 10.11 | Damiano Galassi | 2019-01-24 | 1 | -4/+1 |
| | |||||
* | MacGUI: Revise stop encoding dialog. | Bradley Sepos | 2018-11-02 | 1 | -7/+7 |
| | | | | Closes #1179. | ||||
* | MacGui: change the overwrite method to check only for ready and working ↵ | Damiano Galassi | 2018-11-02 | 1 | -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 Galassi | 2018-10-27 | 1 | -1/+3 |
| | |||||
* | MacGui: add touch bars in the preview window, improve touch bars in the main ↵ | Damiano Galassi | 2018-10-10 | 1 | -12/+11 |
| | | | | and queue windows. | ||||
* | MacGui: add touch bars to main and queue windows. | Damiano Galassi | 2018-10-08 | 1 | -15/+159 |
| | |||||
* | MacGui: Implement "Show Source in Finder" in the queue contextual menu. | Damiano Galassi | 2018-08-31 | 1 | -1/+16 |
| | |||||
* | MacGui: do not play a sound for notification if alerts are disabled in prefs. | Damiano Galassi | 2018-06-13 | 1 | -7/+5 |
| | |||||
* | MacGui: fix another round of deprecation warnings. Remove drawer code. | Damiano Galassi | 2018-06-10 | 1 | -3/+3 |
| | |||||
* | MacGui: add a few more comments. | Damiano Galassi | 2018-06-09 | 1 | -2/+2 |
| | |||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -54/+54 |
| | |||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -88/+51 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | MacGui: fix the queue job descriptions cache. | Damiano Galassi | 2018-01-31 | 1 | -3/+8 |
| | |||||
* | MacGUI: Minor revision to notification text. | Bradley Sepos | 2018-01-28 | 1 | -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 Galassi | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | MacGui: do not update the UI if the windows are not visible. | Damiano Galassi | 2017-12-12 | 1 | -8/+41 |
| | |||||
* | MacGui: when reloading a job from the queue, reset the job state to ↵ | Damiano Galassi | 2017-12-07 | 1 | -0/+1 |
| | | | | HBJobStateReady, so that if the user undo the action the job won't be stuck in the working state. |