summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
* WinGui: Merging no_hardware fallback change over.sr552019-02-111-0/+3
* WinGui: Remove inline Destination check. It's more annoying than useful. Fixe...sr552019-01-301-7/+0
* WinGui: Adding some additional validation to the destination box.sr552019-01-271-0/+7
* WinGui: Fix restriction on the picture settings tab after setting a preset. ...sr552019-01-011-2/+6
* WinGui: Fix erroneous log message error about invalid x264 preset when not us...sr552019-01-011-0/+5
* WinGui: Fix issues with "Any" language selection with the "First" option use...sr552018-12-302-70/+74
* WinGui: Fix an issue where picture settings (crop and anamorphic) are not cor...sr552018-12-301-0/+11
* WinGui: Fix an error when trying to encode an item with no destination.sr552018-12-161-8/+9
* WinGui: Reset the cancel flag on the Countdown Window for post-encode actions...sr552018-12-151-1/+2
* WinGui: Focus the preview window when the button is pressed while it is still...sr552018-12-141-0/+5
* WinGui: Don't allow multiple preview windows to be opened.sr552018-12-142-2/+2
* 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