Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better ↵ | sr55 | 2019-07-16 | 1 | -1/+1 |
| | | | | for presenting multiple languages. Fixes #1927 | ||||
* | Fix "Toolbar" issue in german HB | Nomis101 | 2019-07-09 | 1 | -2/+2 |
| | | | | Closes #2185. It turned out you need to use the exact wording that Apple wants, to make the toggleToolbarShown work correctly. | ||||
* | MacGui: update german localization. | Nomis101 | 2019-07-08 | 15 | -114/+137 |
| | | | | Bring german strings in sync with Transifex and add new deblock strings. | ||||
* | MacGui: better placement for the system default touch bar items. | Damiano Galassi | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | MacGui: fix start toolbar button tooltip. Fixes #2184. | Damiano Galassi | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | [gardening] Clean up old OS X code pieces | Nomis101 | 2019-06-22 | 16 | -37/+0 |
| | | | | Remove old PPC/i386 related Mac code and stuff < macOS 10.11 | ||||
* | build: Add --enable-hardening flag to enable stack protection and enhanced ↵ | Nomis101 | 2019-06-19 | 1 | -0/+6 |
| | | | | | | buffer overflow protection. Prints the hardening status on global init to the log. Closes #2027. Was #2040. | ||||
* | MacGui: fix build when deployment target is set to 10.14. | Damiano Galassi | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | MacGui: make sure System Events is running, if not the permission alert will ↵ | Damiano Galassi | 2019-06-09 | 1 | -4/+15 |
| | | | | not be shown. | ||||
* | MacGui: fix queue sleep and shutdown on 10.14 and under sandbox. | Damiano Galassi | 2019-06-08 | 5 | -2/+79 |
| | |||||
* | MacGui: write the queue to disk less often and add some validations when ↵ | Damiano Galassi | 2019-06-08 | 14 | -63/+104 |
| | | | | reading it back from disk. | ||||
* | MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not. | Damiano Galassi | 2019-06-07 | 2 | -3/+3 |
| | |||||
* | MacGui: don't show fast decode checkbox when the encoder is not x264, fixes ↵ | Damiano Galassi | 2019-06-07 | 2 | -1/+11 |
| | | | | #2083. | ||||
* | MacGui: localize the 'None' item in the fallback encoders popup. | Damiano Galassi | 2019-06-07 | 3 | -36/+119 |
| | |||||
* | MacGui: disable auto passthru fallback encoder options when fallback is set ↵ | Damiano Galassi | 2019-06-07 | 1 | -3/+8 |
| | | | | to none. | ||||
* | MacGui: fix warnings. | Damiano Galassi | 2019-06-07 | 4 | -6/+6 |
| | |||||
* | MacGui: remove an unused class. | Damiano Galassi | 2019-05-02 | 2 | -26/+0 |
| | |||||
* | MacGui: update UI for the new deblock filter. | Damiano Galassi | 2019-05-02 | 7 | -78/+357 |
| | |||||
* | MacGui: fixes some runtime warnings. | Damiano Galassi | 2019-05-02 | 4 | -7/+7 |
| | |||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-05-02 | 4 | -8/+11 |
| | |||||
* | MacGui: fixes encoder tune 'none' localized item. | Damiano Galassi | 2019-05-02 | 4 | -14/+99 |
| | |||||
* | MacGui: remove unnecessary USE_X265 definition | John Stebbins | 2019-04-17 | 1 | -5/+0 |
| | |||||
* | MacGui: reset destination folder if the current folder is not available. | Damiano Galassi | 2019-04-06 | 1 | -2/+3 |
| | |||||
* | MacGui: fail gracefully when trying to encode to a not available disk under ↵ | Damiano Galassi | 2019-04-05 | 2 | -8/+12 |
| | | | | the sandbox. | ||||
* | MacGui: improve localized string formats. | Damiano Galassi | 2019-04-01 | 2 | -5/+6 |
| | |||||
* | MacGui: don't allow empty output file names. | Damiano Galassi | 2019-04-01 | 1 | -0/+19 |
| | |||||
* | MacGui: don't allow nil chapters titles. | Damiano Galassi | 2019-04-01 | 1 | -1/+8 |
| | |||||
* | MacGui: specify is a path is a folder or not when creating an url. | Damiano Galassi | 2019-03-28 | 4 | -8/+8 |
| | |||||
* | MacGui: improve localized progress number formats, use a monospace string to ↵ | Damiano Galassi | 2019-03-28 | 6 | -32/+38 |
| | | | | avoid numbers jumping around. | ||||
* | MacGui: add French localization and update Italian and German. | Damiano Galassi | 2019-03-20 | 46 | -234/+3490 |
| | |||||
* | MacGui: don't enable the sandbox by default. | Damiano Galassi | 2019-03-12 | 1 | -3/+3 |
| | |||||
* | MacGui: update codesign script. | Damiano Galassi | 2019-03-12 | 1 | -4/+16 |
| | |||||
* | MacGui: use ui-separation-and-xpc Sparkle branch. | Damiano Galassi | 2019-03-12 | 238 | -405/+3896 |
| | |||||
* | MacGui: improve main window UI sizing. | Damiano Galassi | 2019-03-10 | 1 | -31/+25 |
| | |||||
* | MacGui: show the start/end seconds range as formatted time strings. | Damiano Galassi | 2019-03-06 | 3 | -10/+58 |
| | |||||
* | MacGui: fix quality slider granularity prefs when the app is localized. | Damiano Galassi | 2019-03-06 | 3 | -11/+11 |
| | |||||
* | MacGui: add options to reset 'When done' action on app launch. | Damiano Galassi | 2019-03-06 | 4 | -26/+49 |
| | |||||
* | MacGui: use a stackview instead of constrains in the summary view to ↵ | Damiano Galassi | 2019-03-06 | 2 | -245/+312 |
| | | | | simplify hiding UI elements. | ||||
* | MacGUI: fix building with Xcode new build system. | Damiano Galassi | 2019-03-05 | 2 | -25/+3 |
| | |||||
* | MacGui: update German localization (Feb 2019) | Nomis101 | 2019-02-28 | 9 | -45/+190 |
| | | | | Latest Transifex sync of german macOS strings. Make HandBrake:master even with Transifex. | ||||
* | MacGui: upgrade Sparkle to version 1.21.3 | Damiano Galassi | 2019-02-19 | 18 | -15/+25 |
| | |||||
* | MacGui: improve view sizing. | Damiano Galassi | 2019-02-17 | 1 | -3/+3 |
| | |||||
* | MacGui: made some more strings localisable, update Italian locasation. | Damiano Galassi | 2019-02-15 | 7 | -17/+27 |
| | |||||
* | MacGui: disable NSWindow tabbing support. | Damiano Galassi | 2019-02-15 | 2 | -0/+10 |
| | |||||
* | MacGui: Use the 00:00:00 format for all the time strings. | Damiano Galassi | 2019-02-15 | 1 | -3/+3 |
| | |||||
* | MacGui: add a missing localized resource and fix the build. | Damiano Galassi | 2019-02-15 | 2 | -13/+428 |
| | |||||
* | MacGui: add Italian localisation. | Damiano Galassi | 2019-02-14 | 35 | -23/+3065 |
| | |||||
* | MacGui: fix documentation link, some property annotations. | Damiano Galassi | 2019-02-14 | 9 | -29/+21 |
| | |||||
* | MacGui: remove two old unused classes, remove some old compatibility hacks, ↵ | Damiano Galassi | 2019-02-13 | 16 | -423/+45 |
| | | | | and fix warnings. | ||||
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 5 | -2/+21 |
| | | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time. |