summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Refactor Filters View Model - (Rotate and Flip)sr552019-04-251-57/+8
* WinGui: Refactor Filters View Model - (Deblock)sr552019-04-251-103/+10
* WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)sr552019-04-251-219/+15
* WinGui: Refactor Filters View Model - (Detelecine Filter)sr552019-04-251-74/+12
* WinGui: Refactor Filters View Model - (Denoise Filter)sr552019-04-251-143/+9
* WinGui: Refactor the Filters View Model. Each filter will now have it's own ...sr552019-04-251-118/+13
* WinGui: Auto-name System will now always generate a unique filename. The Pref...sr552019-04-211-1/+60
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-202-9/+38
* WinGui: Various fixes and improvements to validation handling and options in...sr552019-04-192-14/+17
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
* WinGui: Minor bug fixes and UX improvements to the new queue design.sr552019-04-061-0/+5
* WinGui: Reafactor application init and introduce a --no-hardware flat that ca...sr552019-04-062-5/+1
* WinGui: Minor queue bugfix for delete actionsr552019-03-301-0/+5
* WinGui: Fix an issue where cropping was taking into account too late when loa...sr552019-03-241-14/+20
* WinGui: Add protection against unavailable directory in MRU List. Fixes #1995sr552019-03-171-2/+2
* WinGui: Log exceptions out to files in the log directory. #1950sr552019-03-091-27/+26