Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg. | Bradley Sepos | 2020-06-15 | 1 | -6/+0 |
| | | | | Implementation in #2696 only requires the former. | ||||
* | contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo. | Bradley Sepos | 2020-06-15 | 1 | -0/+12 |
| | |||||
* | MacGui: remove an outdated comment. | Damiano Galassi | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | MacGui: Xcode 11.5 project check, remove unneeded archive make target. | Damiano Galassi | 2020-06-12 | 10 | -146/+7 |
| | |||||
* | MacGui: call [super layout] in the preview view layout. It's required and ↵ | Damiano Galassi | 2020-05-16 | 1 | -0/+1 |
| | | | | not calling it breaks the layout on 10.11. | ||||
* | MacGui: add a new queue item state to handle the case when a job is being ↵ | Damiano Galassi | 2020-05-08 | 7 | -22/+37 |
| | | | | 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: handle all KVO messages, fixes #2796 . | Damiano Galassi | 2020-04-26 | 1 | -2/+5 |
| | |||||
* | MacGui: start encoding a new job is the queue is running and the worker ↵ | Damiano Galassi | 2020-04-25 | 1 | -3/+25 |
| | | | | count is incremented. Pause queue if there is a job running, or stop the queue if no job is running, if disk space is low. | ||||
* | MacGui: deduplicate some code. | Damiano Galassi | 2020-04-15 | 1 | -6/+1 |
| | |||||
* | MacGui: there is no need to update the core state each progress update. | Damiano Galassi | 2020-04-15 | 1 | -1/+0 |
| | |||||
* | MacGui: simplify main window progress info. | Damiano Galassi | 2020-04-14 | 3 | -128/+125 |
| | |||||
* | MacGui: improve some NSNotificationCenter calls to avoid listening to ↵ | Damiano Galassi | 2020-04-12 | 6 | -12/+22 |
| | | | | unwanted notifications. | ||||
* | MacGui: set the "show all" button state properly when the view is loaded. | Damiano Galassi | 2020-04-12 | 2 | -2/+2 |
| | |||||
* | MacGui: clear main window progress info when the queue is done. | Damiano Galassi | 2020-04-11 | 1 | -3/+3 |
| | |||||
* | MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵ | Damiano Galassi | 2020-04-11 | 33 | -691/+2269 |
| | | | | preference to set the number of queue workers. | ||||
* | MacGui: cosmetics. | Damiano Galassi | 2020-04-11 | 2 | -4/+0 |
| | |||||
* | MacGui: lazy xpc service init. | Damiano Galassi | 2020-04-11 | 1 | -14/+20 |
| | |||||
* | MacGui: remove distributed queue. | Damiano Galassi | 2020-04-11 | 11 | -568/+89 |
| | |||||
* | MacGui: don't recreate all the queue items urls from bookmarks at launch. | Damiano Galassi | 2020-04-06 | 4 | -31/+17 |
| | |||||
* | macosx: Pass compiler optimization level to Xcode. | Bradley Sepos | 2020-03-30 | 2 | -8/+16 |
| | | | | Fixes #2719. | ||||
* | MacGui: run NSWorkspace openFile:withApplication: on a background thread. | Damiano Galassi | 2020-03-30 | 1 | -16/+25 |
| | |||||
* | MacGui: update subtitles tracks serialization check after the libhb enum change. | Damiano Galassi | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | MacGUI: Update french locale | Nomis101 | 2020-03-15 | 3 | -10/+31 |
| | |||||
* | MacGui: Xcode 11.4 project update check. | Damiano Galassi | 2020-02-20 | 6 | -6/+6 |
| | |||||
* | MacGui: set the default mixdown to stereo. | Damiano Galassi | 2020-02-20 | 2 | -2/+2 |
| | |||||
* | MacGui: improve divider and scrollbar flashes in the queue info panel. | Damiano Galassi | 2020-01-29 | 1 | -10/+22 |
| | |||||
* | MacGui: fix unsandboxed build. | Damiano Galassi | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | MacGui: show a divider line between the queue info scrollview and the reset ↵ | Damiano Galassi | 2020-01-28 | 2 | -15/+30 |
| | | | | and edit button when the info text is longer than the available height. | ||||
* | MacGUI: Update german localization | Nomis101 | 2020-01-27 | 2 | -8/+23 |
| | |||||
* | MacGui: update Italian localization. | Damiano Galassi | 2020-01-27 | 2 | -9/+24 |
| | |||||
* | MacGui: ask the user only for the destination folder when exporting multiple ↵ | Damiano Galassi | 2020-01-27 | 2 | -12/+58 |
| | | | | presets. | ||||
* | MacGui: remove all the undo actions after saving a preset, because undoing ↵ | Damiano Galassi | 2020-01-21 | 2 | -12/+18 |
| | | | | after the save could led to a weird state. | ||||
* | MacGui: remove unused code. | Damiano Galassi | 2020-01-20 | 3 | -25/+5 |
| | |||||
* | MacGui: add a Save menu item in the presets menu to save the changes to the ↵ | Damiano Galassi | 2020-01-20 | 12 | -111/+192 |
| | | | | selected preset. Fix a bunch of presets issues and weird behaviour. | ||||
* | MacGui: improve presets view to allow multiple selection, drag & drop from ↵ | Damiano Galassi | 2020-01-13 | 10 | -127/+248 |
| | | | | and to Finder. | ||||
* | MacGui: remove unneeded code. | Damiano Galassi | 2020-01-13 | 1 | -53/+6 |
| | |||||
* | MacGui: improve security scoped resources management. Fixes #2566. | Damiano Galassi | 2020-01-10 | 11 | -40/+97 |
| | |||||
* | Update copyright dates to 2020. | Bradley Sepos | 2020-01-01 | 2 | -3/+3 |
| | |||||
* | MacGui: update localizations. | Damiano Galassi | 2019-12-29 | 6 | -12/+12 |
| | |||||
* | MacGui: move sleep prevention to the main process, so we keep the sleep ↵ | Damiano Galassi | 2019-12-29 | 4 | -33/+53 |
| | | | | assertion if the XPC service crashes. | ||||
* | MacGui: Xcode 11.3 project version check. | Damiano Galassi | 2019-12-20 | 6 | -6/+6 |
| | |||||
* | MacGui: fix HBSubtitlesTrack unarchiver when the track is an external ssa file. | Damiano Galassi | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | MacGui: always update queue stats after a job is done. | Damiano Galassi | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | MacGui: update documentation url. | Damiano Galassi | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | MacGUI: update german localization | Nomis101 | 2019-11-07 | 4 | -6/+9 |
| | |||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-11-07 | 2 | -5/+8 |
| | |||||
* | MacGui: make any and unknown language localizable. | Damiano Galassi | 2019-11-07 | 1 | -2/+14 |
| | |||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 29 | -51/+51 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: fix an aligmented issue in the width and height textfields. | Damiano Galassi | 2019-10-23 | 2 | -91/+91 |
| | |||||
* | MacGUI: Update locales (#2375) | Nomis101 | 2019-10-22 | 2 | -4/+4 |
| | | | | * MacGUI: Update locales |