Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGUI: Add Make Default Preset item to Presets menu. | Bradley Sepos | 2018-03-17 | 3 | -6/+17 |
| | | | | 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 changing the default preset ↵ | Bradley Sepos | 2018-03-17 | 1 | -0/+1 |
| | | | | via popover. | ||||
* | MacGUI: Update main window preset control when renaming via popover. | Bradley Sepos | 2018-03-17 | 3 | -6/+15 |
| | |||||
* | MacGUI: After deleting a preset, select the default preset. | Bradley Sepos | 2018-03-17 | 1 | -3/+1 |
| | | | | Both the popover and main window control were selecting nothing at all in some/all cases. | ||||
* | MacGUI: Add Delete item to Presets menu. | Bradley Sepos | 2018-03-17 | 4 | -3/+20 |
| | |||||
* | 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... | ||||
* | LinGui: fix problem with application of autoscale | John Stebbins | 2018-03-16 | 1 | -0/+2 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1146 | ||||
* | LinGui: fix rounding error in display aspect | John Stebbins | 2018-03-16 | 3 | -15/+24 |
| | | | | | This is only a cosmetic display problem. The values used during encoding are correct. | ||||
* | Adds Load Queue File to main Queue menu (#1223) | Corey Daley | 2018-03-12 | 3 | -0/+19 |
| | | | Add a Load Queue File menu item to the main Queue menu for ease of use. | ||||
* | Fix typo | Bernhard Reutner-Fischer | 2018-03-10 | 2 | -2/+2 |
| | | | | | | s/seletec/select/g Signed-off-by: Bernhard Reutner-Fischer <[email protected]> | ||||
* | WinGui: Fix Framerate mode setting when using presets and quicksync. Fixes ↵ | sr55 | 2018-03-10 | 1 | -1/+0 |
| | | | | #1222 | ||||
* | LinGui: add support for GtkApplication suspend inhibit/uninhibit | John Stebbins | 2018-02-27 | 2 | -518/+546 |
| | | | | This is a new API since GTK 3.4. Use it instead of DBUS when available. | ||||
* | libhb/param: skip redundant checks. | Tim Walker | 2018-02-26 | 1 | -3/+3 |
| | |||||
* | libhb: fix parsing of filters' tunes. | Tim Walker | 2018-02-26 | 1 | -12/+16 |
| | | | | filter_param_get_entry() was using the preset count for bounds checking. | ||||
* | contrib: Fix x265.clean warning. #1195 | Bradley Sepos | 2018-02-24 | 1 | -1/+1 |
| | |||||
* | WinGui: Make the Audio Sample Rate tolerant of number styles. Fixes #1193 | sr55 | 2018-02-21 | 2 | -4/+11 |
| | |||||
* | Missed typo in previous commit | luz.paz | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | please review.... | luz.paz | 2018-02-20 | 1 | -2/+2 |
| | | | there is a redundant 'the the' in this string, please advise | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 92 | -133/+133 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | contrib: Update to Libav 12.3. | Bradley Sepos | 2018-02-19 | 1 | -3/+7 |
| | | | | | | | | Changelog: https://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v12.3 Adds a workaround to ensure x264 is built first. Otherwise, it may fail to find nasm later. Closes #1181. | ||||
* | encx264: fix apply_h264_profile's lossless check for high bit depth. | Tim Walker | 2018-02-18 | 1 | -4/+12 |
| | |||||
* | WinGui: Fix various issues on the filter tab when returning items from the ↵ | sr55 | 2018-02-14 | 1 | -53/+29 |
| | | | | queue. Fixes #1177 | ||||
* | WinGui: Remove debug option that's causing aspect ratio issues on the ↵ | sr55 | 2018-02-14 | 1 | -1/+1 |
| | | | | Picture settings view. #1180 | ||||
* | WinGui: New shortcuts for easier accessibility. Ctrl 1 through 7 activate ↵ | sr55 | 2018-02-10 | 6 | -3/+72 |
| | | | | given tabs and set focus to allow easier tab navigation of the guil | ||||
* | WinGui: Label consistency tweak on audio tab. | sr55 | 2018-02-10 | 2 | -2/+2 |
| | |||||
* | WinGui: Fixes to Anamorphic handling on the picture tab and in static ↵ | sr55 | 2018-02-10 | 2 | -11/+6 |
| | | | | preview #1169 | ||||
* | WinGui: Change the checkbox text direction to be consistent with the rest of ↵ | sr55 | 2018-02-10 | 1 | -15/+6 |
| | | | | the UI. #1174 | ||||
* | MacGUI: Add Presets item to main window toolbar again. | Bradley Sepos | 2018-02-03 | 1 | -8/+9 |
| | | | | I initially removed it to sync with the other UIs, but this was based on a mistaken assumption that we had consensus (sorry). | ||||
* | LinGui: don't remember state of presets window | John Stebbins | 2018-01-31 | 2 | -10/+7 |
| | | | | | Do not automatically open the presets window when restarting the application. | ||||
* | WinGui: Add Presets button to toolbar. The preset management options are not ↵ | sr55 | 2018-01-31 | 8 | -7/+27 |
| | | | | discoverable enough as-is | ||||
* | MacGui: do not resize the main window if the text in the title popup is too ↵ | Damiano Galassi | 2018-01-31 | 1 | -27/+32 |
| | | | | long. | ||||
* | MacGui: fix the queue job descriptions cache. | Damiano Galassi | 2018-01-31 | 1 | -3/+8 |
| | |||||
* | MacGUI: Minor revision to notification text. | Bradley Sepos | 2018-01-28 | 1 | -2/+2 |
| | | | | Capitalize the description and remove app title so more file name characters will fit. | ||||
* | MacGUI: Coding style cosmetics. | Bradley Sepos | 2018-01-26 | 1 | -1/+2 |
| | |||||
* | MacGUI: More minor adjustments and fixes to main window auto layout. | Bradley Sepos | 2018-01-26 | 1 | -3/+2 |
| | |||||
* | MacGUI: Use empty strings instead of "None" when Summary items are disabled. | Bradley Sepos | 2018-01-25 | 1 | -3/+3 |
| | |||||
* | MacGUI: Disable all labels when no source loaded. | Bradley Sepos | 2018-01-25 | 4 | -0/+34 |
| | |||||
* | MacGUI: Consistently left-align main window titles. | Bradley Sepos | 2018-01-25 | 1 | -6/+6 |
| | |||||
* | MacGUI: Move toolbar item badge and vary type size with scale factor. | Bradley Sepos | 2018-01-25 | 1 | -3/+14 |
| | | | | 10 pt for standard displays, 8 pt for high dpi displays. Alignment considerations. | ||||
* | MacGUI: Make toolbar layout and configuration more consistent. | Bradley Sepos | 2018-01-25 | 1 | -6/+5 |
| | |||||
* | MacGUI: Fix sizing issue with Add Titles To Queue toolbar button. | Bradley Sepos | 2018-01-25 | 1 | -2/+2 |
| | |||||
* | MacGUI: Add ellipsis to label button that opens a dialog, update tooltip. | Bradley Sepos | 2018-01-25 | 1 | -5/+5 |
| | | | | Tooltip was decided here: https://github.com/HandBrake/HandBrake/issues/833#issuecomment-330325069 | ||||
* | MacGUI: Improve auto layout on main window. | Bradley Sepos | 2018-01-25 | 1 | -10/+12 |
| | |||||
* | MacGui: Add preset reload button. | sr55 | 2018-01-25 | 5 | -13/+49 |
| | |||||
* | MacGui: Change + to 'Save New Preset' to be consistent with the Win/Linux GUIs. | sr55 | 2018-01-25 | 1 | -5/+4 |
| | |||||
* | LinGui: remove Ubuntu Zesty nightly build | John Stebbins | 2018-01-25 | 1 | -15/+0 |
| | | | | Zesty is obsolete | ||||
* | sync: fix hang in searching for PtoP start frame | John Stebbins | 2018-01-25 | 1 | -11/+21 |
| | | | | fixes https://forum.handbrake.fr/viewtopic.php?f=11&t=37311 | ||||
* | graphics: Add markdown extension to AUTHORS file. | Bradley Sepos | 2018-01-24 | 1 | -0/+0 |
| | |||||
* | mac: Use E-AC3 instead of EAC3 in audio selection behavior sheet. | Bradley Sepos | 2018-01-23 | 1 | -2/+2 |
| | | | | Fixes #1131. |