summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-1812-108/+143
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Remove CPU information from log header. It's also in the main log body.sr552018-07-131-1/+0
|
* WinGui: Fix an issue that was causing the app to erroneously create a ↵sr552018-07-131-1/+1
| | | | "HandBrake Team" folder under the users "Roaming" folder. This also now displays the correct directory under the Log "Data Dir" line.
* WinGui: Few small updates to the EncodeTaskImportFactorysr552018-07-132-12/+16
|
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵sr552018-07-0810-492/+179
| | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb.
* WinGui: Remove Unused OpenCL call.sr552018-07-081-4/+0
|
* WinGui: Tidy up some unused variables.sr552018-07-084-16/+0
|
* WinGui: Initial work to refactor the queue infrastructure to use the same ↵sr552018-07-0812-29/+492
| | | | JSON format as the CLI + extensions.
* WinGui: Update the Encode Json Factory to produce human readable Json for ↵sr552018-07-077-61/+20
| | | | audio and video encoders.
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵sr552018-07-0711-140/+289
| | | | Introduce a factory for Title objects.
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵sr552018-06-299-238/+198
| | | | be disabled.
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-295-7/+96
| | | | | | Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds.
* WinGui: Fix a bug in queue recovery where old files were not deleted.sr552018-06-151-2/+8
|
* WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cssr552018-06-151-20/+21
|
* WinGui: Fix a crash in a converter.sr552018-06-151-1/+1
|
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ↵sr552018-06-147-15/+53
| | | | Fixes #1327
* WinGui: Soften the colour of the grid lines in the chapters tableSam H2018-06-141-1/+2
|
* WinGui: Make MenuItems the same height as the MenuSam H2018-06-141-0/+5
|
* WinGui: Add HintPath to newtonsoft json in the worker process project. It ↵sr552018-06-141-0/+1
| | | | shouldn't be needed but some VS installs appear to have issues without it. Fixes #1420
* WinGui: Don't compile the AppX project when building the solution. It's not ↵sr552018-06-111-4/+0
| | | | currently in use.
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-1017-123/+414
|
* WinGui: Stub the RemoteInstance implementation of IEncodeInstance.sr552018-06-102-0/+89
|
* WinGui: Split out the encode portion of IHandBrakeInstance into ↵sr552018-06-104-36/+58
| | | | IEncodeInstance. API remains compatible.
* WinGui: HandBrake.Worker tidyup.sr552018-06-103-35/+50
|
* WinGui: Stub out a background worker process.sr552018-06-107-0/+406
|
* Remove the unused "rows" header from the chapters DataGridSam H2018-06-101-1/+1
|
* 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
|