Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 1 | -1/+14 |
| | | | | 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: fix some UI syncronization issues caused by moving things to another ↵ | Damiano Galassi | 2019-08-12 | 1 | -4/+5 |
| | | | | process. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -5/+5 |
| | |||||
* | MacGui: recover when the xpc service crashes. | Damiano Galassi | 2019-08-11 | 1 | -1/+1 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 1 | -20/+16 |
| | |||||
* | Fix some typos (#2202) | Nomis101 | 2019-07-31 | 1 | -2/+2 |
| | | | Fix some typos | ||||
* | MacGui: set the progress labels to a monospaced digit font. | Damiano Galassi | 2019-07-30 | 1 | -4/+5 |
| | |||||
* | MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵ | Damiano Galassi | 2019-07-29 | 1 | -32/+30 |
| | | | | when running multiple HandBrake instances; fixed a number of bugs. | ||||
* | MacGui: fix file menu validation. Closes #2200. | Damiano Galassi | 2019-07-20 | 1 | -2/+2 |
| | |||||
* | MacGui: fix a number of queue regressions. | Damiano Galassi | 2019-07-20 | 1 | -2/+4 |
| | |||||
* | MacGui: add inline progress status and bar in the queue. | Damiano Galassi | 2019-07-20 | 1 | -4/+13 |
| | |||||
* | MacGui: refactor the queue and implement part of the new queue ui. | Damiano Galassi | 2019-07-19 | 1 | -86/+68 |
| | |||||
* | MacGui: fix start toolbar button tooltip. Fixes #2184. | Damiano Galassi | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | MacGui: fixes some runtime warnings. | Damiano Galassi | 2019-05-02 | 1 | -1/+1 |
| | |||||
* | MacGui: reset destination folder if the current folder is not available. | Damiano Galassi | 2019-04-06 | 1 | -2/+3 |
| | |||||
* | MacGui: improve localized progress number formats, use a monospace string to ↵ | Damiano Galassi | 2019-03-28 | 1 | -4/+4 |
| | | | | avoid numbers jumping around. | ||||
* | MacGui: disable NSWindow tabbing support. | Damiano Galassi | 2019-02-15 | 1 | -0/+5 |
| | |||||
* | MacGui: send integerForKey: instead of [objectForKey:] intValue] | Damiano Galassi | 2019-02-12 | 1 | -3/+3 |
| | |||||
* | MacGui: set the minimum macOS version to 10.11 | Damiano Galassi | 2019-01-24 | 1 | -7/+3 |
| | |||||
* | Fix a few warnings. | Damiano Galassi | 2019-01-23 | 1 | -0/+1 |
| | |||||
* | MacGui: fix file extension when setting a preset. | Damiano Galassi | 2018-12-22 | 1 | -2/+4 |
| | |||||
* | MacGui: improve preview window touch bar. | Damiano Galassi | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | MacGui: improve the auto naming to avoid updating the name when unrelated ↵ | Damiano Galassi | 2018-11-03 | 1 | -48/+7 |
| | | | | settings change. | ||||
* | MacGui: move the advanced x264 panel to the 'Additional options' text field ↵ | Damiano Galassi | 2018-10-27 | 1 | -30/+15 |
| | | | | contextual menu. | ||||
* | MacGui: improve touch bar support, add touch bars to the add titles to queue ↵ | Damiano Galassi | 2018-10-16 | 1 | -4/+13 |
| | | | | and add preset sheets. | ||||
* | MacGui: add touch bars in the preview window, improve touch bars in the main ↵ | Damiano Galassi | 2018-10-10 | 1 | -31/+24 |
| | | | | and queue windows. | ||||
* | MacGui: add touch bars to main and queue windows. | Damiano Galassi | 2018-10-08 | 1 | -92/+277 |
| | |||||
* | MacGui: fix the presets view that was broken a few days ago. | Damiano Galassi | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | MacGui: remove a bunch of unneeded compatibility code. | Damiano Galassi | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | MacGui: fix another round of deprecation warnings. Remove drawer code. | Damiano Galassi | 2018-06-10 | 1 | -25/+6 |
| | |||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -47/+47 |
| | |||||
* | MacGui: show the copy protection alert at most once each time HandBrake is run. | Damiano Galassi | 2018-06-09 | 1 | -6/+6 |
| | |||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -150/+68 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | MacGUI: Select newly saved preset on creation. | Bradley Sepos | 2018-03-17 | 1 | -0/+7 |
| | |||||
* | MacGUI: Improve rename return value conditional. | Bradley Sepos | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | MacGUI: Fix Rename dialog on 10.7. | Bradley Sepos | 2018-03-17 | 1 | -6/+1 |
| | |||||
* | MacGUI: Add Rename Preset dialog. | Rodeo314 | 2018-03-17 | 1 | -1/+40 |
| | | | | @BradleyS thanks @Rodeo314 for his help with this. | ||||
* | MacGUI: Set the popover selected preset to the current on make default. | Bradley Sepos | 2018-03-17 | 1 | -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 Sepos | 2018-03-17 | 1 | -0/+5 |
| | | | | 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 renaming via popover. | Bradley Sepos | 2018-03-17 | 1 | -4/+1 |
| | |||||
* | MacGUI: Add Delete item to Presets menu. | Bradley Sepos | 2018-03-17 | 1 | -0/+6 |
| | |||||
* | MacGUI: Set the popover selected preset to the current preset on close. | Bradley Sepos | 2018-03-17 | 1 | -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 Sepos | 2018-03-17 | 1 | -0/+2 |
| | | | | Fixes the scenario where presets menu and controls do not update the popover until it is shown, e.g. Presets > Export... | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | MacGUI: Coding style cosmetics. | Bradley Sepos | 2018-01-26 | 1 | -1/+2 |
| | |||||
* | MacGui: Add preset reload button. | sr55 | 2018-01-25 | 1 | -0/+8 |
| | |||||
* | MacGui: fix a typo and the progress bar that was already hidden after the ↵ | Damiano Galassi | 2017-12-20 | 1 | -0/+2 |
| | | | | last VoiceOver improvements. | ||||
* | MacGui: update preset when navigating with the keyboard arrows, fix #452 | Damiano Galassi | 2017-12-20 | 1 | -3/+6 |
| | |||||
* | MacGui: improve VoiceOver navigation. | Damiano Galassi | 2017-12-19 | 1 | -0/+1 |
| | |||||
* | MacGui: append "(Modified)" to the preset name. | Damiano Galassi | 2017-12-19 | 1 | -4/+4 |
| |