summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
* WinGui: Added a text block on the Queue Add selection that shows the current ...sr552016-02-201-1/+1
* WinGui: Adding a "Queue" Menusr552016-02-201-0/+11
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ...sr552016-02-101-2/+42
* WinGui: Some API and warnings cleanup.Scott2015-12-271-1/+1
* WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video Bitra...Scott2015-12-271-0/+4
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast Dec...Scott2015-12-121-2/+2
* WinGui: Add warning dialog on Destination Browse Button if disk space is low...Scott2015-11-101-0/+15
* Add Error count to the Status bar when queue completes.Scott2015-11-081-1/+7
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-311-0/+23
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-241-0/+9
* Tidy up some code for the new inline queue view.Scott2015-10-241-2/+0
* Improve the In-line queue display.Scott2015-10-241-4/+2
* Initial commit to allow the Queue Window to be embedded in the main window. S...Scott2015-10-241-119/+40
* Updating the status to be consistent with the queue display.Scott2015-10-101-8/+3
* Adding Pass Count back onto the status bar.Scott2015-10-101-2/+9
* AppServices tidyupScott2015-09-261-46/+48
* WinGui: Strip out some old unused code.Scott2015-09-181-6/+1
* WinGui: If the Queue Recovery doesn't return any results, show the "Source S...sr552015-08-231-1/+7
* WinGui: Don't update config when user cancels file/folder dialogs - Patch by...sr552015-08-231-94/+103
* WinGui: Minor tidy up of the Main VM constructor. sr552015-07-221-11/+35
* WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ...sr552015-07-211-22/+32
* WinGui: Initial Implementation of the json preset export code.sr552015-07-051-6/+3
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-261-67/+4
* WinGui: Starting to move UI text string to resources. This will allow us to s...sr552015-06-041-4/+3
* WinGui: Revert last change. Only set the GUI to enabled when editing queue i...sr552015-06-031-7/+4
* WinGui: Queue Recovery now sets the GUI to enabled if it recovers a job.sr552015-06-031-1/+5
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset upd...sr552015-05-261-4/+0
* WinGui: General tidy up and remove the custom styling for the app. The app wi...sr552015-05-171-6/+2
* WinGui: Remove some test code.sr552015-05-091-23/+2
* WinGui: Restore Preview functionality. The calc logic still needs fixed as t...sr552015-05-071-16/+37
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-031-14/+14
* WinGui: Further UI / UX Tweaks. Main body of settings disabled until the use...sr552015-04-251-0/+24
* WinGui: Some minor UI Improvements. Including Waiting Queue Count on the "Sho...sr552015-04-221-3/+27
* WinGui: Restore the "No Titles Found" dialog from previous versions of HandBr...sr552015-04-201-7/+108
* WinGui: Adding Del shortcut to preset pane, and better warnings when deleting. sr552015-04-181-0/+23
* WinGui: Misc UI fixes and fixes to the logging code for scanning that could s...sr552015-04-181-0/+12
* WinGui: Misc IScan API tweaks.sr552015-04-121-3/+14
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-121-1/+2
* WinGui: Fix the copy mask list.sr552015-04-071-3/+4
* WinGui: Fixed the temp Property Changed Base Impl.sr552015-03-141-0/+1
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-071-7/+3
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-011-3/+2
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-011-2/+5
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-011-2/+2
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-281-1/+1
* WinGui: Remove , from status bar text.sr552015-02-091-1/+1
* WinGui: More aggressive check that the user is not trying to overwrite the so...sr552015-02-091-0/+14
* WinGui: Remove a bunch of CLI handling code.sr552015-01-311-24/+3
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-251-1/+1