Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: The preferences UI for "Pause on low disk space" was bad with the ↵ | sr55 | 2019-07-05 | 4 | -20/+18 |
| | | | | checkbox being separated from the size limit. Wording / layout for this now matches MacGui. | ||||
* | scripts: Update mac-toolchain-build | Nomis101 | 2019-07-04 | 1 | -24/+24 |
| | | | | Update mac-toolchain-build to newest versions of automake, cmake and nasm | ||||
* | WinGui: Some minor further work to the dark theme. | sr55 | 2019-07-03 | 3 | -9/+15 |
| | |||||
* | WinGui: Nice display of statistics when information isn't available. #2179 | sr55 | 2019-07-03 | 4 | -1/+61 |
| | |||||
* | LinGui: fix creating new preset category | John Stebbins | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix an issue where Fast Decode appeared not to save as part of ↵ | sr55 | 2019-07-01 | 1 | -3/+11 |
| | | | | presets correctly for x265. Fixes #2174 | ||||
* | WinGui: Prevent Fast Decode from being double set when changing to x265 from ↵ | sr55 | 2019-07-01 | 1 | -0/+5 |
| | | | | x264 where Fast Decode checkbox was checked. Fixes #2175 | ||||
* | LinGui: remove webkit from Ubuntu build dependencies | John Stebbins | 2019-07-01 | 3 | -3/+3 |
| | | | | It's only needed for the update checker which isn't used | ||||
* | WinGui: Slight increase in size of the Log window so that the vast majority ↵ | sr55 | 2019-06-30 | 1 | -2/+2 |
| | | | | of log lines fall into one line. | ||||
* | WinGui: A useful window utility class that might be useful later. | sr55 | 2019-06-30 | 2 | -0/+128 |
| | |||||
* | WinGui: Usability improvements on the Queue. | sr55 | 2019-06-30 | 4 | -64/+45 |
| | | | | | - Options dropdown is placed above the queue. - Show only destination filename on the queue panel. Full details shown on the right panel still. Allows 2 additional queue records to show on screen at any given time. | ||||
* | Fix gcc 9 compiler warnings | John Stebbins | 2019-06-28 | 6 | -22/+56 |
| | | | | | gcc 9 is quite a lot chattier and clutters the build log with useless information :\ | ||||
* | LinGui: more code refactoring | John Stebbins | 2019-06-27 | 13 | -235/+355 |
| | | | | separate job and title dict functions into separate files | ||||
* | LinGui: refactor some code | John Stebbins | 2019-06-27 | 3 | -43/+44 |
| | |||||
* | LinGui: add options to open encode log and log directory | John Stebbins | 2019-06-27 | 3 | -0/+112 |
| | | | | ... To the "Actions" menu button on the queue window | ||||
* | LinGui: don't hide queue stats and activity tabs | John Stebbins | 2019-06-27 | 3 | -33/+71 |
| | | | | | Just fill them with default/empty settings when queue is empty or queue item is pending | ||||
* | LinGui: minor layout and window label tweaks | John Stebbins | 2019-06-27 | 1 | -2/+6 |
| | |||||
* | Fix "hardening features" log message | John Stebbins | 2019-06-27 | 1 | -1/+1 |
| | | | | Was getting logged when hardening was disabled | ||||
* | LinGui: improve text of current encode pass in queue stats | John Stebbins | 2019-06-27 | 1 | -4/+15 |
| | |||||
* | LinGui: update queue stats during queue scan | John Stebbins | 2019-06-27 | 1 | -0/+1 |
| | |||||
* | LinGui: set file size stats to "Not Available" when stat fails | John Stebbins | 2019-06-27 | 1 | -2/+2 |
| | | | | | More friendly response, and works for initial passes where the file hasn't been created yet. | ||||
* | reader: update hb_status_t eta_seconds during FAS | John Stebbins | 2019-06-27 | 1 | -0/+1 |
| | |||||
* | 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 :( |