summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Queue
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Minor UI/UX tweaks.sr552021-02-143-48/+92
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-042-5/+4
* WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many "mode...sr552021-02-041-1/+2
* WinGui: Switch over to System.Text.Json for the Queue Services.sr552021-01-154-32/+11
* WinGui: Improved reliablity of the queue service with multiple instances runn...sr552020-12-032-32/+40
* WinGui: Improvements to log handling for multi-instancesr552020-12-032-0/+24
* WinGui: Simultaneous encode improvements.sr552020-10-244-32/+77
* WinGui: Preference the first QSV encoder when we don't have any used QSV hard...sr552020-10-111-0/+6
* WinGui: Support allocation of work across multiple Intel GPU'ssr552020-10-112-14/+68
* HandBrake.Interop: Library cleanup.sr552020-10-043-22/+17
* nvenc: Allow 3 simulatenous encodes in multi-instance mode on windows.sr552020-09-261-1/+1
* WinGui: Performance Optimisation to the summary tab. Don't request previews w...sr552020-09-071-1/+1
* WinGui: Small optimisation to the Add to Queue function. Adding 250 Items Be...sr552020-09-071-1/+20
* WinGui: Update the UI to allow passthru of metadata to be disabled. This util...sr552020-07-311-1/+5
* WinGui: Add back lost functionality on the new queue design. There is now a ...sr552020-07-242-15/+36
* WinGui: Adding a resource manager for hardware encoders. Since you can only ...sr552020-07-243-7/+144
* WinGui: Fix an issue where jobs added to the queue would not utilise an inact...sr552020-06-051-0/+5
* WinGui: UI performance improvement when starting multiple jobs. #2912sr552020-06-052-4/+9
* WinGui: Fix an issue where a deleted queue job can be continued if paused pre...sr552020-05-261-0/+15
* WinGui: Missed files #2814sr552020-05-032-7/+7
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-292-25/+45
* Multi instance (#2791)Scott2020-04-267-160/+465
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...sr552020-04-111-2/+38
* WinGui: Handle in-progress jobs in queue import correctly. Reset them. Fixes ...sr552020-03-031-6/+13
* WinGui: Fix Duration / Paused Duration when > 1 day. Fixes #2649sr552020-02-231-2/+2
* WinGui: Fix an issue with Queue Pause/Resume not working correctly and some u...sr552020-02-231-0/+4
* WinGui: To prevent potential glitches, stop any existing running jobs when im...sr552020-02-121-0/+5
* WinGui: Changed the behaviour of the Queue Import. Now, if duplicates are de...sr552020-02-122-1/+37
* WinGui: Main Window Status label not updating correctly when resetting jobs. ...sr552020-01-252-0/+22
* WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587sr552020-01-181-1/+4
* WinGui: Improve "Send File To". It's arguments text box now accepts "{source}...sr552019-12-291-1/+1
* WinGui: First step in a long overdue cleanup of the logging code. Stripped ou...sr552019-12-281-4/+5
* WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519sr552019-12-211-1/+1
* WinUI: Notify of display field changes for QueueStats (#2488)Joshua Shaffer2019-12-071-4/+7
* WinGui: Invoke QueueChanged after ImportJoshua Shaffer2019-11-281-0/+4
* WinGui: Queue Stats cosmeticssr552019-10-041-8/+67
* WinGui: Make a note of what the base preset was in the log when starting an e...sr552019-09-082-3/+7
* 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-1/+48
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-072-213/+40
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-111-3/+12
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-104-959/+933
* WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...sr552019-01-272-3/+5
* WinGui: Improving Accessibility of the new Queue (and fixed a few other issue...sr552018-09-281-0/+7
* WinGui: Fail a job instantly if the destination folder is missing. Don't spoo...sr552018-09-241-0/+7
* WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087sr552018-09-221-0/+5
* WinGui: Implementing the new queue design. This is currently experimental and...sr552018-09-221-0/+3
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-082-10/+32
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-053-4/+4
* WinGui: Remove Logging abstraction from the Services library. Let the librar...sr552018-05-081-2/+3