summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix an issue that was causing the handles to the scan libhb instance ↵sr552017-07-281-6/+3
| | | | to be recycle'd while it was still in use. Fixes #844 and #836
* 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: Simplify the GetPreview code and remove code that was causing the ↵sr552017-07-201-13/+4
| | | | BitMap buffers to incorrectly populate.
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-052-2/+2
|
* WinGui: Don't enable the Display Width control for Custom Anamorphic when ↵sr552017-07-043-16/+46
| | | | 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-232-0/+8
| | | | 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: Remove OpenCL code that was breaking things.sr552017-06-144-19/+2
|
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-1411-2/+68
| | | | don't support MP4 Edit Lists. #778
* WinGui: Set Framework version to 4.6.1sr552017-06-149-10/+10
|
* WinGui: Update the assembly info / version numbers / manifest.sr552017-06-119-24/+26
|
* 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-075-38/+75
| | | | 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-077-60/+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-0219-14/+626
|
* 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: Fix an issue with long chapters causing scans to fail to complete. ↵sr552017-05-022-3/+4
| | | | Fixes #713
* WinGui: Improved logging around SCANDONE and some additional defensive ↵sr552017-05-023-8/+24
| | | | 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-162-2/+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-1510-30/+145
| | | | indication in the UI. #676
* WinGui: Strip out some out some legacy code that was causing some threading ↵sr552017-04-1314-300/+29
| | | | issues.
* WinGui: Handle auto-passthru correctly in the mixdown sanatising code.sr552017-04-111-1/+1
|
* WinGui: Fix a potential crash in the audio track mixdown handling code.sr552017-04-111-1/+1
|
* WinGui: Cancel Scan will now close the status panel if the scan cancellation ↵sr552017-04-112-10/+16
| | | | fails for any reason. Rejigged the logging in the scan service to help debug intermittent failures of the scan completed event from firing.
* WinGui: Audio Defaults: Improve the Mixdown dropdown. Only show supported ↵sr552017-04-103-7/+43
| | | | mixdowns and automatically select the highest available mixdown if the encoder is limited and doesn't support the current selection.
* WinGui: Audio Defaults: Don't allow the user to set "None" as a mixdown. ↵sr552017-04-101-6/+6
| | | | It's not a valid option and breaks the bitrate dropdown.
* WinGui: Audio Defaults: If the mixdown is not supported, get the best ↵sr552017-04-101-0/+11
| | | | default mixdown for the source track / encoder. #661