summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-0/+1
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-291-0/+1
* WinGui: Move a bunch of strings out to the resources file.sr552013-12-291-2/+3
* WinGui: Fix a large number of stylecop warnings. sr552013-11-191-4/+1
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-1/+1
* WinGui: Fix an issue with Queue Import/Export that didn't obey the Ok/Cancel ...sr552013-08-111-6/+8
* WinGui: Fix Typo on the queue.sr552013-07-101-1/+1
* WinGui: Continuation of previous fix to the queue event handling.sr552013-05-271-0/+20
* WinGui: Some usability improvements and bug fixes around the queue window.sr552013-05-241-39/+35
* WinGui: Fix Queue Job display count not refreshing after the window is closed...sr552013-05-241-0/+2
* WinGui: Rectored some Encode/Queue service code. This restoes "Quit HandBrake...sr552013-05-191-16/+3
* WinGui: Fix typosr552013-05-181-1/+1