Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LinGui: set a default width for empty queue list | John Stebbins | 2019-06-26 | 1 | -0/+1 |
| | | | | When it's not populated, the width is narrow and looks odd | ||||
* | LinGui: implement queue reordering | John Stebbins | 2019-06-26 | 4 | -938/+1156 |
| | | | | Add drag & drop queue reordering to new queue design | ||||
* | hb_json: add new hb_state_t fields | John Stebbins | 2019-06-25 | 1 | -1/+4 |
| | |||||
* | LinGui: add queue statistics | John Stebbins | 2019-06-25 | 14 | -188/+886 |
| | | | | and tweak the layout per BradleyS suggestions | ||||
* | scripts: Update to mingw-w64-build 7.0.0. | Bradley Sepos | 2019-06-24 | 1 | -70/+64 |
| | | | | GCC 9.1, GDB 8.3. | ||||
* | WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵ | sr55 | 2019-06-24 | 25 | -194/+242 |
| | | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162 | ||||
* | LinGui: queue UI rework | John Stebbins | 2019-06-24 | 12 | -4782/+6058 |
| | | | | | Rework the queue UI per ideas from: https://github.com/HandBrake/HandBrake/issues/1087 | ||||
* | WinGui: Have the installer check for .NET 4.8 instead of 4.7 | sr55 | 2019-06-24 | 2 | -2/+2 |
| | |||||
* | build: Update to config.guess 2019-06-10 | Nomis101 | 2019-06-23 | 1 | -297/+495 |
| | | | | | Update config.guess to version 2019-06-10. It brings a lot of changes, some of them for Darwin. See changelog https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=ChangeLog;hb=f83dbaa146823950ddcb783d01667328571a2444 | ||||
* | WinGui: Fix a crash caused by the themeing work. | sr55 | 2019-06-22 | 1 | -2/+3 |
| | |||||
* | WinGui: Further work on the new Dark Theme. | sr55 | 2019-06-22 | 4 | -20/+51 |
| | |||||
* | WinGui: Further work on the new Dark Theme. Mostly around icons. | sr55 | 2019-06-22 | 74 | -101/+244 |
| | |||||
* | Revert some changes of too extensive gardening | Nomis101 | 2019-06-22 | 2 | -2/+26 |
| | | | | Closes #2155 | ||||
* | [gardening] Clean up old OS X code pieces | Nomis101 | 2019-06-22 | 19 | -83/+4 |
| | | | | Remove old PPC/i386 related Mac code and stuff < macOS 10.11 | ||||
* | LinGui: remove use of deprecated g_type_class_add_private | John Stebbins | 2019-06-19 | 2 | -192/+201 |
| | |||||
* | build: Add --enable-hardening flag to enable stack protection and enhanced ↵ | Nomis101 | 2019-06-19 | 5 | -1/+23 |
| | | | | | | buffer overflow protection. Prints the hardening status on global init to the log. Closes #2027. Was #2040. | ||||
* | Add Ubutnu Disco nightly builds | John Stebbins | 2019-06-19 | 3 | -0/+131 |
| | |||||
* | Add a definition file for NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -0/+19 |
| | | | | Add basic definitions for NetBSD. | ||||
* | Fix build of libbluray under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -0/+13 |
| | | | | Provide a header file for NetBSD. | ||||
* | Add NetBSD conditional to avoid link errors | Ryo ONODERA | 2019-06-18 | 1 | -0/+3 |
| | | | | -ldl is not provided under NetBSD. | ||||
* | Enable GTK user interface for NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -0/+5 |
| | | | | Hook gtk subdirectory to build. | ||||
* | Fix build of libhb under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -1/+1 |
| | | | | | Pick up external libraries from LOCALBASE, especially libxml2. | ||||
* | Fix build of ffmpeg under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -1/+1 |
| | | | | Pick up external libraries from LOCALBASE. | ||||
* | configure: More verbose selection of python interpreters. | Ryo ONODERA | 2019-06-18 | 2 | -2/+2 |
| | | | | python3.7, python3.6 and python2.7 are common under NetBSD. | ||||
* | LinGui: add double-click edit to audio and subtitle lists | John Stebbins | 2019-06-17 | 3 | -12/+42 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/2148 | ||||
* | WinGui: Few minor features + Early access to a new "Dark" theme. It's not ↵ | sr55 | 2019-06-16 | 13 | -39/+552 |
| | | | | yet complete but will give a general idea of the look and feel! (Can be toggled on in preferences) | ||||
* | WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of ↵ | sr55 | 2019-06-15 | 11 | -19/+21 |
| | | | | the user reports that the UI isn't launching. | ||||
* | flatpak: revert last commit | John Stebbins | 2019-06-13 | 1 | -1/+0 |
| | | | | | | reverts c543e6e3171954ccb5fdcc2003e30d79b6fb5b82 broke the build :( | ||||
* | flatpak: build with QSV support enabled | John Stebbins | 2019-06-12 | 1 | -0/+1 |
| | | | | | | A MediaSDK flatpak plugin is also necessary to enable QSV when running the flatpak. This plugin is built as a separate flatpak when you 'make pkg.create.flatpak' | ||||
* | MacGui: fix build when deployment target is set to 10.14. | Damiano Galassi | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | MacGui: make sure System Events is running, if not the permission alert will ↵ | Damiano Galassi | 2019-06-09 | 1 | -4/+15 |
| | | | | not be shown. | ||||
* | MacGui: fix queue sleep and shutdown on 10.14 and under sandbox. | Damiano Galassi | 2019-06-08 | 5 | -2/+79 |
| | |||||
* | Remove Build Status Logo | Scott | 2019-06-08 | 1 | -1/+1 |
| | |||||
* | Drop travis build support | Scott | 2019-06-08 | 1 | -17/+0 |
| | |||||
* | MacGui: write the queue to disk less often and add some validations when ↵ | Damiano Galassi | 2019-06-08 | 14 | -63/+104 |
| | | | | reading it back from disk. | ||||
* | WinGui: Language consistency tweak in queue. | sr55 | 2019-06-07 | 2 | -2/+2 |
| | |||||
* | WinGui: Re-implement queue import/export functionality for the GUI. Note, ↵ | sr55 | 2019-06-07 | 6 | -224/+74 |
| | | | | | | this is incompatible with the CLI Queue parser. There is an existing separate option for exporting into a CLI friendly JSON format. Format subject to change in the future. For now, this is a quick way of getting this functionality back. #898 | ||||
* | MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not. | Damiano Galassi | 2019-06-07 | 2 | -3/+3 |
| | |||||
* | MacGui: don't show fast decode checkbox when the encoder is not x264, fixes ↵ | Damiano Galassi | 2019-06-07 | 2 | -1/+11 |
| | | | | #2083. | ||||
* | MacGui: localize the 'None' item in the fallback encoders popup. | Damiano Galassi | 2019-06-07 | 3 | -36/+119 |
| | |||||
* | MacGui: disable auto passthru fallback encoder options when fallback is set ↵ | Damiano Galassi | 2019-06-07 | 1 | -3/+8 |
| | | | | to none. | ||||
* | MacGui: fix warnings. | Damiano Galassi | 2019-06-07 | 4 | -6/+6 |
| | |||||
* | WinGui: Add a "Test" button to the When Done Audio options. Also log the ↵ | sr55 | 2019-06-06 | 6 | -3/+74 |
| | | | | "MediaFailed" event to the log otherwise we get silent failures. #2130 | ||||
* | WinGui: Add logging to the PrePostActionService | sr55 | 2019-06-06 | 1 | -4/+22 |
| | |||||
* | WinGui: Don't show encoder options when Fallback = None and a passthru ↵ | sr55 | 2019-06-06 | 12 | -49/+253 |
| | | | | encoder is selected on the Audio Defaults screen. Also add the ? as the MacGui has. #2135 | ||||
* | Revert "WinGui: Switch to SDK style cproj files. Switch to ↵ | sr55 | 2019-06-01 | 12 | -200/+1009 |
| | | | | | | PackageReferences for NuGet Packages." This reverts commit 7cf0e78155c1611d2055175d4b37fb04414f55c7. | ||||
* | WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or ↵ | sr55 | 2019-06-01 | 1 | -1/+1 |
| | | | | fallback encoder are set. | ||||
* | WinGui: Switch to SDK style cproj files. Switch to PackageReferences for ↵ | sr55 | 2019-06-01 | 12 | -1009/+200 |
| | | | | NuGet Packages. | ||||
* | CLI: Don't ignore PictureKeepRatio preset key | John Stebbins | 2019-05-31 | 1 | -1/+1 |
| | | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=10&t=39075 | ||||
* | decvcodec: fix building with QSV disabled | John Stebbins | 2019-05-27 | 1 | -1/+1 |
| |