summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Add Support for the VCE Encoders.sr552018-06-087-10/+101
|
* WinGui: cproj tidyupsr552018-06-052-191/+1
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-05205-8399/+8392
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Additional Error Handling in EnumHelpersr552018-06-051-6/+23
|
* WinGui: Make nuspec file visible in project.sr552018-06-011-1/+2
|
* WinGui: Initial NuGet nuspec file.sr552018-06-011-0/+25
|
* Update WinGUI build script: allow SignTool.exe location to be specified and ↵Frederick Ding2018-05-311-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 ↵sr552018-05-243-19/+65
| | | | "MRU" initial directory target. #1353
* WinGui: Don't allow subtitle import before a source has been scanned.sr552018-05-244-1/+22
|
* WinGui: Add support for dropping .srt files onto the main window. When you ↵sr552018-05-243-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 ↵sr552018-05-181-0/+5
| | | | presets.
* WinGui: Fix an issue with the Add preset window that prevented it from ↵sr552018-05-182-3/+19
| | | | updating existing non-built-in presets. #1333
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-183-16/+67
|
* WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ↵sr552018-05-162-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 ↵sr552018-05-093-5/+50
| | | | support for bailing out if batch adding and errors occur.
* WinGui: Remove Logging abstraction from the Services library. Let the ↵sr552018-05-0817-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.sr552018-05-084-66/+64
|
* WinGui: Remove some unnecessary version / bitness calls in the Services library.sr552018-05-085-27/+4
|
* WinGui: Update Version Numbers around the application / Installer. Update ↵sr552018-05-065-10/+10
| | | | the Installer to download .NET 4.7.1 if missing.
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-063-6/+0
|
* WinGui: Remove some legacy Stylecop files and Update R# Teamshared Settings.sr552018-05-063-42/+378
|
* WinGui: Remove Non-Build Dependancy on Stylecop.Analyzerssr552018-05-064-12/+0
|
* WinGui: Upgrade to Json.NET 11.0.2sr552018-05-064-8/+6
|
* WinGui: Upgrade to Caliburn Micro 3.2.0sr552018-05-062-13/+9
|
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. ↵sr552018-05-066-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.1sr552018-05-065-5/+5
|
* WinGui: For MP4 files, when subtitles are incompatible and we've already ↵sr552018-05-061-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 #1313sr552018-05-011-1/+1
|
* WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵sr552018-05-012-2/+2
| | | | on the Add Preset View. #1309
* WinGui: Fix an issue where the "When Done" would prevent HandBrake from ↵sr552018-04-291-3/+4
| | | | saving the queue state.
* WinGui: Improve the Number Box control. 1. Add support for Up/Down Arrow ↵sr552018-04-292-2/+11
| | | | to increase/decrease the number. 2. Remove tab stop from the buttons. #1311
* WinGui: Fix some potential null reference exceptions in EnumHelper #1302sr552018-04-231-0/+15
|
* WinGui: Tidy up AudioTrack.cssr552018-04-231-4/+1
|
* WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵sr552018-04-233-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.sr552018-04-233-1/+24
|
* WinGui: Block Installation on 32bit systems.sr552018-04-202-6/+18
|
* WinGui: New start-up command line option. --recover-queue-ids=<command ↵sr552018-04-144-10/+34
| | | | separated id list> to recover specific queue files on startup.
* WinGui: Cleanup the QueueRecoveryHelper and make it a little smarter about ↵sr552018-04-141-66/+52
| | | | how it handles multi-instance.
* WinGui: Some further x86 Cleanupsr552018-04-143-25/+4
|
* WinGui: Tidy up the build system by removing x86 build profiles.sr552018-04-1311-490/+38
|
* WinGui: Show Picture Preview on Summary Tab by default.sr552018-04-111-0/+8
|
* option to disable preview on summary tab (issue #1267)Sebastian Janning2018-04-107-4/+62
|
* Fix typoBernhard Reutner-Fischer2018-03-102-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 ↵sr552018-03-101-1/+0
| | | | #1222
* WinGui: Make the Audio Sample Rate tolerant of number styles. Fixes #1193sr552018-02-212-4/+11
|
* Misc. typosluz.paz2018-02-2034-54/+54
| | | Found via `codespell -q 3 --skip="./gtk/po`
* WinGui: Fix various issues on the filter tab when returning items from the ↵sr552018-02-141-53/+29
| | | | queue. Fixes #1177
* WinGui: Remove debug option that's causing aspect ratio issues on the ↵sr552018-02-141-1/+1
| | | | Picture settings view. #1180
* WinGui: New shortcuts for easier accessibility. Ctrl 1 through 7 activate ↵sr552018-02-106-3/+72
| | | | given tabs and set focus to allow easier tab navigation of the guil
* WinGui: Label consistency tweak on audio tab.sr552018-02-102-2/+2
|