Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Remove OpenCL code that was breaking things. | sr55 | 2017-06-14 | 4 | -19/+2 |
| | |||||
* | WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵ | sr55 | 2017-06-14 | 11 | -2/+68 |
| | | | | don't support MP4 Edit Lists. #778 | ||||
* | WinGui: Set Framework version to 4.6.1 | sr55 | 2017-06-14 | 9 | -10/+10 |
| | |||||
* | WinGui: Update the assembly info / version numbers / manifest. | sr55 | 2017-06-11 | 9 | -24/+26 |
| | |||||
* | WinGui: Fix an issue that prevented the static preview from updating as the ↵ | sr55 | 2017-06-08 | 1 | -1/+2 |
| | | | | user alters the resolution settings. Fixes #715 | ||||
* | WinGui: Forgot to stage the tooltip seconds update. | sr55 | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | WinGui: Set a app wide 15 second default for tooltips up from the standard 5 ↵ | sr55 | 2017-06-08 | 1 | -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. | sr55 | 2017-06-07 | 1 | -5/+22 |
| | |||||
* | WinGui: Prevent the export of built-in presets. There is little point in ↵ | sr55 | 2017-06-07 | 3 | -13/+14 |
| | | | | allowing this. The UI does not allow importing them. #768 | ||||
* | WinGui: Support importing preset categories that can be exported from the ↵ | sr55 | 2017-06-07 | 5 | -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 ↵ | sr55 | 2017-06-07 | 7 | -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 Sepos | 2017-06-07 | 2 | -4/+4 |
| | |||||
* | sharpen: Use better tune names. | Bradley Sepos | 2017-06-03 | 2 | -2/+2 |
| | |||||
* | WinGui: Support for the new sharpen filter. | sr55 | 2017-06-02 | 19 | -14/+626 |
| | |||||
* | WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵ | sr55 | 2017-05-31 | 3 | -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. | sr55 | 2017-05-31 | 1 | -17/+0 |
| | |||||
* | WinGui: Improved error message on Starting an encode or queue when the ↵ | sr55 | 2017-05-29 | 4 | -1/+30 |
| | | | | destination drive is low on space. Fixes #748 | ||||
* | WinGui: Remove the legacy XML based queue import/export funcitonality. One ↵ | sr55 | 2017-05-29 | 4 | -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. ↵ | sr55 | 2017-05-27 | 7 | -62/+91 |
| | | | | Improve handling of automated queue pausing. #748 | ||||
* | WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" ↵ | sr55 | 2017-05-24 | 4 | -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. ↵ | sr55 | 2017-05-02 | 2 | -3/+4 |
| | | | | Fixes #713 | ||||
* | WinGui: Improved logging around SCANDONE and some additional defensive ↵ | sr55 | 2017-05-02 | 3 | -8/+24 |
| | | | | programming to try track down this never ending scan. | ||||
* | WinGui: Minor change that might help #688 | sr55 | 2017-04-29 | 2 | -5/+5 |
| | |||||
* | WinGui: Save file before committing :( #695 | sr55 | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Change to the queue duplicate detection. It currently filters by ↵ | sr55 | 2017-04-29 | 1 | -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 ↵ | sr55 | 2017-04-29 | 1 | -2/+2 |
| | | | | setting the destination. | ||||
* | WinGui: Fix a possible exception when cancelling and rescanning a source ↵ | sr55 | 2017-04-16 | 2 | -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 ↵ | sr55 | 2017-04-15 | 10 | -30/+145 |
| | | | | indication in the UI. #676 | ||||
* | WinGui: Strip out some out some legacy code that was causing some threading ↵ | sr55 | 2017-04-13 | 14 | -300/+29 |
| | | | | issues. | ||||
* | WinGui: Handle auto-passthru correctly in the mixdown sanatising code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a potential crash in the audio track mixdown handling code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Cancel Scan will now close the status panel if the scan cancellation ↵ | sr55 | 2017-04-11 | 2 | -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 ↵ | sr55 | 2017-04-10 | 3 | -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. ↵ | sr55 | 2017-04-10 | 1 | -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 ↵ | sr55 | 2017-04-10 | 1 | -0/+11 |
| | | | | default mixdown for the source track / encoder. #661 | ||||
* | WinGui: Remove fonts directory from installer. | sr55 | 2017-03-26 | 4 | -45/+0 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-03-26 | 26 | -325/+324 |
| | |||||
* | WinGui: Change the default behaviour for the WinGui to automatically use ↵ | sr55 | 2017-03-22 | 5 | -11/+27 |
| | | | | fallback track in situations where the selected passthru is not valid. The UI will by default select the fallback now. Fixes #646 | ||||
* | WinGui: Fix an issue with the EnumHelper that was causing some dropdowns not ↵ | sr55 | 2017-03-22 | 1 | -1/+1 |
| | | | | to render correctly. | ||||
* | WinGui: Inlcude portable.ini.template with the WinGUI installer. | sr55 | 2017-03-18 | 4 | -0/+4 |
| | |||||
* | WinGui: Remove unnecessary libraries folder. | sr55 | 2017-03-17 | 2 | -1072/+0 |
| | |||||
* | WinGui: Remove some unused service references. | sr55 | 2017-03-17 | 1 | -2/+0 |
| | |||||
* | WinGui: Remove a couple instances of VistaOpenFileDialog in favour of the ↵ | sr55 | 2017-03-17 | 1 | -2/+2 |
| | | | | native WPF api. | ||||
* | WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵ | sr55 | 2017-03-17 | 22 | -182/+132 |
| | | | | as it's not currently compatible with .NET standard. | ||||
* | WinGui: Fix a crash in the Notify Icon Service when Notify Icon is not enabled. | sr55 | 2017-03-17 | 1 | -1/+4 |
| | |||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 7 | -25/+25 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | WinGui: Add a new option to play Sound when queue or single encode completes | sr55 | 2017-03-16 | 7 | -4/+130 |
| | |||||
* | WinGui: Add option to show progress percentage in app title bar, and the ↵ | sr55 | 2017-03-16 | 15 | -7/+139 |
| | | | | task tray header and system tray tooltip. (Configured via preferences). #630 | ||||
* | subtitles: simplify and shorten subtitle descriptions (#591) | John Stebbins | 2017-03-10 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * subtitles: simplify and shorten subtitle descriptions Generally, it eliminates parens to make things more readable. I.e. it turns this: English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB) Into this: English, Closed Caption [Wide Screen, VOBSUB] * Revise punctuation per BradleyS request * fix subtitle description formatting * incorporate suggestions from PR | ||||
* | WinGui: Remove disk space warning from browser and allow the low level to be ↵ | sr55 | 2017-03-05 | 7 | -22/+81 |
| | | | | configurable in options. Resolves #590 |