summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵sr552019-05-1018-1002/+1015
| | | | | | 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.
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK ↵sr552019-05-081-6/+7
| | | | | | project style. (#2068)" This reverts commit 7bd675b67fbadc193750377f7f2fc4b60a1ca193.
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project ↵David Rickard2019-05-081-7/+6
| | | | | 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-022-7/+6
| | | | | | - 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-0211-35/+163
|
* 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-2014-78/+177
| | | | 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: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
|
* WinGui: Set the Countdown Alert to top most. #2032sr552019-04-111-1/+1
|
* WinGui: Improve the failed scan information window. #2025sr552019-04-084-7/+7
|
* WinGui: Allow "Esc" key to be pressed on the source selection window. #2026sr552019-04-081-1/+1
|
* WinGui: Retry menu item disabled state fixed on queue.sr552019-04-061-0/+4
|
* WinGui: Minor bug fixes and UX improvements to the new queue design.sr552019-04-064-4/+22
|
* WinGui: Add "hardware.enabled" option to portable.inisr552019-04-063-2/+20
|
* WinGui: Reafactor application init and introduce a --no-hardware flat that ↵sr552019-04-069-29/+85
| | | | can be added to HandBrake.exe to disable hardware encoder support.
* WinGui: Minor queue bugfix for delete actionsr552019-03-301-0/+5
|
* WinGui: Increase Queue Window size and make more space for the Filenames on ↵sr552019-03-294-10/+12
| | | | the left panel. #2009
* WinGui: Fix an issue where cropping was taking into account too late when ↵sr552019-03-241-14/+20
| | | | loading presets. Fixes #2007
* WinGui: More robust Timespan parsing.sr552019-03-231-3/+15
|
* WinGui: Add protection against unavailable directory in MRU List. Fixes #1995sr552019-03-171-2/+2
|
* WinGui: Move all image paths to be consistent.sr552019-03-101-4/+4
|
* WinGui: Fix inline queue.sr552019-03-102-2/+2
|
* WinGui: Log exceptions out to files in the log directory. #1950sr552019-03-091-27/+26
|
* WinGui: Add log messages around preset service actions that were not ↵sr552019-03-091-17/+16
| | | | previously logged.
* WinGui: Add some error checking into the Portable mode to guide users when ↵sr552019-03-094-23/+115
| | | | there are problems with probable.ini
* WinGui: Bind "Ctrl-C" on the Error window. This *may* be usable in some ↵sr552019-03-092-7/+34
| | | | instances where the screen doesn't render correctly to allow us to see the error. #1950