Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: add Russian localization and update the others after the video view ↵ | Damiano Galassi | 2019-10-06 | 36 | -188/+3843 |
| | | | | changes. | ||||
* | MacGui: rework the way the encoder options views are swapped. | Damiano Galassi | 2019-10-06 | 2 | -396/+389 |
| | |||||
* | MacGui: update localizations. | Damiano Galassi | 2019-10-06 | 26 | -87/+311 |
| | |||||
* | Improve preview window sizing. | Damiano Galassi | 2019-10-05 | 6 | -171/+168 |
| | |||||
* | MacGui: reorganize Xcode project groups and fix file copyright headers. | Damiano Galassi | 2019-10-04 | 17 | -90/+78 |
| | |||||
* | MacGui: simplify the preview image layout code. | Damiano Galassi | 2019-09-26 | 1 | -35/+21 |
| | |||||
* | MacGui: make the track name popover localizable. | Damiano Galassi | 2019-09-26 | 2 | -5/+14 |
| | |||||
* | MacGui: Xcode project upgrade check. | Damiano Galassi | 2019-09-26 | 5 | -5/+5 |
| | |||||
* | MacGui: add a popover to edit tracks names. | Damiano Galassi | 2019-09-26 | 8 | -39/+254 |
| | |||||
* | fix warnings when compiling with clang. | Damiano Galassi | 2019-09-26 | 1 | -4/+1 |
| | |||||
* | MacGui: fix defaults windows names. | Damiano Galassi | 2019-09-24 | 2 | -19/+18 |
| | |||||
* | MacGui: show localized mixdown names in summary. | Damiano Galassi | 2019-09-24 | 1 | -5/+20 |
| | |||||
* | MacGui: fix HBAudioTrackPreset validation when the encoder is set to flac. | Damiano Galassi | 2019-09-23 | 1 | -1/+1 |
| | |||||
* | build: make: macosx: Make xcodebuild use number of jobs passed to make. | Bradley Sepos | 2019-09-23 | 2 | -2/+10 |
| | | | | | | Fixes #1648. Previously, it was always using the number of jobs in the makefile created by configure.py, either specified by --launch-jobs or the number of active CPU cores. | ||||
* | macgui: Update German localization | Nomis101 | 2019-09-20 | 9 | -30/+42 |
| | | | | Some new strings, some fixes, some improvements. | ||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-09-20 | 6 | -36/+48 |
| | |||||
* | macosx: Add libdav1d.a to Xcode build settings. | Justin Bull | 2019-09-17 | 1 | -0/+6 |
| | |||||
* | MacGui: remove an unused ivar. | Damiano Galassi | 2019-09-17 | 1 | -7/+5 |
| | |||||
* | MacGui: decrease the preview opacity when no title is loaded. | Damiano Galassi | 2019-09-17 | 1 | -0/+2 |
| | |||||
* | MacGui: fix a few warnings when building in Xcode 11. | Damiano Galassi | 2019-09-13 | 12 | -73/+55 |
| | |||||
* | Localization support for FPS PFR and FPS CFR | Nomis101 | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 28 | -31/+31 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 21 | -21/+21 |
| | | | | Rename hb.h to handbrake.h | ||||
* | Create separate fake iso639 "any" entry | John Stebbins | 2019-09-10 | 1 | -11/+2 |
| | | | | | | | Allows us to distinguish a selection of "any" which means match any language from "und" which means the language is not known. Fixes https://github.com/HandBrake/HandBrake/issues/731 | ||||
* | MacGui: add a menu item to show the selected queue item activity log in Finder. | Damiano Galassi | 2019-09-06 | 3 | -14/+45 |
| | |||||
* | MacGui: store the job activity log url. | Damiano Galassi | 2019-09-05 | 3 | -2/+11 |
| | |||||
* | MacGui: properly remove an observer. | Damiano Galassi | 2019-09-01 | 2 | -1/+6 |
| | |||||
* | MacGui: print dlopen error message. | Damiano Galassi | 2019-09-01 | 1 | -0/+15 |
| | |||||
* | macOS: add a make notarize target. Usage: make notarize USERNAME="" | Damiano Galassi | 2019-09-01 | 4 | -2/+149 |
| | |||||
* | macosx: use the correct entitlements to sign the cli. | Damiano Galassi | 2019-08-31 | 2 | -7/+8 |
| | |||||
* | macosx: Minor cleanup of hbsign. | Bradley Sepos | 2019-08-30 | 1 | -10/+9 |
| | |||||
* | MacGui: sign with the sandbox entitlements if sandbox is enabled. | Damiano Galassi | 2019-08-30 | 1 | -1/+5 |
| | |||||
* | Update hbsign with hardened runtime and sandbox options. | Damiano Galassi | 2019-08-30 | 3 | -29/+106 |
| | |||||
* | MacGui: add a preference to not display preview images in the summary tab. | Damiano Galassi | 2019-08-30 | 7 | -34/+95 |
| | |||||
* | MacGui: make it possible to resize the columns in the audio and subtitles ↵ | Damiano Galassi | 2019-08-30 | 2 | -12/+15 |
| | | | | tables. | ||||
* | MacGui: do not set the track name if it's one of those we generate. | Damiano Galassi | 2019-08-30 | 1 | -1/+8 |
| | |||||
* | MacGui: passthru tracks names. | Damiano Galassi | 2019-08-30 | 3 | -1/+8 |
| | |||||
* | Update MacGUI with german mixdown strings | Nomis101 | 2019-08-29 | 3 | -4/+57 |
| | |||||
* | MacGui: add the needed hardened runtime entitlements. | Damiano Galassi | 2019-08-24 | 2 | -0/+6 |
| | |||||
* | MacGui: workaround a issue in 10.15 beta where the queue file modification ↵ | Damiano Galassi | 2019-08-24 | 1 | -12/+25 |
| | | | | date is bigger than the date we get after writing it to disk. | ||||
* | MacGui: update sign script to sign the new xpc service. | Damiano Galassi | 2019-08-22 | 1 | -0/+2 |
| | |||||
* | MacGui: fix a warnings and the tests. | Damiano Galassi | 2019-08-22 | 3 | -4/+4 |
| | |||||
* | MacGui: make it possible to localize mixdowns. | Damiano Galassi | 2019-08-22 | 7 | -38/+206 |
| | |||||
* | make: Move sandbox option into new Security group in configure.py. | Nomis101 | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | make: Add a configure.py option to enable app sandbox. | Nomis101 | 2019-08-21 | 1 | -1/+5 |
| | | | | Currently only implemented for macOS. If it will be implemented on other systems, it can be switched based on the target system, per https://github.com/HandBrake/HandBrake/issues/428#issuecomment-522677832 | ||||
* | MacGui: revert a change that was committed by error. | Damiano Galassi | 2019-08-19 | 1 | -5/+1 |
| | |||||
* | MacGui: disable security-scoped bookmarks resolution in the XPC service. | Damiano Galassi | 2019-08-19 | 4 | -1/+34 |
| | |||||
* | MacGui: make use of some newer NSCoding api to better report decoding failure. | Damiano Galassi | 2019-08-15 | 11 | -46/+31 |
| | |||||
* | MacGui: add a method to send a NSError to activity log. | Damiano Galassi | 2019-08-15 | 2 | -3/+17 |
| | |||||
* | MacGui: fix some truncated text in the picture settings. | Damiano Galassi | 2019-08-15 | 1 | -8/+8 |
| |