summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Language consistency tweak in queue.sr552019-06-072-2/+2
|
* WinGui: Re-implement queue import/export functionality for the GUI. Note, ↵sr552019-06-076-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
* WinGui: Add a "Test" button to the When Done Audio options. Also log the ↵sr552019-06-066-3/+74
| | | | "MediaFailed" event to the log otherwise we get silent failures. #2130
* WinGui: Add logging to the PrePostActionServicesr552019-06-061-4/+22
|
* WinGui: Don't show encoder options when Fallback = None and a passthru ↵sr552019-06-0612-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 ↵sr552019-06-0112-200/+1009
| | | | | | PackageReferences for NuGet Packages." This reverts commit 7cf0e78155c1611d2055175d4b37fb04414f55c7.
* WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or ↵sr552019-06-011-1/+1
| | | | fallback encoder are set.
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for ↵sr552019-06-0112-1009/+200
| | | | NuGet Packages.
* WinGui: Add Preference to perform the When Done Action immediately without ↵sr552019-05-227-27/+85
| | | | the 60 second prompt. (off by default)
* WinGui: Fix Copyright headersr552019-05-221-1/+1
|
* WinGui: Better expose some of the UI actions in the Menus. Including ↵sr552019-05-151-1/+7
| | | | shortcuts for key commands. #2092
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
|
* WinGui: Clean-up the preset archive code. New filename format for archive ↵sr552019-05-121-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 #2090sr552019-05-126-8/+58
| | | | | - 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 ↵sr552019-05-1113-142/+125
| | | | allows us to better handle version upgrades without resetting everything back to 0.
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-112-3/+34
|
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵sr552019-05-1019-1005/+1019
| | | | | | 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: Add .editorconfigsr552019-05-082-4/+148
|
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK ↵sr552019-05-087-34/+235
| | | | | | project style. (#2068)" This reverts commit 7bd675b67fbadc193750377f7f2fc4b60a1ca193.
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project ↵David Rickard2019-05-087-235/+34
| | | | | style. (#2068) Updated solution to VS 2019
* WinGui: Fix fast decode tune with x264 vs x265. #2083sr552019-05-072-9/+12
|
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
|
* WinGui:sr552019-05-025-12/+18
| | | | | | - Update Gong-WPF-DragDrop to 2.0.1 - Update Newtonsoft JSON.NET to 12.0.2 - Update THANKS file.
* WinGui: Improved Language of the hardware encoder preferences to help avoid ↵sr552019-05-023-8/+22
| | | | confusion.
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-0212-39/+166
|
* WinGui: Minor refactoring of the AutoNameHelper class to improve code ↵sr552019-04-251-131/+130
| | | | readability.
* WinGui: Fix Autoname directory selectionsr552019-04-251-5/+3
|
* WinGui: Refactor Filters View Model - (Grayscale)sr552019-04-254-38/+99
|
* WinGui: Refactor Filters View Model - (Rotate and Flip)sr552019-04-254-60/+122
|
* WinGui: Refactor Filters View Model - (Deblock)sr552019-04-254-105/+103
|
* WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)sr552019-04-255-235/+264
|
* WinGui: Tidyup the new DetelecineFilter classsr552019-04-251-22/+4
|
* WinGui: Refactor Filters View Model - (Detelecine Filter)sr552019-04-254-78/+155
|
* WinGui: Refactor Filters View Model - (Denoise Filter)sr552019-04-255-154/+206
|
* WinGui: Refactor the Filters View Model. Each filter will now have it's own ↵sr552019-04-255-130/+233
| | | | ViewModel Item to simplify the code. (Sharpen Filter)
* WinGui: Updating German and Chinese Translations. Added French Translation.sr552019-04-238-60/+2648
|
* WinGui: Fix a preset import ordering bug that could produce an incorrect ↵sr552019-04-221-2/+2
| | | | audio bitrate. Fixes #2062
* WinGui: Update new default settings for collision behaviour.sr552019-04-211-1/+1
|
* WinGui: Auto-name System will now always generate a unique filename. The ↵sr552019-04-2110-62/+244
| | | | Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs.
* WinGui: Fix Typosr552019-04-212-2/+2
|
* WinGui: Improvements to Options layout. "General" tab has been split. "When ↵sr552019-04-205-46/+107
| | | | Done" options now get their own tab.
* WinGui: New option to control the file overwrite default behaviour. ↵sr552019-04-2018-92/+238
| | | | Overwrite or Ask.
* WinGui: Remove legacy delete.png icon and replace with grey X variant. ↵sr552019-04-198-6/+8
| | | | Better matches the rest of the apps icon styles. _dark variant still needs work.
* WinGui: Make the Queue Delete button more reliable. Doesn't need a double ↵sr552019-04-192-12/+18
| | | | click now for first use.
* WinGui: Another code path without error handling enabled for add to queue fixed.sr552019-04-191-1/+1
|
* WinGui: Various fixes and improvements to validation handling and options ↵sr552019-04-1910-88/+107
| | | | | | | | | in the UI. - Fixed add to queue error handling on 2 code paths that ignored errors returned. - AutoName will now guarantee a unique filename rather than stop after the first attempt. - Options Pane now lists the available format and path variables that can be used in the UI (rather than the tooltip) - Ordering of validation rules changed to be more sensible, especially when handling paths that end up same as source.
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
|
* WinGui: Don't export Rotate is not set in preset export. Fixes #2047sr552019-04-171-1/+6
|
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-161-0/+1
|
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
|