summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: try to fix an hang on Sierra.Damiano Galassi2019-01-052-24/+18
|
* MacGui: make some more strings of HBPicture+UIAdditions accessible for ↵Nomis1012019-01-011-10/+10
| | | | | | localization Make it possible to localize some more strings of the Preview window.
* Update copyright dates to 2019.Bradley Sepos2019-01-012-3/+3
|
* Fix macOS codesign script.Damiano Galassi2018-12-221-2/+1
|
* MacGui: fix file extension when setting a preset.Damiano Galassi2018-12-221-2/+4
|
* MacGui: refactor HBStateFormatter.Damiano Galassi2018-12-134-168/+154
|
* MacGui: add a touch bar button to open a new source when all the windows are ↵Damiano Galassi2018-12-131-0/+36
| | | | closed.
* MacGui: write a log message when sleep is prevented/allowed.Damiano Galassi2018-12-131-0/+2
|
* MacGui: update German localization (Dec 2018).Simon Lämmle2018-12-078-71/+60
| | | | Update german localization to Transifex status of December 2018.
* MacGui: fix an exception in the preview window touchbar.Damiano Galassi2018-11-181-6/+12
|
* MacGui: disable two-pass when VideoToolbox is the selected encoder.Damiano Galassi2018-11-151-6/+4
|
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-155-1/+98
|
* MacGui: made some touch bar buttons smaller.Damiano Galassi2018-11-152-4/+4
|
* MacGui: improve preview window touch bar.Damiano Galassi2018-11-115-61/+98
|
* MacGui: show a progress bar on the encoded file in Finder.Damiano Galassi2018-11-111-1/+33
|
* MacGui: more safe kvo removal, use libhb function to get the quaility name, ↵Damiano Galassi2018-11-033-29/+36
| | | | fix some buttons enable state in Video.xib.
* MacGui: improve the auto naming to avoid updating the name when unrelated ↵Damiano Galassi2018-11-034-48/+220
| | | | settings change.
* MacGUI: Revise stop encoding dialog.Bradley Sepos2018-11-021-7/+7
| | | | Closes #1179.
* MacGui: change the overwrite method to check only for ready and working ↵Damiano Galassi2018-11-021-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 Galassi2018-10-2713-470/+236
| | | | contextual menu.
* MacGui: add an assert in HBQueueController to track down a rare crash.Damiano Galassi2018-10-271-1/+3
|
* MacGui: add a en.lproj folder to HandBrakeKit.framework.Damiano Galassi2018-10-202-0/+5
|
* MacGui: update German localization.Damiano Galassi2018-10-2021-434/+642
|
* MacGui: load the HandBrakeKit framework localized strings from the framework ↵Damiano Galassi2018-10-2014-140/+219
| | | | bundle.
* build: revert to the legacy Xcode build system until until we found a way to ↵Damiano Galassi2018-10-202-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 Galassi2018-10-196-52/+110
|
* build: add a workaround to the Xcode project to make it work with the new ↵Damiano Galassi2018-10-182-6/+44
| | | | Xcode build system
* MacGui: fix a warning.Damiano Galassi2018-10-181-1/+1
|
* MacGui: improve touch bar support, add touch bars to the add titles to queue ↵Damiano Galassi2018-10-166-5/+122
| | | | and add preset sheets.
* MacGui: add touch bars in the preview window, improve touch bars in the main ↵Damiano Galassi2018-10-1017-104/+736
| | | | and queue windows.
* MacGui: add touch bars to main and queue windows.Damiano Galassi2018-10-089-176/+517
|
* MacGui: add a missing [super init]Damiano Galassi2018-10-081-1/+5
|
* MacGui: add a dark mode toolbar icons set.Damiano Galassi2018-09-2446-123/+225
|
* MacGui: improve the preview border alignment on retina screens.Damiano Galassi2018-08-311-5/+13
|
* MacGui: Implement "Show Source in Finder" in the queue contextual menu.Damiano Galassi2018-08-312-10/+31
|
* MacGui: make the available format tokens textfield highier, and cache the ↵Damiano Galassi2018-08-312-55/+61
| | | | NSDateFormatter.
* Set the macOS deployment target to 10.10 when building from the cli.Damiano Galassi2018-08-233-0/+7
|
* contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.Bradley Sepos2018-08-161-6/+0
| | | | Extension of and closes #1422.
* Autoname creation dateMatthew Lazarow2018-08-135-8/+89
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* MacGui: fix queue toolbar icon not being updated.Damiano Galassi2018-08-131-89/+86
|
* MacGui: simplify the toolbar badge drawing code, redraw the icon when ↵Damiano Galassi2018-08-121-103/+58
| | | | switching between dark and light mode.
* MacGUI: Update menu items and tooltips related to Selection Behavior.Bradley Sepos2018-08-112-14/+16
| | | | A few of these were missed previously.
* MacGui: fix closing the add catagery window when presented as modal.Damiano Galassi2018-08-091-2/+18
|
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-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.14Damiano Galassi2018-08-062-60/+59
|
* MacGui: corrently display the presets popover on 10.14 dark mode.Damiano Galassi2018-08-041-2/+2
|
* MacGui: fix a number of static analyser warnings.Damiano Galassi2018-08-041-43/+58
|
* MacGui: update Sparkle to version 1.20.Damiano Galassi2018-07-1922-29/+63
|
* MacGui: validate the custom filters settings in the GUI.Damiano Galassi2018-07-182-31/+232
|
* MacGui: add missing Localizable.strings file.Damiano Galassi2018-07-122-7/+673
|