summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Make a number of UI compoents translatable. #2345sr552019-10-0511-30/+151
|
* WinGui: Queue Stats cosmeticssr552019-10-042-17/+71
|
* WinGui: Fix crash on Audio Defaults View. Fixes #2341sr552019-10-023-9/+2
|
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-0114-79/+108
|
* WinGui: Windows 8.1 has broken image scaling under certain conditions when ↵sr552019-09-231-1/+1
| | | | using certain optimised png files. Change the scaling mode to one that appears to work more reliabally.
* WinGui: Fix a bug in the previous changelistsr552019-09-221-1/+1
|
* WinGui:sr552019-09-2227-324/+1063
| | | | | | - Add a non-static wrapper around HbFunctions.cs - Add a Wrapper Provider that for now, returns only a direct in-process wrapper instance for libhb HbFunctions calls. - Update all calls to use the new non-static wrapper provider / interface
* WinGui: Fix missing tooltip with x264 advanced options on Video Tab.sr552019-09-221-1/+1
|
* WinGui: Localisation Updates (de, ru) and adding Turkish Language.sr552019-09-216-16/+2532
|
* WinGui: When double clicking in the destination box, for the filename only, ↵sr552019-09-143-0/+73
| | | | | | select the full filename, and not a single word of that filename. #2312 This is considered an experiment so may or may not stay.
* WinGui: Update Langauges for #2190 and #731sr552019-09-101-1/+2
|
* WinGui: Fix a culture issues where nubmers were the status text is displayed ↵sr552019-09-081-3/+1
| | | | with a point instead of a comman in some locales.
* WinGui: Make a note of what the base preset was in the log when starting an ↵sr552019-09-087-10/+24
| | | | encode #2298
* WinGui: Fix 2 issues with audio track names. First, Name was not updating ↵sr552019-09-011-4/+19
| | | | correctly when changing source track. Second, user defined names were overwritten during json creation for the encode. Fixes #2286
* WinGui: Treat empty string as null for Subtitle Name. #2275sr552019-08-301-1/+7
|
* WinGui: When using the About Menu -> Update Check, automatically preform the ↵sr552019-08-292-0/+6
| | | | check rather than requiring the user to hit an additional button.
* WinGui: Various small UI/UX fixes Fixes #2280 #2278sr552019-08-294-23/+28
|
* WinGui: Fix a subtitle related error when adding to queue. Fixes #2253sr552019-08-181-1/+4
|
* WinGui: Another update of the translations.sr552019-08-165-102/+237
|
* libhb: remove dead code.Damiano Galassi2019-08-131-7/+0
|
* WinGui: Fix the .NET Framework version check in the installer.sr552019-08-122-16/+6
|
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ↵sr552019-08-128-8/+8
| | | | and isn't as widespread deployed. Installer will still download 4.8 if a suitable version isn't installed.
* WinGui: UI Consistency Tweak on the video tab.sr552019-08-122-2/+2
|
* WinGui: Metadata code cleanupsr552019-08-123-46/+154
|
* WinGui: Update French, Chinese, German Translations. Added Spanish and ↵sr552019-08-1212-512/+5642
| | | | Russian as new supported languages.
* WinGui: Improvements to dropdown visibility behaviour on the Audio Defaults. ↵sr552019-08-122-5/+59
| | | | #2135
* WinGui: Make the Dark Theme Windows 10 only.sr552019-08-125-4/+6
|
* WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ↵sr552019-08-1210-28/+68
| | | | for both Audio/Subtitles if the source track has it available and we support reading it from that type of source file. #855 #2213
* WinGui: UI / Consistency improvements on Audio and Subtitle Defaultssr552019-07-3121-602/+318
|
* 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
|