index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
/
CS
/
HandBrakeWPF
/
ViewModels
/
QueueViewModel.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: Reselect the last selected preset (if still available) when editing a...
sr55
2018-01-13
1
-1
/
+1
*
WinGui: Implement "Open Source" and "Open Destination" on the Queue context m...
sr55
2017-08-23
1
-0
/
+37
*
WinGui: Improved error message on Starting an encode or queue when the destin...
sr55
2017-05-29
1
-1
/
+10
*
WinGui: Remove the legacy XML based queue import/export funcitonality. One ca...
sr55
2017-05-29
1
-11
/
+4
*
WinGui: Add a log message whent he queue is paused due to low disk space. Imp...
sr55
2017-05-27
1
-25
/
+11
*
WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...
sr55
2017-04-15
1
-10
/
+32
*
WinGui: Fix a number of stylecop warnings.
sr55
2017-02-11
1
-1
/
+0
*
WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow...
sr55
2017-01-08
1
-1
/
+22
*
WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue an...
sr55
2017-01-07
1
-16
/
+70
*
WinGui: Fix a large number of stylecop warnings.
sr55
2016-10-30
1
-1
/
+0
*
WinGui: Add a new JSON file type to the queue export functionality. This expo...
sr55
2016-03-26
1
-3
/
+12
*
WinGui: Add warning dialog on Destination Browse Button if disk space is low...
Scott
2015-11-10
1
-2
/
+28
*
Adding a "When Done" Label and Context Menu to the Main Screen status bar.
Scott
2015-10-24
1
-2
/
+2
*
Tidy up some code for the new inline queue view.
Scott
2015-10-24
1
-17
/
+0
*
Improve the In-line queue display.
Scott
2015-10-24
1
-3
/
+3
*
Initial commit to allow the Queue Window to be embedded in the main window. S...
Scott
2015-10-24
1
-28
/
+17
*
AppServices tidyup
Scott
2015-09-26
1
-2
/
+4
*
WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ...
sr55
2015-07-21
1
-1
/
+1
*
WinGui: Moving the bulk of the view model strings to resources.
sr55
2015-06-11
1
-25
/
+25
*
WinGui: Add "Delete" key shortcut to the queue to delete selected items.
sr55
2015-04-18
1
-2
/
+40
*
WinGui: Some further refactoring of the services library. Moving all the queu...
sr55
2015-04-12
1
-0
/
+2
*
WinGui: Moving the Queue Code out to the UI level. The services library will ...
sr55
2015-03-01
1
-20
/
+19
*
WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...
sr55
2015-01-23
1
-3
/
+3
*
WinGui: Refracting some of the modelling around the Encode Services
sr55
2015-01-04
1
-0
/
+1
*
WinGui: Part 1 - Restructuring the AppServices library in preparation for the...
sr55
2014-11-29
1
-0
/
+1
*
WinGui: Move a bunch of strings out to the resources file.
sr55
2013-12-29
1
-2
/
+3
*
WinGui: Fix a large number of stylecop warnings.
sr55
2013-11-19
1
-4
/
+1
*
WinGui: Finish off moving the User Settings service to the UI Layer.
sr55
2013-11-19
1
-1
/
+1
*
WinGui: Fix an issue with Queue Import/Export that didn't obey the Ok/Cancel ...
sr55
2013-08-11
1
-6
/
+8
*
WinGui: Fix Typo on the queue.
sr55
2013-07-10
1
-1
/
+1
*
WinGui: Continuation of previous fix to the queue event handling.
sr55
2013-05-27
1
-0
/
+20
*
WinGui: Some usability improvements and bug fixes around the queue window.
sr55
2013-05-24
1
-39
/
+35
*
WinGui: Fix Queue Job display count not refreshing after the window is closed...
sr55
2013-05-24
1
-0
/
+2
*
WinGui: Rectored some Encode/Queue service code. This restoes "Quit HandBrake...
sr55
2013-05-19
1
-16
/
+3
*
WinGui: Fix typo
sr55
2013-05-18
1
-1
/
+1
*
WinGui: Some Threading, Performance and Log window fixes.
sr55
2013-03-07
1
-18
/
+22
*
WinGui: Numerous bug fixes to the services library.
sr55
2013-01-26
1
-23
/
+32
*
WinGui: UI Tweaks and improvements
sr55
2012-11-10
1
-1
/
+1
*
WinGui: Couple minor fixes.
sr55
2012-10-18
1
-0
/
+1
*
WinGui: API Tidyup Part 3 of many.
sr55
2012-10-13
1
-17
/
+17
*
WinGui: Strip out the last traces of MEF since it's not going to be used.
sr55
2012-08-27
1
-2
/
+0
*
WinGui: Initial work to restore queue editing functionality. (Note, it's not ...
sr55
2012-07-08
1
-0
/
+27
*
WinGui: More UI tweaks and improvements.
sr55
2012-06-26
1
-1
/
+6
*
WinGui: Various fixes
sr55
2012-06-16
1
-0
/
+1
*
WinGui: Add extension to file when exporting the queue
sr55
2012-06-15
1
-1
/
+7
*
WinGui: Improvements and fixes to the Queue Window. Added WhenDone option. Fi...
sr55
2012-05-26
1
-8
/
+71
*
WinGui: Range of bug fixes and UI tweaks.
sr55
2012-05-20
1
-3
/
+1
*
WinGui: (WPF) Wired up the queue window and added missing functionality. Fixe...
sr55
2012-03-23
1
-72
/
+158
*
WinGui: (WPF) Further work wiring up the new UI.
sr55
2012-03-01
1
-5
/
+8
*
WinGui: (WPF) General work hooking up various aspects of the new WPF UI, bug ...
sr55
2012-02-18
1
-1
/
+52
[next]