Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WinGui: Fix an issue with Queue Pause/Resume not working correctly and some ↵ | sr55 | 2020-02-23 | 2 | -2/+14 | |
| | | | | unhandled silent exceptions in the libhb wrapper library. Fixes #2647 | |||||
* | WinGui: Set queue selection mode to Single | sr55 | 2020-02-23 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Improve Handling of Low Disk Space Alerts | sr55 | 2020-02-23 | 9 | -25/+56 | |
| | | | | | | | - Preferences UI updated to make it clearer difference between Alert Level and Pause When Low options. - Main Window UI around adding to Queue will now prompt and allow to Confirm / Deny adding to queue when disk space is low. - Alerts are less agressive when bulk adding to the queue. Fixes #2648 | |||||
* | WinGui: Fix a minor cosmetic issue with the title dropdown. Fixes #2645 | sr55 | 2020-02-23 | 1 | -3/+3 | |
| | ||||||
* | WinGui: Make the error information clearer when the user imports a preset ↵ | sr55 | 2020-02-15 | 1 | -1/+3 | |
| | | | | with invalid audio encoders set. #2638 | |||||
* | WinGui: To prevent potential glitches, stop any existing running jobs when ↵ | sr55 | 2020-02-12 | 3 | -2/+9 | |
| | | | | importing duplicates. #2632 | |||||
* | WinGui: Changed the behaviour of the Queue Import. Now, if duplicates are ↵ | sr55 | 2020-02-12 | 4 | -1/+61 | |
| | | | | detected on import, the user will be given the choice to overwrite the existing records. If not overwriting, queue tasks will NOT be imported. #2632 | |||||
* | WinGui: When Deleting Selected records, if one of the jobs is encoding, ↵ | sr55 | 2020-02-12 | 1 | -1/+1 | |
| | | | | prompt the user one final time before deleteing to avoid any accidential deletions. #2632 | |||||
* | WinGui: Workaround a bug in the .NET Framework that's causing odd tooltip ↵ | sr55 | 2020-02-12 | 1 | -1/+2 | |
| | | | | behaviours. #2630 | |||||
* | WinGui: Attempt to improve the reorder icon. | sr55 | 2020-02-08 | 2 | -0/+0 | |
| | ||||||
* | WinGui: Add a Reorder icon to the Audio/Subtitle Records. Re-arrange the ↵ | sr55 | 2020-02-07 | 7 | -24/+47 | |
| | | | | buttons to be more consistent with the MacGui bringing the selection behaviour button closer to the left side. Fix Localisation Issue on the Add Subtitle button. #2553 | |||||
* | qsv: enable qsv decoding by default | agalin89 | 2020-02-07 | 1 | -1/+1 | |
| | ||||||
* | Replace `/` in default path with windows compatible '\' | ^x3ro | 2020-02-07 | 1 | -3/+4 | |
| | | | | | | | | | | | | Windows usually uses a back-slash `\` as path separator. However, many applications (e.g. the Windows Explorer) also support using forward-slashes `/` and replace them with `\`. HandBrake did not do this and as a result, the path was broken when using e.g. `{source_path}/converted` as "Default Path". (See #2522) This commit fixes this issue by replacing `/` with `\` before further processing the path. | |||||
* | WinGui: AutoPassthru is now implemented using libhb using ↵ | sr55 | 2020-02-07 | 6 | -9/+96 | |
| | | | | hb_autopassthru_get_encoder. This should solve a number of issues around selection. Fixes #2627 and #2611 | |||||
* | WinGui: Bump HandBrakeTools to .NET 4.8 so that developers don't need to ↵ | sr55 | 2020-02-07 | 2 | -2/+2 | |
| | | | | also install 4.7.1 if they don't already have the SDK for it. #2628 | |||||
* | WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582 | sr55 | 2020-02-05 | 4 | -12/+15 | |
| | ||||||
* | WinGui: Improve the way the Audio and Subtitle Language selection is ↵ | sr55 | 2020-02-05 | 3 | -13/+45 | |
| | | | | handled. When "(Any)" is used, make sure to honour the order of any languages that are also selected as a priority. Fixes #2611 | |||||
* | WinGui: Move Handling of AutoPassthru to the UI so it more clearly reflects ↵ | sr55 | 2020-02-05 | 1 | -1/+7 | |
| | | | | what is happening and allows correct processing of fallback encoder values. Fixes #2619 | |||||
* | WinGui: Add a preference to enable/disable the power state monitoring. Also ↵ | sr55 | 2020-02-05 | 8 | -23/+107 | |
| | | | | allow the user to set battery level % since Windows default of 32% is a bit high. This only shows on systems with a battery. Also resolve some UI rendering isssue on pause/resume. Fixes #2615 | |||||
* | WinGui: Always set UsePictureFilters to true for legacy preset support. #2531 | sr55 | 2020-02-01 | 1 | -0/+1 | |
| | ||||||
* | Add fr locale | Nomis101 | 2020-01-31 | 1 | -13/+27 | |
| | | | | Also update fr locale | |||||
* | WinGUI: Update de, es and ja locale | Nomis101 | 2020-01-31 | 3 | -34/+49 | |
| | ||||||
* | WinGui: Main Window Status label not updating correctly when resetting jobs. ↵ | sr55 | 2020-01-25 | 5 | -11/+25 | |
| | | | | Fixes #2538 | |||||
* | WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587 | sr55 | 2020-01-18 | 2 | -3/+6 | |
| | ||||||
* | WinGui: Fix an issue where default settings were not getting loaded. Fixes #2549 | sr55 | 2020-01-15 | 4 | -504/+76 | |
| | | | | Note, you'll need to competely delete all settings.json files in the %appdata%/HandBrake folder for a full recovery. | |||||
* | WinGui: Improve rendering of queue filename when the filename > 1 line for ↵ | sr55 | 2020-01-13 | 1 | -2/+2 | |
| | | | | the listbox. Fixes #2570 | |||||
* | WinGui: Split the Copyright away from the GPL license information. Fixes #2551 | sr55 | 2020-01-13 | 4 | -8/+26 | |
| | ||||||
* | WinGUI: Update de and ja locale | Nomis101 | 2020-01-09 | 2 | -26/+64 | |
| | ||||||
* | WinGui: Fix an issue that prevented default settings from being loaded if no ↵ | sr55 | 2020-01-06 | 2 | -105/+3 | |
| | | | | settings file was found (bug introduced after cproj format updates) | |||||
* | Update copyright dates to 2020. | Bradley Sepos | 2020-01-01 | 7 | -7/+7 | |
| | ||||||
* | WinGui: Some cosmetic improvements to the Dark Theme. (Toolbar and ↵ | sr55 | 2020-01-01 | 5 | -25/+141 | |
| | | | | GroupBox's get a minor improvement) | |||||
* | WinGui: Improve the way updates are notified. The status label isn't visible ↵ | sr55 | 2019-12-29 | 5 | -4/+45 | |
| | | | | when the application starts and will be reset during scan thus wasn't appropiate. The Source Selection Pane which shows on startup will now show a link that opens the Options Update tab. | |||||
* | WinGui: Improve Option text block positioning for last commit. | sr55 | 2019-12-29 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Improve "Send File To". It's arguments text box now accepts ↵ | sr55 | 2019-12-29 | 7 | -61/+32 | |
| | | | | "{source}" and "{destination}" as parameters. #2544 | |||||
* | WinGui: Experimental Worker Process (Basic logging is now operational) + UI ↵ | sr55 | 2019-12-29 | 31 | -405/+532 | |
| | | | | Infrastructure (currently hidden) needed for the feature. + More Refactoring. | |||||
* | WinGui: Build Fix | sr55 | 2019-12-28 | 3 | -1/+28 | |
| | ||||||
* | WinGui: First step in a long overdue cleanup of the logging code. Stripped ↵ | sr55 | 2019-12-28 | 16 | -390/+125 | |
| | | | | out a bunch of unneeded code | |||||
* | WinGui: Building out the Web API needed for the background worker process. ↵ | sr55 | 2019-12-27 | 11 | -29/+515 | |
| | | | | Includes initial support for encoding, logging and basic utility commands. | |||||
* | WinGui: Update all complete translations and add Japanese as a language choice. | sr55 | 2019-12-24 | 19 | -18351/+21146 | |
| | ||||||
* | WinGui: Cosmetic: Increase slightly the default size of the queue window, ↵ | sr55 | 2019-12-23 | 2 | -5/+6 | |
| | | | | and allow the left pane to grow a bit larger when upscaling the window. #2527 | |||||
* | WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519 | sr55 | 2019-12-21 | 8 | -15/+25 | |
| | ||||||
* | WinGui: Fix Dimension ComboBox colour on Dark Theme for the Add Preset Window. | sr55 | 2019-12-20 | 1 | -1/+0 | |
| | ||||||
* | WinGui: Change the invalid path errors from an Exception Window to a ↵ | sr55 | 2019-12-20 | 1 | -1/+2 | |
| | | | | standard Error Message Box. Fixes #2518 | |||||
* | WinGui: Fix a few issues with the build system post format changes. | sr55 | 2019-12-18 | 3 | -4/+9 | |
| | ||||||
* | WinGui: Remove the AppX project from the solution. It's not used. | sr55 | 2019-12-18 | 1 | -4/+0 | |
| | ||||||
* | WinGui: Update the cproj file to use the new Project SDK style format. | sr55 | 2019-12-18 | 3 | -843/+90 | |
| | ||||||
* | WinGui: Switch The WPF Project to .NET 4.8 | sr55 | 2019-12-18 | 2 | -2/+2 | |
| | ||||||
* | WinGui: Switch HandBrake.Interop over to .NET Standard 2.0 and Project Style ↵ | sr55 | 2019-12-18 | 7 | -448/+25 | |
| | | | | SDK. | |||||
* | WinGui: Switch all projects to use PackageReferences. | sr55 | 2019-12-18 | 4 | -45/+22 | |
| | ||||||
* | WinGui: Bump version to 1.4 on master | sr55 | 2019-12-18 | 5 | -7/+7 | |
| |