summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Use ExecWait instead of Exec for the installer. This should prevent ↵sr552017-08-264-8/+8
| | | | the install from continuing until the uninstall process has completed.
* WinGui: Various improvements and fixes to the new summary tab. Revert tab ↵sr552017-08-266-70/+135
| | | | order change. #833
* WinGui: Summary Tab - Make the preview controls operational. #833sr552017-08-236-18/+125
|
* WinGui: Put the Video Tab after the Summary tab rather than the Pictures ↵sr552017-08-231-3/+3
| | | | tab. Consistent with the Mac UI. #833
* WinGui: Hide the Preview Count on the Summary tab until preview scrolling is ↵sr552017-08-231-1/+1
| | | | implemented.
* WinGui: Implement "Open Source" and "Open Destination" on the Queue context ↵sr552017-08-235-3/+124
| | | | menu. #863
* WinGui: Add basic source information to the main window. #833sr552017-08-234-4/+63
|
* WinGui: Initial implementation of the Summary Tab. This may be subject to ↵sr552017-08-2312-219/+1003
| | | | change. #833
* WinGui: Improve the QueueTask Surrogate key. It now contains a session id to ↵sr552017-08-181-5/+7
| | | | prevent issues with the queue reloads.
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-188-3/+101
| | | | will now be disabled.
* WinGui: Give the QueueTask object a distinct surrogate key #854sr552017-08-181-59/+18
|
* WinGUI: Reorder Align A/V Start control.Bradley Sepos2017-07-261-9/+8
|
* WinGUI: Really update NLMeans tooltip.Bradley Sepos2017-07-241-1/+1
|
* MacGUI, WinGUI: Add NLMeans threads parameter to syntax in tooltips.Bradley Sepos2017-07-241-1/+1
| | | | Windows should fetch this dynamically but I updated the related comment for good measure.
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-051-1/+1
|
* WinGui: Don't enable the Display Width control for Custom Anamorphic when ↵sr552017-07-042-16/+23
| | | | KeepAR is checked. Implement Reduce function for PAR so that the behaviour matches the Linux GUI. Couple of Logic and ordering bug fixes.
* instead of language name, use language code for prefered audio and prefered ↵Strangelovian2017-07-032-3/+6
| | | | subtitle selection
* WinGui: Adding support for Custom Anamorphic back. Implements #504sr552017-06-285-33/+30
|
* WinGui: Fix a couple code warnings.sr552017-06-271-2/+1
|
* WinGui: AutoName Sort the InvalidFileNameChars Array before doing a Binary ↵sr552017-06-261-2/+3
| | | | Search on it.
* WinGUI: Change Selection Behaviour to Selection Behavior.Bradley Sepos2017-06-242-4/+4
| | | | Good way to test signing with OpenPGP/GPG.
* Change configure default language to selection behavioursr552017-06-232-4/+4
|
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵sr552017-06-231-0/+2
| | | | identify the WinGui version that's checking for updates.
* WinGui: Add a "Or Drop File Here" box to the transparent area beside the ↵sr552017-06-171-1/+8
| | | | source selection to make the feature more prominent. Also decrease the transparency a bit to make the inactive backbround darker.
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-149-2/+61
| | | | don't support MP4 Edit Lists. #778
* WinGui: Set Framework version to 4.6.1sr552017-06-147-8/+8
|
* WinGui: Update the assembly info / version numbers / manifest.sr552017-06-117-22/+24
|
* WinGui: Fix an issue that prevented the static preview from updating as the ↵sr552017-06-081-1/+2
| | | | user alters the resolution settings. Fixes #715
* WinGui: Forgot to stage the tooltip seconds update.sr552017-06-081-1/+1
|
* WinGui: Set a app wide 15 second default for tooltips up from the standard 5 ↵sr552017-06-081-0/+3
| | | | seconds. In some select cases it's overridden to 20. Seems like a more reasonable compromise vs being too short and requiring too many attempts to hover over controls. Fixes #718
* WinGui: While Queue Jobs are in-progress, rotate the in-progress icon.sr552017-06-071-5/+22
|
* WinGui: Prevent the export of built-in presets. There is little point in ↵sr552017-06-073-13/+14
| | | | allowing this. The UI does not allow importing them. #768
* WinGui: Support importing preset categories that can be exported from the ↵sr552017-06-074-38/+70
| | | | MacGUI. Also fix a few minor bugs in the preset factory.
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵sr552017-06-076-56/+5
| | | | 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
* sharpen: Fix typos in tooltips.Bradley Sepos2017-06-072-4/+4
|
* sharpen: Use better tune names.Bradley Sepos2017-06-032-2/+2
|
* WinGui: Support for the new sharpen filter.sr552017-06-0215-14/+590
|
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵sr552017-05-313-3/+36
| | | | this option to none will not add a passthru track when the passthru codec does not match the source track. #623
* WinGui: Fix an issue with the start/stop buttons on the toolbar.sr552017-05-311-17/+0
|
* WinGui: Improved error message on Starting an encode or queue when the ↵sr552017-05-294-1/+30
| | | | destination drive is low on space. Fixes #748
* WinGui: Remove the legacy XML based queue import/export funcitonality. One ↵sr552017-05-294-16/+8
| | | | can still export to JSON for the CLI but currently import is still not supported for JSON.
* WinGui: Add a log message whent he queue is paused due to low disk space. ↵sr552017-05-277-62/+91
| | | | Improve handling of automated queue pausing. #748
* WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" ↵sr552017-05-244-18/+4
| | | | option. It doesn't make sense. This fixes an issue where we couldn't load "all" due to the preset key for it being a 2 state bollean rather than a 3 state option.
* WinGui: Improved logging around SCANDONE and some additional defensive ↵sr552017-05-021-1/+1
| | | | programming to try track down this never ending scan.
* WinGui: Minor change that might help #688sr552017-04-292-5/+5
|
* WinGui: Save file before committing :( #695sr552017-04-291-1/+1
|
* WinGui: Change to the queue duplicate detection. It currently filters by ↵sr552017-04-291-2/+1
| | | | "Waiting" tasks. This now extends that to "In Progress". "Completed/Error" will continue to allow jobs to be added to the queue. Fixes #695
* WinGui: Change a message box to an error window when exceptions occur in ↵sr552017-04-291-2/+2
| | | | setting the destination.
* WinGui: Fix a possible exception when cancelling and rescanning a source ↵sr552017-04-161-1/+5
| | | | that would cause it to never complete the second time. Fixes #671
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ↵sr552017-04-157-26/+106
| | | | indication in the UI. #676