Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Add Support for the VCE Encoders. | sr55 | 2018-06-08 | 7 | -10/+101 |
| | |||||
* | WinGui: cproj tidyup | sr55 | 2018-06-05 | 2 | -191/+1 |
| | |||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 205 | -8399/+8392 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Additional Error Handling in EnumHelper | sr55 | 2018-06-05 | 1 | -6/+23 |
| | |||||
* | WinGui: Make nuspec file visible in project. | sr55 | 2018-06-01 | 1 | -1/+2 |
| | |||||
* | WinGui: Initial NuGet nuspec file. | sr55 | 2018-06-01 | 1 | -0/+25 |
| | |||||
* | Update WinGUI build script: allow SignTool.exe location to be specified and ↵ | Frederick Ding | 2018-05-31 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | assume x64 (#1376) * WinGUI: fix `SignToolLocation` typos in build.xml Previously, a mismatch between the condition (which checked for an empty `SignToolLocation`) and the action it took (by setting `SighToolLocation`) made it difficult to override the actual location of `SignTool.exe`. The bug was introduced in HandBrake/HandBrake@d375071be1158deb73ccb1d262310f15f231eca9 * WinGUI: Assume x64 platform in examples Since 32-bit Windows is no longer supported (HandBrake/HandBrake@ecbd10efbdf286b9a5248fd0a870036cd4437360), the comment at the top of `build.xml` for WinGUI shouldn't need a platform property anymore. `build.xml` is already set to assume x64 as the default platform. * WinGUI: minor typo fixes Just a few aesthetic changes with no effect on functionality | ||||
* | WinGui: Open and Save File dialogs on the main window, now have their own ↵ | sr55 | 2018-05-24 | 3 | -19/+65 |
| | | | | "MRU" initial directory target. #1353 | ||||
* | WinGui: Don't allow subtitle import before a source has been scanned. | sr55 | 2018-05-24 | 4 | -1/+22 |
| | |||||
* | WinGui: Add support for dropping .srt files onto the main window. When you ↵ | sr55 | 2018-05-24 | 3 | -15/+62 |
| | | | | do this, the Subtitles tab is activated and a subtitle track for each file dropped will be added. | ||||
* | WinGui: Potential Fix for #1288 Crash in the TreeViewHelper when selecting ↵ | sr55 | 2018-05-18 | 1 | -0/+5 |
| | | | | presets. | ||||
* | WinGui: Fix an issue with the Add preset window that prevented it from ↵ | sr55 | 2018-05-18 | 2 | -3/+19 |
| | | | | updating existing non-built-in presets. #1333 | ||||
* | WinGui: Some more backend work for the upcoming Queue redesign. | sr55 | 2018-05-18 | 3 | -16/+67 |
| | |||||
* | WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ↵ | sr55 | 2018-05-16 | 2 | -4/+19 |
| | | | | resized to full screen and also now supports spacebar selection once a record is selected to toggle the selection checkbox. Fixes #1341 | ||||
* | WinGui: Make the error checking more aggressive when adding to queue. Add ↵ | sr55 | 2018-05-09 | 3 | -5/+50 |
| | | | | support for bailing out if batch adding and errors occur. | ||||
* | WinGui: Remove Logging abstraction from the Services library. Let the ↵ | sr55 | 2018-05-08 | 17 | -166/+167 |
| | | | | library consumers decide how to log instead utilising the log events instead. | ||||
* | WinGui: Remove the need for ILog on the key Interop API surface. | sr55 | 2018-05-08 | 4 | -66/+64 |
| | |||||
* | WinGui: Remove some unnecessary version / bitness calls in the Services library. | sr55 | 2018-05-08 | 5 | -27/+4 |
| | |||||
* | WinGui: Update Version Numbers around the application / Installer. Update ↵ | sr55 | 2018-05-06 | 5 | -10/+10 |
| | | | | the Installer to download .NET 4.7.1 if missing. | ||||
* | WinGui: Tidy-up some erroneous namespaces. | sr55 | 2018-05-06 | 3 | -6/+0 |
| | |||||
* | WinGui: Remove some legacy Stylecop files and Update R# Teamshared Settings. | sr55 | 2018-05-06 | 3 | -42/+378 |
| | |||||
* | WinGui: Remove Non-Build Dependancy on Stylecop.Analyzers | sr55 | 2018-05-06 | 4 | -12/+0 |
| | |||||
* | WinGui: Upgrade to Json.NET 11.0.2 | sr55 | 2018-05-06 | 4 | -8/+6 |
| | |||||
* | WinGui: Upgrade to Caliburn Micro 3.2.0 | sr55 | 2018-05-06 | 2 | -13/+9 |
| | |||||
* | WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. ↵ | sr55 | 2018-05-06 | 6 | -32/+63 |
| | | | | The WPF project now has a conversion utility to take the raw byte[] to convert to bitmapimage. | ||||
* | WinGui: Upgrade to .NET Framework 4.7.1 | sr55 | 2018-05-06 | 5 | -5/+5 |
| | |||||
* | WinGui: For MP4 files, when subtitles are incompatible and we've already ↵ | sr55 | 2018-05-06 | 1 | -0/+5 |
| | | | | used a burn-in track, drop all additional subtitle tracks instead of adding them. | ||||
* | WinGui: Fix Tabbing behaviour on the main tab control. Fixes #1313 | sr55 | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵ | sr55 | 2018-05-01 | 2 | -2/+2 |
| | | | | on the Add Preset View. #1309 | ||||
* | WinGui: Fix an issue where the "When Done" would prevent HandBrake from ↵ | sr55 | 2018-04-29 | 1 | -3/+4 |
| | | | | saving the queue state. | ||||
* | WinGui: Improve the Number Box control. 1. Add support for Up/Down Arrow ↵ | sr55 | 2018-04-29 | 2 | -2/+11 |
| | | | | to increase/decrease the number. 2. Remove tab stop from the buttons. #1311 | ||||
* | WinGui: Fix some potential null reference exceptions in EnumHelper #1302 | sr55 | 2018-04-23 | 1 | -0/+15 |
| | |||||
* | WinGui: Tidy up AudioTrack.cs | sr55 | 2018-04-23 | 1 | -4/+1 |
| | |||||
* | WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵ | sr55 | 2018-04-23 | 3 | -26/+24 |
| | | | | for the passthru encoder on the audio behaviour screen. This is used for the audio fallback encoder. #1291 | ||||
* | WinGui: Portable Mode: New option to disable startup update check. | sr55 | 2018-04-23 | 3 | -1/+24 |
| | |||||
* | WinGui: Block Installation on 32bit systems. | sr55 | 2018-04-20 | 2 | -6/+18 |
| | |||||
* | WinGui: New start-up command line option. --recover-queue-ids=<command ↵ | sr55 | 2018-04-14 | 4 | -10/+34 |
| | | | | separated id list> to recover specific queue files on startup. | ||||
* | WinGui: Cleanup the QueueRecoveryHelper and make it a little smarter about ↵ | sr55 | 2018-04-14 | 1 | -66/+52 |
| | | | | how it handles multi-instance. | ||||
* | WinGui: Some further x86 Cleanup | sr55 | 2018-04-14 | 3 | -25/+4 |
| | |||||
* | WinGui: Tidy up the build system by removing x86 build profiles. | sr55 | 2018-04-13 | 11 | -490/+38 |
| | |||||
* | WinGui: Show Picture Preview on Summary Tab by default. | sr55 | 2018-04-11 | 1 | -0/+8 |
| | |||||
* | option to disable preview on summary tab (issue #1267) | Sebastian Janning | 2018-04-10 | 7 | -4/+62 |
| | |||||
* | Fix typo | Bernhard Reutner-Fischer | 2018-03-10 | 2 | -2/+2 |
| | | | | | | s/seletec/select/g Signed-off-by: Bernhard Reutner-Fischer <[email protected]> | ||||
* | WinGui: Fix Framerate mode setting when using presets and quicksync. Fixes ↵ | sr55 | 2018-03-10 | 1 | -1/+0 |
| | | | | #1222 | ||||
* | WinGui: Make the Audio Sample Rate tolerant of number styles. Fixes #1193 | sr55 | 2018-02-21 | 2 | -4/+11 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-20 | 34 | -54/+54 |
| | | | Found via `codespell -q 3 --skip="./gtk/po` | ||||
* | WinGui: Fix various issues on the filter tab when returning items from the ↵ | sr55 | 2018-02-14 | 1 | -53/+29 |
| | | | | queue. Fixes #1177 | ||||
* | WinGui: Remove debug option that's causing aspect ratio issues on the ↵ | sr55 | 2018-02-14 | 1 | -1/+1 |
| | | | | Picture settings view. #1180 | ||||
* | WinGui: New shortcuts for easier accessibility. Ctrl 1 through 7 activate ↵ | sr55 | 2018-02-10 | 6 | -3/+72 |
| | | | | given tabs and set focus to allow easier tab navigation of the guil | ||||
* | WinGui: Label consistency tweak on audio tab. | sr55 | 2018-02-10 | 2 | -2/+2 |
| |