Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 20 | -66/+159 |
| | | | | previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet. | ||||
* | MacGui: set a default queue window size. | Damiano Galassi | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | MacGui: convert the last usage of NSDictionary to a proper class, fix ↵ | Damiano Galassi | 2019-08-13 | 18 | -180/+324 |
| | | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title. | ||||
* | MacGui: fix some UI syncronization issues caused by moving things to another ↵ | Damiano Galassi | 2019-08-12 | 4 | -9/+14 |
| | | | | process. | ||||
* | MacGui: fix the color of the selected queue row on 10.11. | Damiano Galassi | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 75 | -153/+309 |
| | |||||
* | MacGui: do not copy the xpc info.plist to the Resources folder. | Damiano Galassi | 2019-08-12 | 2 | -2/+1 |
| | |||||
* | MacGui: disable sudden termination in the xpc service when the core is created. | Damiano Galassi | 2019-08-12 | 1 | -0/+3 |
| | |||||
* | libhb: eliminate file path length limits | John Stebbins | 2019-08-11 | 1 | -2/+1 |
| | |||||
* | add subtitle track name read/write | John Stebbins | 2019-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Works similar to audio track names. If source has a subtitle track name, hb_subtitle_t.name is set. To set output subtitle track name, set hb_subtitle_config_t.name. Source track names are available in title returned by hb_title_to_dict and hb_title_to_json in SubtitleList[].Name In job dict it is also SubtitleList[].Name hb_preset_job_init and hb_preset_job_init_json initialize output tracks with the source track name. Also adds subtitle name support to LinGui | ||||
* | mac: Remove libsamplerate from Xcode project. | Bradley Sepos | 2019-08-11 | 1 | -6/+0 |
| | |||||
* | MacGui: improve queue accessibility. | Damiano Galassi | 2019-08-11 | 1 | -0/+9 |
| | |||||
* | MaGui: fix xpc service localization. | Damiano Galassi | 2019-08-11 | 6 | -6/+58 |
| | |||||
* | MacGui: improve xpc crash recovery, set dvdnav option in the xpc service. | Damiano Galassi | 2019-08-11 | 5 | -10/+26 |
| |