summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.Bradley Sepos2020-06-151-6/+0
| | | | Implementation in #2696 only requires the former.
* contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.Bradley Sepos2020-06-151-0/+12
|
* MacGui: remove an outdated comment.Damiano Galassi2020-06-121-1/+1
|
* MacGui: Xcode 11.5 project check, remove unneeded archive make target.Damiano Galassi2020-06-1210-146/+7
|
* MacGui: call [super layout] in the preview view layout. It's required and ↵Damiano Galassi2020-05-161-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 Galassi2020-05-087-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 Galassi2020-04-261-2/+5
|
* MacGui: start encoding a new job is the queue is running and the worker ↵Damiano Galassi2020-04-251-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 Galassi2020-04-151-6/+1
|
* MacGui: there is no need to update the core state each progress update.Damiano Galassi2020-04-151-1/+0
|
* MacGui: simplify main window progress info.Damiano Galassi2020-04-143-128/+125
|
* MacGui: improve some NSNotificationCenter calls to avoid listening to ↵Damiano Galassi2020-04-126-12/+22
| | | | unwanted notifications.
* MacGui: set the "show all" button state properly when the view is loaded.Damiano Galassi2020-04-122-2/+2
|
* MacGui: clear main window progress info when the queue is done.Damiano Galassi2020-04-111-3/+3
|
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵Damiano Galassi2020-04-1133-691/+2269
| | | | preference to set the number of queue workers.
* MacGui: cosmetics.Damiano Galassi2020-04-112-4/+0
|
* MacGui: lazy xpc service init.Damiano Galassi2020-04-111-14/+20
|
* MacGui: remove distributed queue.Damiano Galassi2020-04-1111-568/+89
|
* MacGui: don't recreate all the queue items urls from bookmarks at launch.Damiano Galassi2020-04-064-31/+17
|
* macosx: Pass compiler optimization level to Xcode.Bradley Sepos2020-03-302-8/+16
| | | | Fixes #2719.
* MacGui: run NSWorkspace openFile:withApplication: on a background thread.Damiano Galassi2020-03-301-16/+25
|
* MacGui: update subtitles tracks serialization check after the libhb enum change.Damiano Galassi2020-03-301-1/+1
|
* MacGUI: Update french localeNomis1012020-03-153-10/+31
|
* MacGui: Xcode 11.4 project update check.Damiano Galassi2020-02-206-6/+6
|
* MacGui: set the default mixdown to stereo.Damiano Galassi2020-02-202-2/+2
|
* MacGui: improve divider and scrollbar flashes in the queue info panel.Damiano Galassi2020-01-291-10/+22
|
* MacGui: fix unsandboxed build.Damiano Galassi2020-01-291-1/+1
|
* MacGui: show a divider line between the queue info scrollview and the reset ↵Damiano Galassi2020-01-282-15/+30
| | | | and edit button when the info text is longer than the available height.
* MacGUI: Update german localizationNomis1012020-01-272-8/+23
|
* MacGui: update Italian localization.Damiano Galassi2020-01-272-9/+24
|
* MacGui: ask the user only for the destination folder when exporting multiple ↵Damiano Galassi2020-01-272-12/+58
| | | | presets.
* MacGui: remove all the undo actions after saving a preset, because undoing ↵Damiano Galassi2020-01-212-12/+18
| | | | after the save could led to a weird state.
* MacGui: remove unused code.Damiano Galassi2020-01-203-25/+5
|
* MacGui: add a Save menu item in the presets menu to save the changes to the ↵Damiano Galassi2020-01-2012-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 Galassi2020-01-1310-127/+248
| | | | and to Finder.
* MacGui: remove unneeded code.Damiano Galassi2020-01-131-53/+6
|
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-01-1011-40/+97
|
* Update copyright dates to 2020.Bradley Sepos2020-01-012-3/+3
|
* MacGui: update localizations.Damiano Galassi2019-12-296-12/+12
|
* MacGui: move sleep prevention to the main process, so we keep the sleep ↵Damiano Galassi2019-12-294-33/+53
| | | | assertion if the XPC service crashes.
* MacGui: Xcode 11.3 project version check.Damiano Galassi2019-12-206-6/+6
|
* MacGui: fix HBSubtitlesTrack unarchiver when the track is an external ssa file.Damiano Galassi2019-11-201-1/+1
|
* MacGui: always update queue stats after a job is done.Damiano Galassi2019-11-121-2/+2
|
* MacGui: update documentation url.Damiano Galassi2019-11-111-1/+1
|
* MacGUI: update german localizationNomis1012019-11-074-6/+9
|
* MacGui: update Italian localization.Damiano Galassi2019-11-072-5/+8
|
* MacGui: make any and unknown language localizable.Damiano Galassi2019-11-071-2/+14
|
* Gardening: Clean up trailing whitespaceNomis1012019-11-0429-51/+51
| | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
* MacGui: fix an aligmented issue in the width and height textfields.Damiano Galassi2019-10-232-91/+91
|
* MacGUI: Update locales (#2375)Nomis1012019-10-222-4/+4
| | | | * MacGUI: Update locales