Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinUI: Notify of display field changes for QueueStats (#2488) | Joshua Shaffer | 2019-12-09 | 1 | -4/+7 |
| | | | | (cherry picked from commit 667554622bbb22e214cdd312e408a37247008310) | ||||
* | WinGui: Limit iPod atom to H.264. Fixes #2490 | sr55 | 2019-12-09 | 1 | -1/+2 |
| | | | | (cherry picked from commit 56a0493beb33fea858bb3f795799994f37523614) | ||||
* | WinGui: Invoke QueueChanged after Import | Joshua Shaffer | 2019-12-09 | 1 | -0/+4 |
| | |||||
* | WinGui: Force a built-in preset update on libhb preset version change. #2421 | sr55 | 2019-11-15 | 1 | -2/+8 |
| | | | | (cherry picked from commit 7584e783ef87186b60395c29b375e8ec25991c1b) | ||||
* | WinGui: Fix an issue with Closed Captions Automation not working. Fixes #2402 | sr55 | 2019-11-10 | 1 | -14/+12 |
| | |||||
* | WinGui: Catchup some remaining strings that were not localisable. #2345 | sr55 | 2019-10-13 | 2 | -5/+8 |
| | |||||
* | WinGui: Queue Stats cosmetics | sr55 | 2019-10-04 | 1 | -8/+67 |
| | |||||
* | WinGui: Optional support for previewing flip/rotate. #2334 | sr55 | 2019-10-01 | 1 | -1/+1 |
| | |||||
* | WinGui: | sr55 | 2019-09-22 | 5 | -20/+50 |
| | | | | | | - Add a non-static wrapper around HbFunctions.cs - Add a Wrapper Provider that for now, returns only a direct in-process wrapper instance for libhb HbFunctions calls. - Update all calls to use the new non-static wrapper provider / interface | ||||
* | WinGui: Make a note of what the base preset was in the log when starting an ↵ | sr55 | 2019-09-08 | 5 | -7/+21 |
| | | | | encode #2298 | ||||
* | WinGui: Fix 2 issues with audio track names. First, Name was not updating ↵ | sr55 | 2019-09-01 | 1 | -4/+19 |
| | | | | correctly when changing source track. Second, user defined names were overwritten during json creation for the encode. Fixes #2286 | ||||
* | WinGui: Fix a subtitle related error when adding to queue. Fixes #2253 | sr55 | 2019-08-18 | 1 | -1/+4 |
| | |||||
* | WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ↵ | sr55 | 2019-08-12 | 6 | -26/+48 |
| | | | | for both Audio/Subtitles if the source track has it available and we support reading it from that type of source file. #855 #2213 | ||||
* | WinGui: Build out code for active monitoring of storage and battery power ↵ | sr55 | 2019-07-05 | 5 | -1/+177 |
| | | | | | | | | | | 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: Nice display of statistics when information isn't available. #2179 | sr55 | 2019-07-03 | 1 | -1/+48 |
| | |||||
* | WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵ | sr55 | 2019-06-24 | 5 | -23/+16 |
| | | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162 | ||||
* | WinGui: Re-implement queue import/export functionality for the GUI. Note, ↵ | sr55 | 2019-06-07 | 2 | -213/+40 |
| | | | | | | 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 | ||||
* | WinGui: Add a "Test" button to the When Done Audio options. Also log the ↵ | sr55 | 2019-06-06 | 1 | -1/+2 |
| | | | | "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 | 1 | -0/+36 |
| | | | | encoder is selected on the Audio Defaults screen. Also add the ? as the MacGui has. #2135 | ||||
* | WinGui: Add Preference to perform the When Done Action immediately without ↵ | sr55 | 2019-05-22 | 1 | -4/+9 |
| | | | | the 60 second prompt. (off by default) | ||||
* | WinGui: Fix Copyright header | sr55 | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | WinGui: Clean-up the preset archive code. New filename format for archive ↵ | sr55 | 2019-05-12 | 1 | -39/+24 |
| | | | | files is presets.json.version.archive to make it easier to identify what preset version it came from. i.e. presets.json.36_0_0.archive | ||||
* | WinGui: Improvements for #2090 | sr55 | 2019-05-12 | 2 | -4/+38 |
| | | | | | - Support upgrading presets from 1.2.2 and later. Preset importer required some fixes to allow this to operate. - Changed Import Presets function to ignore built-in presets when the user tries to import the presets.json file. Cuts down on the volume of errors they'll get doing so. | ||||
* | WinGui: Use hb_presets_read_file_json to read the UI presets file. This ↵ | sr55 | 2019-05-11 | 2 | -47/+17 |
| | | | | allows us to better handle version upgrades without resetting everything back to 0. | ||||
* | WinGui: More Robust Queue Backup and Recovery. | sr55 | 2019-05-11 | 1 | -3/+12 |
| | |||||
* | WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵ | sr55 | 2019-05-10 | 9 | -970/+944 |
| | | | | | | the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version. | ||||
* | WinGui: Update the UI for the new deblock filter. #2028 | sr55 | 2019-05-02 | 5 | -13/+17 |
| | |||||
* | WinGui: Fix a preset import ordering bug that could produce an incorrect ↵ | sr55 | 2019-04-22 | 1 | -2/+2 |
| | | | | audio bitrate. Fixes #2062 | ||||
* | WinGui: New option to control the file overwrite default behaviour. ↵ | sr55 | 2019-04-20 | 1 | -1/+1 |
| | | | | Overwrite or Ask. | ||||
* | WinGui: Don't export Rotate is not set in preset export. Fixes #2047 | sr55 | 2019-04-17 | 1 | -1/+6 |
| | |||||
* | 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: Add log messages around preset service actions that were not ↵ | sr55 | 2019-03-09 | 1 | -17/+16 |
| | | | | previously logged. | ||||
* | WinGui: Remove the legacy queue design. The new design is now always used. | sr55 | 2019-03-03 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix a crash for new installs or users upgrading from older versions. ↵ | sr55 | 2019-02-19 | 1 | -0/+4 |
| | | | | Fixes #1916 | ||||
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 1 | -0/+4 |
| | | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time. | ||||
* | WinGui: Remove hard coded ordering on the in-line presets selector. | sr55 | 2019-02-11 | 1 | -40/+55 |
| | |||||
* | WinGui: Fix instance handling in Libencode. | sr55 | 2019-02-03 | 1 | -17/+17 |
| | |||||
* | WinGui: Make the disposal of services more aggressive. May Fix or help in #1851 | sr55 | 2019-02-02 | 4 | -50/+98 |
| | |||||
* | WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle ↵ | sr55 | 2019-01-27 | 2 | -3/+5 |
| | | | | post selection. | ||||
* | WinGui: Fix preset updates. Built in presets should now automatically ↵ | sr55 | 2019-01-18 | 1 | -66/+55 |
| | | | | update. It will try and preserve old prests but this may not always be possible. | ||||
* | WinGui: Initial support for SSA file import. | sr55 | 2019-01-14 | 2 | -7/+8 |
| | |||||
* | WinGui: Strip out some legacy code for x264 options handling. | sr55 | 2019-01-12 | 4 | -109/+48 |
| | |||||
* | WinGui: Remove support for loading legacy settings files AND add VideoScaler ↵ | sr55 | 2019-01-03 | 1 | -53/+2 |
| | | | | to the reset legacy settings list to avoid crash issues. Fixes #1782 | ||||
* | WinGui: Quick Fix of shutdown option for German translation. | sr55 | 2018-12-16 | 1 | -0/+6 |
| | |||||
* | WinGui: Try to work-around broken shell extensions breaking the Shutdown ↵ | sr55 | 2018-12-15 | 1 | -1/+3 |
| | | | | feature. | ||||
* | WinGui: Reset the cancel flag on the Countdown Window for post-encode ↵ | sr55 | 2018-12-15 | 1 | -1/+1 |
| | | | | actions. #1729 | ||||
* | WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵ | sr55 | 2018-12-09 | 2 | -1/+2 |
| | | | | manager. The consumers should manage this themselves. | ||||
* | WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵ | sr55 | 2018-12-08 | 1 | -1/+1 |
| | | | | other warnings in the code. | ||||
* | WinGui: Tidy up a few instances of mesagebox.show. | sr55 | 2018-11-24 | 1 | -2/+2 |
| |