summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix queue toolbar icon not being updated.Damiano Galassi2018-08-131-89/+86
|
* MacGui: simplify the toolbar badge drawing code, redraw the icon when ↵Damiano Galassi2018-08-121-103/+58
| | | | switching between dark and light mode.
* MacGUI: Update menu items and tooltips related to Selection Behavior.Bradley Sepos2018-08-112-14/+16
| | | | A few of these were missed previously.
* MacGui: fix closing the add catagery window when presented as modal.Damiano Galassi2018-08-091-2/+18
|
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-1/+1
| | | | | | | | | The sequence_id was only available for the WORKING state and not the WORKDONE state. But frontends poll for status periodically and can miss all status updates for the WORKING state if the file is very short or an error occurs early during transcoding. When WORKING status is missed, there was no way to know the sequence_id associated with the WORKDONE status.
* MacGui: fix progress report textfield height on 10.14Damiano Galassi2018-08-062-60/+59
|
* MacGui: corrently display the presets popover on 10.14 dark mode.Damiano Galassi2018-08-041-2/+2
|
* MacGui: fix a number of static analyser warnings.Damiano Galassi2018-08-041-43/+58
|
* MacGui: update Sparkle to version 1.20.Damiano Galassi2018-07-1922-29/+63
|
* MacGui: validate the custom filters settings in the GUI.Damiano Galassi2018-07-182-31/+232
|
* MacGui: add missing Localizable.strings file.Damiano Galassi2018-07-122-7/+673
|
* MacGui: remove two non existing files from the Xcode project.Damiano Galassi2018-07-121-24/+0
|
* MacGui: fix the presets view that was broken a few days ago.Damiano Galassi2018-07-121-1/+1
|
* MacGui: add German localisation by Nomis101.Damiano Galassi2018-07-1227-0/+2859
|
* MacGui: make it possible to localise the default chapters titles.Damiano Galassi2018-07-111-1/+1
|
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-1014-102/+48
|
* MacGui: made possible to localise more UI strings.Damiano Galassi2018-07-103-64/+90
|
* MacGui: do not play a sound for notification if alerts are disabled in prefs.Damiano Galassi2018-06-131-7/+5
|
* MacGui: fix x264 unparsed string and advanced panel.Damiano Galassi2018-06-131-3/+3
|
* MacGui: do not use NSMatrix for radio buttons, fix some layout issues.Damiano Galassi2018-06-113-118/+98
|
* MacGui: remove unused localization files.Damiano Galassi2018-06-1010-183/+0
|
* MacGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵Damiano Galassi2018-06-101-10/+8
| | | | on the Add Preset View. #1309
* MacGui: update Sparkle to 1.19.0.Damiano Galassi2018-06-1030-295/+703
|
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-1016-55/+36
|
* MacGui: improve UI layout when localised.Damiano Galassi2018-06-0912-170/+277
|
* MacGui: convert HBPictureViewController.xib to autolayout.Damiano Galassi2018-06-091-89/+172
|
* MacGui: avoid calling boolForKey on NSUserDefaults values.Damiano Galassi2018-06-092-4/+4
|
* MacGui: use auto layout in the filters xib.Damiano Galassi2018-06-091-120/+232
|
* MacGui: enable some additional static analyser options, made two header ↵Damiano Galassi2018-06-091-4/+20
| | | | files public.
* MacGui: add a few more comments.Damiano Galassi2018-06-092-3/+3
|
* Fix: fix another deprecation warning and add a missing alloc message.Damiano Galassi2018-06-093-10/+11
|
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-0926-223/+217
|
* MacGui: show the copy protection alert at most once each time HandBrake is run.Damiano Galassi2018-06-091-6/+6
|
* MacGui: forgot to add back a xib in the previous commit.Damiano Galassi2018-06-081-12/+12
|
* MacGui: move the xib files to Base.Iproj to make localiation easier.Damiano Galassi2018-06-0828-172/+184
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-0849-2088/+280
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: set the rendering intent of the monochromatic toolbar images to ↵Damiano Galassi2018-06-0711-0/+33
| | | | "template".
* MaGui: fix activity text color in dark mode.Damiano Galassi2018-06-071-1/+6
|
* Mac: enable a compiler option recommended by Xcode 9.4.Damiano Galassi2018-06-076-17/+19
|
* Mac: Use the legacy build system in Xcode 10, the new one requiress some ↵Damiano Galassi2018-06-071-0/+2
| | | | changes to make it work.
* MacGui: make it possible to resize down the "add titles to queue" toolbar ↵Damiano Galassi2018-06-064-7/+30
| | | | button icon. It won't get as small as the others toolbar icon, but it's as good as it can get now. Fixes #1318
* macosx: Add liblzma (xz) on Mac.Bradley Sepos2018-05-291-0/+6
|
* contrib: Add Speex decoder libspeex.Bradley Sepos2018-05-291-2/+8
|
* Mac: Link to FFmpeg's libpostproc and libswresample.Bradley Sepos2018-05-291-0/+12
|
* MacGui: do not crash if the presets file is not a valid utf8 file.Damiano Galassi2018-04-151-0/+3
|
* MacGui: update the docs urls for 1.1.01.1.0Damiano Galassi2018-04-054-4/+4
|
* MacGui: save queue toolbar visibility state. Fixes #1221Damiano Galassi2018-04-051-10/+11
|
* MacGUI: Select newly saved preset on creation.Bradley Sepos2018-03-171-0/+7
|
* MacGUI: Improve rename return value conditional.Bradley Sepos2018-03-171-1/+1
|
* MacGUI: Fix Rename dialog on 10.7.Bradley Sepos2018-03-173-8/+7
|