summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few othe...sr552018-12-081-1/+1
* WinGui: Completely hide the 2pass control for all hardware encoders.sr552018-12-021-15/+11
* Default Nvenc to use slower, higher quality settings. Fix some issues around ...sr552018-12-011-1/+1
* WinGui: Allow Add All / Add Selection to queue to be added to the toolbar sim...sr552018-11-241-0/+27
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-243-8/+8
* WinGui: Trim some duplicate error messages on the main screen.sr552018-11-241-22/+1
* WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.sr552018-11-211-1/+32
* WinGui: Fixing various UI Localisation issues and missing strings. #1597sr552018-11-191-8/+8
* WinGui: Save Options when the app closes, if the options window was last open...sr552018-11-182-8/+7
* WinGui: Minor Code Tidyupsr552018-11-171-1/+0
* WinGui: Adding Language support to the UI. Adding Partial Translation for Ge...sr552018-11-111-0/+24
* WinGui: Add shortcuts for All All to Queue and Add Selection. Display shortc...sr552018-11-041-0/+2
* WinGui: Allow the UI to silently attempt to auto-create folders when adding t...sr552018-11-041-1/+1
* WinGui: Better default directory for Import SRT. #1661sr552018-11-041-0/+9
* WinGui: Limit the experimental features to the nightly builds.sr552018-11-022-2/+11
* WinGui: Remove the preference to show the advanced tab. This can still be tog...sr552018-10-203-33/+24
* WinGui: Simplify the Language Resource Files.sr552018-10-108-37/+37
* WinGui: Fix a potential NPEsr552018-10-081-1/+1
* WinGui: Minor bug fixes and tidyup in the queue.sr552018-09-281-6/+7
* WinGui: Register the Logger for libhb earlier so we can pickup VCE logging.sr552018-09-281-0/+2
* WinGui: Queue -> Retry Failed context menu option. Bring over some improvem...sr552018-09-271-0/+12
* WinGui: Trigger a status tab update when a job finishes.sr552018-09-261-0/+2
* WinGui: When Deleting a job, select the nearest or first item in the list to ...sr552018-09-241-0/+10
* WinGui: Handle no log files better in the new experimental queue layout.sr552018-09-241-0/+4
* WinGui: Add Retry Selected and Retry All Jobs to the Queue List right click m...sr552018-09-221-0/+22
* WinGui: Couple of queue bug fixes. #1087sr552018-09-221-8/+2
* WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087sr552018-09-221-24/+61
* WinGui: Implementing the new queue design. This is currently experimental and...sr552018-09-224-9/+93
* WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source ...sr552018-09-211-0/+12
* WinGui: Add Experimental Features preferences to toggle ideas we are experime...sr552018-09-151-1/+0
* WinGui: Add a prompt on Stop Encode to confirm. Fixes #1571sr552018-09-141-1/+10
* WinGui: When opening preferences, reset to General tab if the last tab used w...sr552018-09-142-2/+7
* WinGui: Minor code tidyup.sr552018-08-131-1/+1
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-0/+6
* WinGui: Remap Ctrl-S to Open Destination Save Dialog. Start Encode is now C...sr552018-08-031-0/+5
* WinGui: Don't grey out the Start Queue button when the encode is paused. #1501sr552018-07-291-13/+1
* WinGui: Make sure the Container is selected before the Audio/Subtitle tabs to...sr552018-07-261-1/+1
* WinGui: Make the error message nicer when the system clipboard is unavailable...sr552018-07-252-18/+26
* 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
* WinGui: Move UserSettings over to JSON format. Settings from the older XML f...sr552018-07-183-15/+15
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-081-250/+112
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-082-2/+2
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-071-29/+10
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to b...sr552018-06-292-26/+92
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-6/+21
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ...sr552018-06-141-5/+7
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-101-0/+1
* WinGui: Add Support for the VCE Encoders.sr552018-06-081-8/+35
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-0515-27/+27