summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Minor UI/UX tweaks.sr552021-02-141-32/+16
* Fix another instance where process.start is being flaky on some systems. Fix...sr552021-02-061-1/+1
* WinGui: Fix Buildsr552020-07-241-8/+0
* WinGui: Add back lost functionality on the new queue design. There is now a ...sr552020-07-241-2/+41
* WinGui: Missed files #2814sr552020-05-031-1/+1
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-291-3/+0
* Multi instance (#2791)Scott2020-04-261-309/+6
* WinGui: Disable the Queue Tabs when multiple items are selected to avoid UI c...sr552020-03-141-2/+28
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-231-2/+5
* WinGui: When Deleting Selected records, if one of the jobs is encoding, promp...sr552020-02-121-1/+1
* WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582sr552020-02-051-4/+7
* WinGui: Main Window Status label not updating correctly when resetting jobs. ...sr552020-01-251-9/+1
* WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587sr552020-01-181-2/+2
* WinGui: Small improvement / fix to the Directory open code to allow it to hig...sr552019-10-141-1/+8
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-011-2/+1
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-141-2/+0
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-051-1/+1
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-031-0/+1
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-241-6/+7
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-071-8/+17
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-101-2/+2
* WinGui: Minor bug fixes and UX improvements to the new queue design.sr552019-04-061-0/+5
* WinGui: Minor queue bugfix for delete actionsr552019-03-301-0/+5
* WinGui: Queue -> Overhaul the context menu on the queue to offer context awar...sr552019-03-031-2/+2
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-031-2/+0
* WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...sr552019-01-271-3/+23
* WinGui: Improvements to the new queue design.sr552019-01-041-8/+46
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-241-1/+1
* WinGui: Simplify the Language Resource Files.sr552018-10-101-3/+3
* WinGui: Minor bug fixes and tidyup in the queue.sr552018-09-281-6/+7
* 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-221-1/+62
* WinGui: Don't grey out the Start Queue button when the encode is paused. #1501sr552018-07-291-13/+1
* WinGui: Better handle Open Source Directory on the Queue where batch scan is ...sr552018-07-191-0/+5
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-081-1/+1
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-181-3/+60
* WinGui: Reselect the last selected preset (if still available) when editing a...sr552018-01-131-1/+1
* WinGui: Implement "Open Source" and "Open Destination" on the Queue context m...sr552017-08-231-0/+37
* WinGui: Improved error message on Starting an encode or queue when the destin...sr552017-05-291-1/+10
* WinGui: Remove the legacy XML based queue import/export funcitonality. One ca...sr552017-05-291-11/+4
* WinGui: Add a log message whent he queue is paused due to low disk space. Imp...sr552017-05-271-25/+11
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-151-10/+32
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-1/+0
* WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow...sr552017-01-081-1/+22