Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mac: Use the legacy build system in Xcode 10, the new one requiress some ↵ | Damiano Galassi | 2018-06-07 | 1 | -0/+2 |
| | | | | changes to make it work. | ||||
* | MacGui: make it possible to resize down the "add titles to queue" toolbar ↵ | Damiano Galassi | 2018-06-06 | 4 | -7/+30 |
| | | | | button icon. It won't get as small as the others toolbar icon, but it's as good as it can get now. Fixes #1318 | ||||
* | macosx: Add liblzma (xz) on Mac. | Bradley Sepos | 2018-05-29 | 1 | -0/+6 |
| | |||||
* | contrib: Add Speex decoder libspeex. | Bradley Sepos | 2018-05-29 | 1 | -2/+8 |
| | |||||
* | Mac: Link to FFmpeg's libpostproc and libswresample. | Bradley Sepos | 2018-05-29 | 1 | -0/+12 |
| | |||||
* | MacGui: do not crash if the presets file is not a valid utf8 file. | Damiano Galassi | 2018-04-15 | 1 | -0/+3 |
| | |||||
* | MacGui: update the docs urls for 1.1.01.1.0 | Damiano Galassi | 2018-04-05 | 4 | -4/+4 |
| | |||||
* | MacGui: save queue toolbar visibility state. Fixes #1221 | Damiano Galassi | 2018-04-05 | 1 | -10/+11 |
| | |||||
* | 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 | 3 | -8/+7 |
| | |||||
* | MacGUI: Add Rename Preset dialog. | Rodeo314 | 2018-03-17 | 7 | -1/+267 |
| | | | | @BradleyS thanks @Rodeo314 for his help with this. | ||||
* | MacGUI: Rename Picture to Dimensions and move Destination on Queue jobs. | Bradley Sepos | 2018-03-17 | 1 | -7/+7 |
| | | | | Consistent with the main window naming and flow. | ||||
* | 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 | 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... | ||||
* | Misc. typos | luz.paz | 2018-02-20 | 16 | -18/+18 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | 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). | ||||
* | 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 |
| | |||||
* | mac: Use E-AC3 instead of EAC3 in audio selection behavior sheet. | Bradley Sepos | 2018-01-23 | 1 | -2/+2 |
| | | | | Fixes #1131. | ||||
* | build: Add sign function to macosx module. | Bradley Sepos | 2018-01-10 | 4 | -2/+143 |
| | | | | make sign ID="Developer ID" | ||||
* | MacGui: rearrange the toolbar and add a button to save a new preset in the ↵ | Damiano Galassi | 2018-01-10 | 1 | -11/+23 |
| | | | | main window. | ||||
* | build: Unclobber PATH when shunting build through Xcode. | Bradley Sepos | 2018-01-10 | 1 | -0/+4 |
| | | | | Tools shipping with Xcode are still in PATH, only moved from first to last priority. Avoids accidentally using old tools where a newer version is installed. This ensures the tools identified by configure will be the exact tools used by make via Xcode. | ||||
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | MacGui: fix build on 10.12 sdk. | Damiano Galassi | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | MacGui: fix a typo and the progress bar that was already hidden after the ↵ | Damiano Galassi | 2017-12-20 | 2 | -1/+3 |
| | | | | last VoiceOver improvements. | ||||
* | MacGui: update preset when navigating with the keyboard arrows, fix #452 | Damiano Galassi | 2017-12-20 | 4 | -28/+44 |
| | |||||
* | MacGui: improve VoiceOver navigation. | Damiano Galassi | 2017-12-19 | 7 | -314/+368 |
| | |||||
* | MacGui: append "(Modified)" to the preset name. | Damiano Galassi | 2017-12-19 | 2 | -4/+10 |
| | |||||
* | MacGui: make a copy of a job when sending it back to the main window. | Damiano Galassi | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | MacGui: fix preview window scale factor on retina displays. | Damiano Galassi | 2017-12-16 | 1 | -9/+8 |
| |