summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* MacGUI: Add Rename Preset dialog.Rodeo3142018-03-177-1/+267
| | | | @BradleyS thanks @Rodeo314 for his help with this.
* MacGUI: Rename Picture to Dimensions and move Destination on Queue jobs.Bradley Sepos2018-03-171-7/+7
| | | | Consistent with the main window naming and flow.
* MacGUI: Set the popover selected preset to the current on make default.Bradley Sepos2018-03-171-0/+1
| | | | Avoids noop when popover has selected a folder. Only applies to Make Default Preset in the main menu; the popover menu item is disabled when a folder is selected.
* MacGUI: Add Make Default Preset item to Presets menu.Bradley Sepos2018-03-173-6/+17
| | | | Move Set Default Preset directly above the presets list for clarity and to avoid confusion between get/set.
* MacGUI: Update main window preset control when changing the default preset ↵Bradley Sepos2018-03-171-0/+1
| | | | via popover.
* MacGUI: Update main window preset control when renaming via popover.Bradley Sepos2018-03-173-6/+15
|
* MacGUI: After deleting a preset, select the default preset.Bradley Sepos2018-03-171-3/+1
| | | | Both the popover and main window control were selecting nothing at all in some/all cases.
* MacGUI: Add Delete item to Presets menu.Bradley Sepos2018-03-174-3/+20
|
* MacGUI: Set the popover selected preset to the current preset on close.Bradley Sepos2018-03-171-0/+1
| | | | Ensures we operate on the main window's currently selected preset when the popover is closed.
* MacGUI: Load the presets popover view on main window load.Bradley Sepos2018-03-171-0/+2
| | | | Fixes the scenario where presets menu and controls do not update the popover until it is shown, e.g. Presets > Export...
* Misc. typosluz.paz2018-02-2016-18/+18
| | | Found via `codespell -q 3 --skip="./gtk/po`
* MacGUI: Add Presets item to main window toolbar again.Bradley Sepos2018-02-031-8/+9
| | | | I initially removed it to sync with the other UIs, but this was based on a mistaken assumption that we had consensus (sorry).
* MacGui: do not resize the main window if the text in the title popup is too ↵Damiano Galassi2018-01-311-27/+32
| | | | long.