summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Bump version to 1.3.1sr552019-12-173-4/+4
|
* WinGui: When using QuickSync and defaulting to VFR same as source on encoder ↵sr552019-12-141-4/+10
| | | | | | | | change, make sure the UI is correctly updated and actually using VFR mode 0. Fixes #2475 Also fix an issue with the x264 tooltip code sometimes triggering the x264 API call before we've switched to x264 fully. (cherry picked from commit dac28592df9fd16d189d98429014e53e62a3dce2)
* WinGui: Expand the hack to make the window appear correctly when restoring ↵sr552019-12-101-1/+4
| | | | | | from task tray. Fixes #2497 (cherry picked from commit 8f5748ede67c8e93965daf3abf739ba3cc4e8266)
* WinUI: Notify of display field changes for QueueStats (#2488)Joshua Shaffer2019-12-091-4/+7
| | | | (cherry picked from commit 667554622bbb22e214cdd312e408a37247008310)
* WinGui: Limit iPod atom to H.264. Fixes #2490sr552019-12-095-3/+57
| | | | (cherry picked from commit 56a0493beb33fea858bb3f795799994f37523614)
* WinGui: Invoke QueueChanged after ImportJoshua Shaffer2019-12-091-0/+4
|
* WinGui: Fix a bug in the Add presets window where the Audio / Subtitle ↵sr552019-11-257-2/+38
| | | | | | defaults would not set. Fixes #2457 (cherry picked from commit a5d359d79f28924fd0a57603793d6aa57499c49a)
* WinGui: Fix Tooltip Style for Dark theme. Fixes #2423sr552019-11-161-0/+6
| | | | (cherry picked from commit cd4106cdae9af9d7006da261f3971e5b34450dde)
* WinGui: Fix a crash on the Dark theme.sr552019-11-151-1/+1
| | | | (cherry picked from commit 82b85f6119d63457b1949627b4ca72f47c9cd0a3)
* WinGui: Remove erroneous autoname error that wouldn't allow the user to use ↵sr552019-11-151-4/+7
| | | | | | releative paths. (cherry picked from commit 11146c96dcbb9e1aa533b01a9dac22c5f1b2a131)
* WinGui: Fix an issue with autoname file format not being stored correctly. ↵sr552019-11-151-1/+1
| | | | | | Fixes #2422 (cherry picked from commit 6b456f00d3cb720e940959c6fc9963eacdec8bc3)
* WinGui: Force a built-in preset update on libhb preset version change. #2421sr552019-11-151-2/+8
| | | | (cherry picked from commit 7584e783ef87186b60395c29b375e8ec25991c1b)
* WinGui: Fix missing langauge resource file for Koren. Fixes #2420sr552019-11-151-0/+1
| | | | (cherry picked from commit c93b82ed7ea1f013d4b1a31d24ded042188bf4e3)
* WinGui: Add missing language packs to the installer. Fixes #2407sr552019-11-112-1/+62
|
* WinGui: Fix an issue with Closed Captions Automation not working. Fixes #2402sr552019-11-101-14/+12
|
* WinGUI: Update korean and russian localeNomis1012019-11-083-63/+62
|
* WinGui: Fix translation of placeholders.sr552019-11-011-2/+2
|
* Update Korean localeNomis1012019-11-012-193/+200
|
* Fix BOM and newlineNomis1012019-11-013-6/+6
| | | | Bring back BOM and remove additional newline
* WinGUI: Update localeNomis1012019-11-015-94/+98
| | | | Update locale for WinGUI which do have 100 %.
* WinGui: Fix some errors in translation. Placeholders for autoname are not ↵sr552019-10-2610-171/+167
| | | | | | translatable currently. These are now back to english. (Something to look at for the next version). Also minor improvements to the AutoNameHelper to handle "{source}" as an available option and generally make it more flexible. #2373
* WinGui: Add support and initial translation for Koreansr552019-10-244-0/+2617
|
* WinGUI: Update localizationNomis1012019-10-223-16/+16
| | | | Sync from Transifex
* WinGui: Workaround a broken behaviour in Windows Task Tray. Maximise window ↵sr552019-10-181-2/+3
| | | | is now single click.
* WinGUI: Update tr and zh localizationNomis1012019-10-182-25/+277
|
* WinGui: Fix display of NVENC quality label on queue. Fixes #2363sr552019-10-161-1/+7
|
* WinGUI: Update some localesNomis1012019-10-165-224/+603
| | | | Update WinGUI locale de, fr and ru. Other locales will come, if they reach 100%.
* WinGui: Small improvement / fix to the Directory open code to allow it to ↵sr552019-10-141-1/+8
| | | | highlight a given file if existing, and also better handle non existing files. Fixes #2360
* 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-1328-149/+748
|
* WinGui: Update Translation Files.sr552019-10-057-49/+66
|
* 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:sr552019-09-229-40/+67
| | | | | | - 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: 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: 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
|
* 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-122-2/+2
| | | | 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
|