Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: improve preview window touch bar. | Damiano Galassi | 2018-11-11 | 5 | -61/+98 |
| | |||||
* | MacGui: show a progress bar on the encoded file in Finder. | Damiano Galassi | 2018-11-11 | 1 | -1/+33 |
| | |||||
* | MacGui: more safe kvo removal, use libhb function to get the quaility name, ↵ | Damiano Galassi | 2018-11-03 | 3 | -29/+36 |
| | | | | fix some buttons enable state in Video.xib. | ||||
* | MacGui: improve the auto naming to avoid updating the name when unrelated ↵ | Damiano Galassi | 2018-11-03 | 4 | -48/+220 |
| | | | | settings change. | ||||
* | MacGUI: Revise stop encoding dialog. | Bradley Sepos | 2018-11-02 | 1 | -7/+7 |
| | | | | Closes #1179. | ||||
* | MacGui: change the overwrite method to check only for ready and working ↵ | Damiano Galassi | 2018-11-02 | 1 | -1/+2 |
| | | | | jobs. For completed jobs we already check if there is an actual file on disk. | ||||
* | MacGui: move the advanced x264 panel to the 'Additional options' text field ↵ | Damiano Galassi | 2018-10-27 | 13 | -470/+236 |
| | | | | contextual menu. | ||||
* | MacGui: add an assert in HBQueueController to track down a rare crash. | Damiano Galassi | 2018-10-27 | 1 | -1/+3 |
| | |||||
* | MacGui: add a en.lproj folder to HandBrakeKit.framework. | Damiano Galassi | 2018-10-20 | 2 | -0/+5 |
| | |||||
* | MacGui: update German localization. | Damiano Galassi | 2018-10-20 | 21 | -434/+642 |
| | |||||
* | MacGui: load the HandBrakeKit framework localized strings from the framework ↵ | Damiano Galassi | 2018-10-20 | 14 | -140/+219 |
| | | | | bundle. | ||||
* | build: revert to the legacy Xcode build system until until we found a way to ↵ | Damiano Galassi | 2018-10-20 | 2 | -2/+3 |
| | | | | make it work when called from make. Remove fontconfig from the Xcode project. | ||||
* | build: use a better workaround for the new Xcode build system. | Damiano Galassi | 2018-10-19 | 6 | -52/+110 |
| | |||||
* | build: add a workaround to the Xcode project to make it work with the new ↵ | Damiano Galassi | 2018-10-18 | 2 | -6/+44 |
| | | | | Xcode build system | ||||
* | MacGui: fix a warning. | Damiano Galassi | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | MacGui: improve touch bar support, add touch bars to the add titles to queue ↵ | Damiano Galassi | 2018-10-16 | 6 | -5/+122 |
| | | | | and add preset sheets. | ||||
* | MacGui: add touch bars in the preview window, improve touch bars in the main ↵ | Damiano Galassi | 2018-10-10 | 17 | -104/+736 |
| | | | | and queue windows. | ||||
* | MacGui: add touch bars to main and queue windows. | Damiano Galassi | 2018-10-08 | 9 | -176/+517 |
| | |||||
* | MacGui: add a missing [super init] | Damiano Galassi | 2018-10-08 | 1 | -1/+5 |
| | |||||
* | MacGui: add a dark mode toolbar icons set. | Damiano Galassi | 2018-09-24 | 46 | -123/+225 |
| | |||||
* | MacGui: improve the preview border alignment on retina screens. | Damiano Galassi | 2018-08-31 | 1 | -5/+13 |
| | |||||
* | MacGui: Implement "Show Source in Finder" in the queue contextual menu. | Damiano Galassi | 2018-08-31 | 2 | -10/+31 |
| | |||||
* | MacGui: make the available format tokens textfield highier, and cache the ↵ | Damiano Galassi | 2018-08-31 | 2 | -55/+61 |
| | | | | NSDateFormatter. | ||||
* | Set the macOS deployment target to 10.10 when building from the cli. | Damiano Galassi | 2018-08-23 | 3 | -0/+7 |
| | |||||
* | contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample. | Bradley Sepos | 2018-08-16 | 1 | -6/+0 |
| | | | | Extension of and closes #1422. | ||||
* | Autoname creation date | Matthew Lazarow | 2018-08-13 | 5 | -8/+89 |
| | | | | | Adds {creation-date} and {creation-time} templates to autoname preference option. | ||||
* | MacGui: fix queue toolbar icon not being updated. | Damiano Galassi | 2018-08-13 | 1 | -89/+86 |
| | |||||
* | MacGui: simplify the toolbar badge drawing code, redraw the icon when ↵ | Damiano Galassi | 2018-08-12 | 1 | -103/+58 |
| | | | | switching between dark and light mode. | ||||
* | MacGUI: Update menu items and tooltips related to Selection Behavior. | Bradley Sepos | 2018-08-11 | 2 | -14/+16 |
| | | | | A few of these were missed previously. | ||||
* | MacGui: fix closing the add catagery window when presented as modal. | Damiano Galassi | 2018-08-09 | 1 | -2/+18 |
| | |||||
* | fix race in getting sequence_id of completed job | John Stebbins | 2018-08-07 | 1 | -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.14 | Damiano Galassi | 2018-08-06 | 2 | -60/+59 |
| | |||||
* | MacGui: corrently display the presets popover on 10.14 dark mode. | Damiano Galassi | 2018-08-04 | 1 | -2/+2 |
| | |||||
* | MacGui: fix a number of static analyser warnings. | Damiano Galassi | 2018-08-04 | 1 | -43/+58 |
| | |||||
* | MacGui: update Sparkle to version 1.20. | Damiano Galassi | 2018-07-19 | 22 | -29/+63 |
| | |||||
* | MacGui: validate the custom filters settings in the GUI. | Damiano Galassi | 2018-07-18 | 2 | -31/+232 |
| | |||||
* | MacGui: add missing Localizable.strings file. | Damiano Galassi | 2018-07-12 | 2 | -7/+673 |
| | |||||
* | MacGui: remove two non existing files from the Xcode project. | Damiano Galassi | 2018-07-12 | 1 | -24/+0 |
| | |||||
* | MacGui: fix the presets view that was broken a few days ago. | Damiano Galassi | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | MacGui: add German localisation by Nomis101. | Damiano Galassi | 2018-07-12 | 27 | -0/+2859 |
| | |||||
* | MacGui: make it possible to localise the default chapters titles. | Damiano Galassi | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | MacGui: remove a bunch of unneeded compatibility code. | Damiano Galassi | 2018-07-10 | 14 | -102/+48 |
| | |||||
* | MacGui: made possible to localise more UI strings. | Damiano Galassi | 2018-07-10 | 3 | -64/+90 |
| | |||||
* | MacGui: do not play a sound for notification if alerts are disabled in prefs. | Damiano Galassi | 2018-06-13 | 1 | -7/+5 |
| | |||||
* | MacGui: fix x264 unparsed string and advanced panel. | Damiano Galassi | 2018-06-13 | 1 | -3/+3 |
| | |||||
* | MacGui: do not use NSMatrix for radio buttons, fix some layout issues. | Damiano Galassi | 2018-06-11 | 3 | -118/+98 |
| | |||||
* | MacGui: remove unused localization files. | Damiano Galassi | 2018-06-10 | 10 | -183/+0 |
| | |||||
* | MacGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵ | Damiano Galassi | 2018-06-10 | 1 | -10/+8 |
| | | | | on the Add Preset View. #1309 | ||||
* | MacGui: update Sparkle to 1.19.0. | Damiano Galassi | 2018-06-10 | 30 | -295/+703 |
| | |||||
* | MacGui: fix another round of deprecation warnings. Remove drawer code. | Damiano Galassi | 2018-06-10 | 16 | -55/+36 |
| |