Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Add a new option to autoname that mimic's an unintended behaviour of ↵ | sr55 | 2020-01-01 | 1 | -0/+19 |
| | | | | 1.2 "Always use the default path for each new name generated" #2434 | ||||
* | WinGui: Fix an issue with autoname file format not being stored correctly. ↵ | sr55 | 2019-11-15 | 1 | -1/+1 |
| | | | | | | Fixes #2422 (cherry picked from commit 6b456f00d3cb720e940959c6fc9963eacdec8bc3) | ||||
* | WinGui: Catchup some remaining strings that were not localisable. #2345 | sr55 | 2019-10-13 | 1 | -92/+30 |
| | |||||
* | WinGui: Make a number of UI compoents translatable. #2345 | sr55 | 2019-10-05 | 1 | -1/+1 |
| | |||||
* | WinGui: Make the Dark Theme Windows 10 only. | sr55 | 2019-08-12 | 1 | -0/+2 |
| | |||||
* | WinGui: Remove the experimental embedded queue. It's not been working right ↵ | sr55 | 2019-07-14 | 1 | -25/+0 |
| | | | | for a while and I don't intend to develop it out. | ||||
* | WinGui: Build out code for active monitoring of storage and battery power ↵ | sr55 | 2019-07-05 | 1 | -2/+2 |
| | | | | | | | | | | on the system. (Similar to what the LinUI does) - Automatic pause on "Low" or "Critical" battery alarms. The % level is set in Windows power settings. Automatic Resume when AC returns, if it was paused by an alarm. - Automatic encode pause when destination drive drops below 2GB. (May make this a preference set later) - Behaviour of pause queue on low disk space with a user defined level in preferences is unchanged. #2109 #2181 | ||||
* | WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵ | sr55 | 2019-06-24 | 1 | -32/+26 |
| | | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162 | ||||
* | WinGui: Few minor features + Early access to a new "Dark" theme. It's not ↵ | sr55 | 2019-06-16 | 1 | -15/+28 |
| | | | | yet complete but will give a general idea of the look and feel! (Can be toggled on in preferences) | ||||
* | WinGui: Add a "Test" button to the When Done Audio options. Also log the ↵ | sr55 | 2019-06-06 | 1 | -0/+26 |
| | | | | "MediaFailed" event to the log otherwise we get silent failures. #2130 | ||||
* | WinGui: Add Preference to perform the When Done Action immediately without ↵ | sr55 | 2019-05-22 | 1 | -14/+35 |
| | | | | the 60 second prompt. (off by default) | ||||
* | WinGui: Auto-name System will now always generate a unique filename. The ↵ | sr55 | 2019-04-21 | 1 | -1/+60 |
| | | | | Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs. | ||||
* | WinGui: New option to control the file overwrite default behaviour. ↵ | sr55 | 2019-04-20 | 1 | -3/+23 |
| | | | | Overwrite or Ask. | ||||
* | WinGui: Reafactor application init and introduce a --no-hardware flat that ↵ | sr55 | 2019-04-06 | 1 | -1/+1 |
| | | | | can be added to HandBrake.exe to disable hardware encoder support. | ||||
* | WinGui: Remove the legacy queue design. The new design is now always used. | sr55 | 2019-03-03 | 1 | -15/+0 |
| | |||||
* | WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. ↵ | sr55 | 2019-02-11 | 1 | -0/+3 |
| | | | | The preferences Video tab now notes that hardware encoding options are disabled. | ||||
* | WinGui: Make the toolbar customisation options more discoverable by making ↵ | sr55 | 2019-01-14 | 1 | -2/+33 |
| | | | | them preferences in the options screen. | ||||
* | WinGui: Tidy up a few instances of mesagebox.show. | sr55 | 2018-11-24 | 1 | -2/+2 |
| | |||||
* | WinGui: Fixing various UI Localisation issues and missing strings. #1597 | sr55 | 2018-11-19 | 1 | -8/+8 |
| | |||||
* | WinGui: Adding Language support to the UI. Adding Partial Translation for ↵ | sr55 | 2018-11-11 | 1 | -0/+24 |
| | | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669 | ||||
* | WinGui: Limit the experimental features to the nightly builds. | sr55 | 2018-11-02 | 1 | -0/+8 |
| | |||||
* | WinGui: Remove the preference to show the advanced tab. This can still be ↵ | sr55 | 2018-10-20 | 1 | -19/+0 |
| | | | | toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly. | ||||
* | WinGui: Simplify the Language Resource Files. | sr55 | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | WinGui: Implementing the new queue design. This is currently experimental ↵ | sr55 | 2018-09-22 | 1 | -8/+20 |
| | | | | and has to be explicitly enabled in preferences -> General #1087 | ||||
* | WinGui: Remove temp VCE hack. | sr55 | 2018-07-21 | 1 | -2/+1 |
| | |||||
* | WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵ | sr55 | 2018-07-18 | 1 | -6/+6 |
| | | | | format will automatically transfer and the legacy files will be removed. | ||||
* | WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵ | sr55 | 2018-06-29 | 1 | -15/+78 |
| | | | | be disabled. | ||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 1 | -3/+3 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Remove some unnecessary version / bitness calls in the Services library. | sr55 | 2018-05-08 | 1 | -1/+1 |
| | |||||
* | option to disable preview on summary tab (issue #1267) | Sebastian Janning | 2018-04-10 | 1 | -3/+23 |
| | |||||
* | WinGui: Make the QSV Decoding options clearer. | sr55 | 2017-12-13 | 1 | -9/+9 |
| | |||||
* | WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ↵ | sr55 | 2017-12-13 | 1 | -1/+17 |
| | | | | preferences. | ||||
* | WinGui: Make the app UWP aware. When in a UWP container, the update options ↵ | sr55 | 2017-08-18 | 1 | -0/+8 |
| | | | | will now be disabled. | ||||
* | WinGui: AutoName Sort the InvalidFileNameChars Array before doing a Binary ↵ | sr55 | 2017-06-26 | 1 | -2/+3 |
| | | | | Search on it. | ||||
* | Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵ | sr55 | 2017-06-07 | 1 | -34/+2 |
| | | | | problems and it's maximum 5% performance improvement (in ideal circumstances) doesn't justify the effort to continue with it. The OpenCL framework will remain in place in case we decide to use it for something in the future. Closes #690 | ||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-03-26 | 1 | -10/+10 |
| | |||||
* | WinGui: Remove a couple instances of VistaOpenFileDialog in favour of the ↵ | sr55 | 2017-03-17 | 1 | -2/+2 |
| | | | | native WPF api. | ||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 1 | -1/+1 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | WinGui: Add a new option to play Sound when queue or single encode completes | sr55 | 2017-03-16 | 1 | -4/+66 |
| | |||||
* | WinGui: Add option to show progress percentage in app title bar, and the ↵ | sr55 | 2017-03-16 | 1 | -1/+23 |
| | | | | task tray header and system tray tooltip. (Configured via preferences). #630 | ||||
* | WinGui: Remove disk space warning from browser and allow the low level to be ↵ | sr55 | 2017-03-05 | 1 | -4/+23 |
| | | | | configurable in options. Resolves #590 | ||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 1 | -12/+13 |
| | |||||
* | WinGui: Fix a stack overflow exception in Options screen that was causing a ↵ | sr55 | 2017-01-09 | 1 | -1/+0 |
| | | | | settings reset. | ||||
* | WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, ↵ | sr55 | 2017-01-08 | 1 | -1/+9 |
| | | | | MainWindow and Preferences | ||||
* | WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵ | sr55 | 2016-12-26 | 1 | -0/+33 |
| | | | | encoders. (Was on by default and not configurable. Now off by default but configurable) | ||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 1 | -0/+3 |
| | |||||
* | WinGui: Don't allow the user to enter invalid filename characters in the ↵ | sr55 | 2016-05-13 | 1 | -3/+40 |
| | | | | "File Format" autoname text box. Also sanitise the input on startup for legacy users which bad options. Fixes #182 | ||||
* | WinGui: Improve the security of the update checker on windows. This download ↵ | sr55 | 2016-04-29 | 1 | -1/+1 |
| | | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin. | ||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 1 | -0/+1 |
| | | | | more portable. | ||||
* | WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵ | sr55 | 2016-03-21 | 1 | -23/+0 |
| | | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this. |