summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Better formatting for encode timessr552019-07-271-2/+2
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-161-11/+15
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-141-28/+9
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-051-7/+23
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-241-7/+5
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-101-2/+2
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-201-6/+15
* WinGui: Various fixes and improvements to validation handling and options in...sr552019-04-191-14/+16
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
* WinGui: Reafactor application init and introduce a --no-hardware flat that ca...sr552019-04-061-4/+0
* WinGui: Add protection against unavailable directory in MRU List. Fixes #1995sr552019-03-171-2/+2
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-031-3/+0
* WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919sr552019-02-221-1/+12
* WinGui: Attempt to be smarter with the Autonaming when dealing with directori...sr552019-02-211-10/+16
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
* WinGui: Temp fix for the build until we can refactor the queue error handling.sr552019-02-131-1/+1
* Add WebM support (#1822)Justin Bull2019-02-131-3/+18
* WinGui: Change the behaviour of the destination source alert to revert to the...sr552019-02-071-1/+1
* WinGui: Remove inline Destination check. It's more annoying than useful. Fixe...sr552019-01-301-7/+0
* WinGui: Move the Queue Recovery option from the source panel to the Queue Men...sr552019-01-271-0/+5
* WinGui: Adding some additional validation to the destination box.sr552019-01-271-0/+7
* WinGui: Improve Add to queue error Handling. Combine 2 Dialog prompts into ...sr552019-01-241-25/+35
* WinGui: Make the toolbar customisation options more discoverable by making th...sr552019-01-141-7/+8
* WinGui: Minor tidyup in MVM.sr552019-01-121-176/+11
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-121-51/+1
* WinGui: Fix an error when trying to encode an item with no destination.sr552018-12-161-8/+9
* 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-141-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-241-5/+5
* WinGui: Trim some duplicate error messages on the main screen.sr552018-11-241-22/+1
* WinGui: Allow the UI to silently attempt to auto-create folders when adding t...sr552018-11-041-1/+1
* WinGui: Limit the experimental features to the nightly builds.sr552018-11-021-2/+3
* WinGui: Simplify the Language Resource Files.sr552018-10-101-7/+7
* WinGui: Register the Logger for libhb earlier so we can pickup VCE logging.sr552018-09-281-0/+2
* WinGui: Implementing the new queue design. This is currently experimental and...sr552018-09-221-0/+4
* 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-141-2/+2
* WinGui: Make sure the Container is selected before the Audio/Subtitle tabs to...sr552018-07-261-1/+1
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-081-1/+1
* 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: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-051-1/+1
* WinGui: Open and Save File dialogs on the main window, now have their own "MR...sr552018-05-241-2/+20
* WinGui: Don't allow subtitle import before a source has been scanned.sr552018-05-241-0/+9
* WinGui: Add support for dropping .srt files onto the main window. When you do...sr552018-05-241-1/+14
* WinGui: Make the error checking more aggressive when adding to queue. Add sup...sr552018-05-091-3/+22