summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix an issue where the treeview control can, when categories are clos...sr552020-06-051-1/+1
* Cherry Pick WinGui: Fix Presets and Summary FPS labels.sr552020-05-021-1/+4
* WinGui: Fix preview images for "None" when using anamorphic content.sr552020-03-181-2/+2
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-233-17/+36
* WinGui: When Deleting Selected records, if one of the jobs is encoding, promp...sr552020-02-121-1/+1
* WinGui: AutoPassthru is now implemented using libhb using hb_autopassthru_get...sr552020-02-071-3/+3
* WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582sr552020-02-052-6/+9
* WinGui: Improve the way the Audio and Subtitle Language selection is handled....sr552020-02-052-9/+21
* WinGui: Main Window Status label not updating correctly when resetting jobs. ...sr552020-01-251-9/+1
* WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587sr552020-01-251-2/+2
* WinGui: Add a new option to autoname that mimic's an unintended behaviour of ...sr552020-01-011-0/+19
* WinGui: Improve the way updates are notified. The status label isn't visible ...sr552020-01-011-0/+13
* WinGui: Change the invalid path errors from an Exception Window to a standard...sr552019-12-201-1/+2
* WinGui: When using QuickSync and defaulting to VFR same as source on encoder ...sr552019-12-141-4/+10
* WinGui: Limit iPod atom to H.264. Fixes #2490sr552019-12-091-1/+25
* WinGui: Fix a bug in the Add presets window where the Audio / Subtitle defaul...sr552019-11-255-2/+32
* WinGui: Fix an issue with autoname file format not being stored correctly. F...sr552019-11-151-1/+1
* WinGui: Small improvement / fix to the Directory open code to allow it to hig...sr552019-10-141-1/+8
* WinGui: Remove "QP" label for NVENC since it's no longer QP. Fixes #2356sr552019-10-141-2/+15
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-135-106/+42
* WinGui: Make a number of UI compoents translatable. #2345sr552019-10-053-2/+15
* WinGui: Fix crash on Audio Defaults View. Fixes #2341sr552019-10-022-8/+2
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-014-68/+37
* WinGui:sr552019-09-221-14/+3
* WinGui: Make a note of what the base preset was in the log when starting an e...sr552019-09-082-3/+3
* WinGui: When using the About Menu -> Update Check, automatically preform the ...sr552019-08-291-0/+2
* WinGui: Make the Dark Theme Windows 10 only.sr552019-08-121-0/+2
* WinGui: UI / Consistency improvements on Audio and Subtitle Defaultssr552019-07-317-155/+28
* WinGui: Force set FastDecode = false for x265. It's only an option under the ...sr552019-07-281-1/+2
* WinGui: Better formatting for encode timessr552019-07-271-2/+2
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-161-11/+15
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-144-57/+9
* WinGui: Level support for x265sr552019-07-121-1/+2
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-053-10/+26
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-031-0/+1
* WinGui: Fix an issue where Fast Decode appeared not to save as part of preset...sr552019-07-011-3/+11
* WinGui: Prevent Fast Decode from being double set when changing to x265 from ...sr552019-07-011-0/+5
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-248-59/+58
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not yet...sr552019-06-161-15/+28
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-071-8/+17
* WinGui: Add a "Test" button to the When Done Audio options. Also log the "Med...sr552019-06-061-0/+26
* WinGui: Don't show encoder options when Fallback = None and a passthru encod...sr552019-06-062-0/+12
* WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or fallbac...sr552019-06-011-1/+1
* WinGui: Add Preference to perform the When Done Action immediately without t...sr552019-05-221-14/+35
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-104-8/+8
* WinGui: Fix fast decode tune with x264 vs x265. #2083sr552019-05-071-6/+9
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-021-1/+2
* WinGui: Refactor Filters View Model - (Grayscale)sr552019-04-251-37/+12