Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | WinGui: Add support in the UI for QSV 10bit H.265 encoder. | sr55 | 2017-03-05 | 5 | -12/+42 |
| | |||||
* | WinGui: Rework of the preset system | sr55 | 2017-03-04 | 13 | -197/+637 |
| | | | | | | | | - Better support for categories. - Switched from a List to Treeview Control. - Remember the expansion state of each group - Put User Presets on top after next save. Closes #445 | ||||
* | Enabled "Per monitor DPI awareness" | Waterflames | 2017-02-18 | 2 | -0/+14 |
| | | | | | | | | | This commit adds entries to app.config and app.manifest to enable per monitor DPI awareness in Windows 10. The application will behave as before on platforms that do not support this. The implementation was done using official Microsoft documentation: https://github.com/Microsoft/WPF-Samples/tree/master/PerMonitorDPI | ||||
* | WinGui: Fix a logic error in 8vs10bit video encoder detection in the ↵ | sr55 | 2017-02-17 | 1 | -1/+1 |
| | | | | advanced view. | ||||
* | Fixed Botton to Bottom | supachris28 | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | WinGui: Further Relax the stylecop rules. | sr55 | 2017-02-11 | 1 | -0/+12 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 47 | -167/+162 |
| | |||||
* | WinGui: Remove old AssemblyInfo Templates. | sr55 | 2017-02-11 | 3 | -96/+0 |
| | |||||
* | WinGui: Setup the Stylecop rules to be a bit more relaxed. | sr55 | 2017-02-11 | 3 | -1/+23 |
| | |||||
* | WinGui: Remove CSV Reader library as we no longer use it. | sr55 | 2017-02-11 | 3 | -1538/+0 |
| | |||||
* | WinGui: Change the following libraries to use NuGet sources. | sr55 | 2017-02-11 | 22 | -16959/+29 |
| | | | | | | | - Gong-WPF-DragDrop (Upgraded to 0.1.4.3 -> 1.1.0) - NewtonSoft.Json (Upgraded to 7.0.0 -> 9.0.1) - Ookii.Dialogs 1.0 - Caliburn Micro (Upgraded to 2.0.2 -> 3.0.3) | ||||
* | WinGui: Add StyleCop.Analyzers NuGet package | sr55 | 2017-02-11 | 5 | -2/+35 |
| | |||||
* | WinGui: Further CProj Cleanup | sr55 | 2017-02-11 | 3 | -14/+3 |
| | |||||
* | WinGui: Tidy up Solution file builds. | sr55 | 2017-02-11 | 1 | -21/+1 |
| | |||||
* | WinGui: Remove Stylecop Classic. (As a side note, ↵ | sr55 | 2017-02-11 | 5 | -358/+0 |
| | | | | HandBrake.ApplicationServices now compiles cleanly under Mono) | ||||
* | WinGui: Remove HandBrake.Server library. We don't use it. | sr55 | 2017-02-11 | 4 | -159/+0 |
| | |||||
* | WinGui: Fix Tape, Sprite and HighMotion Denoise Tunes. #571 | sr55 | 2017-02-09 | 1 | -1/+7 |
| | |||||
* | WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559 | sr55 | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | WinGui: Order By Name R-Click option on Add to queue selection window. | sr55 | 2017-02-04 | 2 | -0/+33 |
| | |||||
* | WinGui: Remove further unneeded references from HandBrake.ApplicationServices | sr55 | 2017-02-03 | 1 | -7/+0 |
| | |||||
* | WinGui: Change the services library dll imports to be "hb" rather than ↵ | sr55 | 2017-02-03 | 1 | -92/+92 |
| | | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded. | ||||
* | WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵ | sr55 | 2017-02-03 | 6 | -31/+64 |
| | | | | and WindowsBase from the Services library. This makes the library more portable. | ||||
* | WinGui: Adding missing Tape and Sprite Denoise Tunes #544 | sr55 | 2017-01-25 | 1 | -0/+8 |
| | |||||
* | WinGui: Always use iso639 for srt language code rather than name. #541 | sr55 | 2017-01-24 | 3 | -2/+48 |
| | |||||
* | WinGui: Another fix to WhenDone. Should reset when the main window opens, ↵ | sr55 | 2017-01-23 | 1 | -0/+6 |
| | | | | not when preferences opens. | ||||
* | WinGui: Bump version to 1.0.3 for the future release. | sr55 | 2017-01-22 | 6 | -8/+8 |
| | |||||
* | WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings ↵ | sr55 | 2017-01-22 | 1 | -6/+7 |
| | | | | correctly. | ||||
* | WinGui: Set a min height on the queue selection window. | sr55 | 2017-01-21 | 1 | -0/+1 |
| | |||||
* | WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | UNC paths. #527 | ||||
* | WinGui: Remove extension check as it can cause an erroneous error when ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | setting the filename manually. | ||||
* | WinGui: Fix typo in #496 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Use new hb_opencl_set_enable function. #496 | sr55 | 2017-01-15 | 4 | -3/+8 |
| | |||||
* | WinGui: SplitButton was broken. #524 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix erroneous path and filename handling. #515 | sr55 | 2017-01-14 | 2 | -8/+18 |
| | |||||
* | WinGui: Fix a crash when saving presets for video encoders that don't have ↵ | sr55 | 2017-01-14 | 1 | -3/+3 |
| | | | | preset or profile options. #516 | ||||
* | WinGui: Fix an issue which prevented the GUI from parsing presets with ↵ | sr55 | 2017-01-13 | 3 | -4/+11 |
| | | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values. | ||||
* | WinGui: Put up a clearer error when we can't read older presets rather than ↵ | sr55 | 2017-01-12 | 4 | -5/+29 |
| | | | | just showing a stack trace. #513 |