summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Update label in advanced options.sr552018-08-262-2/+2
|
* Autoname creation dateMatthew Lazarow2018-08-134-7/+49
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* WinGui: Minor code tidyup.sr552018-08-133-3/+3
|
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-093-8/+0
|
* WinGui: Preparing the UI for a move to .NET CORE next year when the Desktop ↵sr552018-08-091-36/+47
| | | | Packs get released. Removing use of legacy Microsoft.VisualBasic.FileIO reference. Chapter Importer re-written to accommodate.
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-082-0/+47
|
* WinGui: Remap Ctrl-S to Open Destination Save Dialog. Start Encode is now ↵sr552018-08-033-4/+15
| | | | Ctrl-E instead. (Makes more sense this way)
* WinGui: Don't grey out the Start Queue button when the encode is paused. #1501sr552018-07-292-13/+3
|
* WinGui: Make sure the Container is selected before the Audio/Subtitle tabs ↵sr552018-07-261-1/+1
| | | | to avoid incorrect default behaviours triggering. Fixes #1500
* WinGui: Alignment tweak on the main window.sr552018-07-251-2/+2
|
* WinGui: Allow the Title Dropdown to grow in width where it makes sense. #1499sr552018-07-251-20/+29
|
* WinGui: Make the error message nicer when the system clipboard is ↵sr552018-07-255-19/+53
| | | | unavailable. #1498
* WinGui: Remove temp VCE hack.sr552018-07-211-2/+1
|
* WinGui: Better handle Open Source Directory on the Queue where batch scan is ↵sr552018-07-191-0/+5
| | | | used. Fixes #1491
* 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-086-402/+152
| | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb.
* WinGui: Tidy up some unused variables.sr552018-07-081-1/+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-072-15/+15
| | | | audio and video encoders.
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵sr552018-07-079-140/+274
| | | | 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-292-6/+31
| | | | | | 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 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: Implement most of the HTTP Worker Process stubs.sr552018-06-1010-34/+326
|
* WinGui: Stub the RemoteInstance implementation of IEncodeInstance.sr552018-06-102-0/+89
|
* WinGui: Split out the encode portion of IHandBrakeInstance into ↵sr552018-06-101-1/+1
| | | | IEncodeInstance. API remains compatible.
* Remove the unused "rows" header from the chapters DataGridSam H2018-06-101-1/+1
|
* WinGui: Add Support for the VCE Encoders.sr552018-06-083-10/+51
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-0583-159/+159
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Additional Error Handling in EnumHelpersr552018-06-051-6/+23
|
* 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-0814-19/+673
| | | | library consumers decide how to log instead utilising the log events instead.
* WinGui: Remove some unnecessary version / bitness calls in the Services library.sr552018-05-083-4/+4
|
* WinGui: Update Version Numbers around the application / Installer. Update ↵sr552018-05-064-9/+9
| | | | the Installer to download .NET 4.7.1 if missing.
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-063-6/+0
|
* WinGui: Remove Non-Build Dependancy on Stylecop.Analyzerssr552018-05-062-6/+0
|