summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue an...sr552017-01-071-16/+70
* WinGui: Fix a large number of stylecop warnings.sr552016-10-301-1/+0
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-261-3/+12
* WinGui: Add warning dialog on Destination Browse Button if disk space is low...Scott2015-11-101-2/+28
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-241-2/+2
* Tidy up some code for the new inline queue view.Scott2015-10-241-17/+0
* Improve the In-line queue display.Scott2015-10-241-3/+3
* Initial commit to allow the Queue Window to be embedded in the main window. S...Scott2015-10-241-28/+17
* AppServices tidyupScott2015-09-261-2/+4
* WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ...sr552015-07-211-1/+1
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-111-25/+25
* WinGui: Add "Delete" key shortcut to the queue to delete selected items.sr552015-04-181-2/+40
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-121-0/+2
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-011-20/+19
* WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...sr552015-01-231-3/+3