summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Force set FastDecode = false for x265. It's only an option under the ↵sr552019-07-281-1/+2
| | | | dropdown, not an additional set. Fixes #2211
* WinGui: Better formatting for encode timessr552019-07-273-4/+4
|
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-165-15/+19
|
* WinGui: Support Encode Time in days. #523sr552019-07-162-2/+7
|
* WinGui: Since the UI now has active storage space left monitoring, set the ↵sr552019-07-141-1/+1
| | | | default to 2GB rather than 10GB. Users can up this if they desire.
* WinGui: Remove the experimental embedded queue. It's not been working right ↵sr552019-07-1412-397/+9
| | | | for a while and I don't intend to develop it out.
* WinGui: Level support for x265sr552019-07-121-1/+2
|
* WinGui: Further work on the new dark theme.sr552019-07-064-36/+613
|
* WinGui: Build out code for active monitoring of storage and battery power ↵sr552019-07-0515-13/+308
| | | | | | | | | | on the system. (Similar to what the LinUI does) - Automatic pause on "Low" or "Critical" battery alarms. The % level is set in Windows power settings. Automatic Resume when AC returns, if it was paused by an alarm. - Automatic encode pause when destination drive drops below 2GB. (May make this a preference set later) - Behaviour of pause queue on low disk space with a user defined level in preferences is unchanged. #2109 #2181
* WinGui: The preferences UI for "Pause on low disk space" was bad with the ↵sr552019-07-054-20/+18
| | | | checkbox being separated from the size limit. Wording / layout for this now matches MacGui.
* WinGui: Some minor further work to the dark theme.sr552019-07-033-9/+15
|
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-034-1/+61
|
* WinGui: Fix an issue where Fast Decode appeared not to save as part of ↵sr552019-07-011-3/+11
| | | | presets correctly for x265. Fixes #2174
* WinGui: Prevent Fast Decode from being double set when changing to x265 from ↵sr552019-07-011-0/+5
| | | | x264 where Fast Decode checkbox was checked. Fixes #2175
* WinGui: Slight increase in size of the Log window so that the vast majority ↵sr552019-06-301-2/+2
| | | | of log lines fall into one line.
* WinGui: A useful window utility class that might be useful later.sr552019-06-302-0/+128
|
* WinGui: Usability improvements on the Queue.sr552019-06-304-64/+45
| | | | | - Options dropdown is placed above the queue. - Show only destination filename on the queue panel. Full details shown on the right panel still. Allows 2 additional queue records to show on screen at any given time.
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵sr552019-06-2425-194/+242
| | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162
* WinGui: Have the installer check for .NET 4.8 instead of 4.7sr552019-06-242-2/+2
|
* WinGui: Fix a crash caused by the themeing work.sr552019-06-221-2/+3
|
* WinGui: Further work on the new Dark Theme.sr552019-06-224-20/+51
|
* WinGui: Further work on the new Dark Theme. Mostly around icons.sr552019-06-2259-101/+244
|
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not ↵sr552019-06-1613-39/+552
| | | | yet complete but will give a general idea of the look and feel! (Can be toggled on in preferences)
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of ↵sr552019-06-1511-19/+21
| | | | the user reports that the UI isn't launching.
* WinGui: Language consistency tweak in queue.sr552019-06-072-2/+2
|
* WinGui: Re-implement queue import/export functionality for the GUI. Note, ↵sr552019-06-076-224/+74
| | | | | | this is incompatible with the CLI Queue parser. There is an existing separate option for exporting into a CLI friendly JSON format. Format subject to change in the future. For now, this is a quick way of getting this functionality back. #898
* WinGui: Add a "Test" button to the When Done Audio options. Also log the ↵sr552019-06-066-3/+74
| | | | "MediaFailed" event to the log otherwise we get silent failures. #2130
* WinGui: Add logging to the PrePostActionServicesr552019-06-061-4/+22
|
* WinGui: Don't show encoder options when Fallback = None and a passthru ↵sr552019-06-0612-49/+253
| | | | encoder is selected on the Audio Defaults screen. Also add the ? as the MacGui has. #2135
* Revert "WinGui: Switch to SDK style cproj files. Switch to ↵sr552019-06-0112-200/+1009
| | | | | | PackageReferences for NuGet Packages." This reverts commit 7cf0e78155c1611d2055175d4b37fb04414f55c7.
* WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or ↵sr552019-06-011-1/+1
| | | | fallback encoder are set.
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for ↵sr552019-06-0112-1009/+200
| | | | NuGet Packages.
* WinGui: Add Preference to perform the When Done Action immediately without ↵sr552019-05-227-27/+85
| | | | the 60 second prompt. (off by default)
* WinGui: Fix Copyright headersr552019-05-221-1/+1
|
* WinGui: Better expose some of the UI actions in the Menus. Including ↵sr552019-05-151-1/+7
| | | | shortcuts for key commands. #2092
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
|
* WinGui: Clean-up the preset archive code. New filename format for archive ↵sr552019-05-121-39/+24
| | | | files is presets.json.version.archive to make it easier to identify what preset version it came from. i.e. presets.json.36_0_0.archive
* WinGui: Improvements for #2090sr552019-05-126-8/+58
| | | | | - Support upgrading presets from 1.2.2 and later. Preset importer required some fixes to allow this to operate. - Changed Import Presets function to ignore built-in presets when the user tries to import the presets.json file. Cuts down on the volume of errors they'll get doing so.
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This ↵sr552019-05-1113-142/+125
| | | | allows us to better handle version upgrades without resetting everything back to 0.
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-112-3/+34
|
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵sr552019-05-1019-1005/+1019
| | | | | | the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version.
* WinGui: Add .editorconfigsr552019-05-082-4/+148
|
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK ↵sr552019-05-087-34/+235
| | | | | | project style. (#2068)" This reverts commit 7bd675b67fbadc193750377f7f2fc4b60a1ca193.
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project ↵David Rickard2019-05-087-235/+34
| | | | | style. (#2068) Updated solution to VS 2019
* WinGui: Fix fast decode tune with x264 vs x265. #2083sr552019-05-072-9/+12
|
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
|
* WinGui:sr552019-05-025-12/+18
| | | | | | - Update Gong-WPF-DragDrop to 2.0.1 - Update Newtonsoft JSON.NET to 12.0.2 - Update THANKS file.
* WinGui: Improved Language of the hardware encoder preferences to help avoid ↵sr552019-05-023-8/+22
| | | | confusion.
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-0212-39/+166
|
* WinGui: Minor refactoring of the AutoNameHelper class to improve code ↵sr552019-04-251-131/+130
| | | | readability.