summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Improvements to the new Preset Management UI.sr552020-08-041-0/+1
* WinGui: Add back lost functionality on the new queue design. There is now a ...sr552020-07-241-3/+3
* WinGui: Presets UI overhaul.sr552020-06-301-28/+15
* WinGui: Fix an issue where the treeview control can, when categories are clos...sr552020-06-031-1/+6
* WinGui: Add a debug menu for nightly builds that allows exporting and importi...sr552020-05-231-372/+87
* WinGui: Fix a potential crash when working with DVD discs during AutoNaming F...sr552020-05-101-62/+22
* WinGui: Missed files #2814sr552020-05-031-3/+3
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-291-13/+24
* Multi instance (#2791)Scott2020-04-261-148/+65
* WinGui: If selecting a preset that uses an video encoder that's not in use, w...sr552020-04-111-3/+14
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...sr552020-04-111-2/+2
* WinGui: Fix a localisation issue on the Point to Point Dropdown and add Title...sr552020-03-031-2/+2
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-231-14/+30
* WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582sr552020-02-051-2/+2
* WinGui: Improve the way updates are notified. The status label isn't visible ...sr552019-12-291-0/+13
* WinGui: Change the invalid path errors from an Exception Window to a standard...sr552019-12-201-1/+2
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-131-8/+5
* WinGui: Make a note of what the base preset was in the log when starting an e...sr552019-09-081-1/+1
* 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