summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Another fix to the preset panel behaviour.sr552020-06-051-1/+1
|
* WinGui: Merge Fixsr552020-06-051-1/+0
|
* WinGui: Fix an issue where the treeview control can, when categories are ↵sr552020-06-054-105/+26
| | | | | | | | closed, trigger a series of events that cause the preset to be de-selected. Fix an issue where removing a preset can leave none selected. #2875
* WinGui: Bump version to 1.3.3sr552020-05-305-7/+7
|
* WinGui: Fix a crash in the bitmap utility class that was breaking memory ↵sr552020-05-201-12/+12
| | | | | | allocaitons. #2871 (cherry picked from commit 06fee7e392d2cda7374ed368bf62d960c1106d22)
* WinGui: Missing E-AC3 Encoder. Fixes #2855sr552020-05-201-0/+4
| | | | (cherry picked from commit 434b24bcf92d35925c936cf8ea34f100f22e99cf)
* WinGui: Fix the dark theme. Caused by a bad merge. #2816sr552020-05-041-0/+4
|
* Cherry Pick WinGui: Fix Presets and Summary FPS labels.sr552020-05-0211-32/+25
|
* WinGui: Bump the version to 1.3.2sr552020-05-025-7/+7
|
* WinGui: Fix a bug in the preview window where the flip was operating on the ↵sr552020-04-181-1/+1
| | | | | | wrong axis. Fixes #2764 (cherry picked from commit 56f64e0f510e4df8e95167da31a0a3f55fe737cc)
* WinGui: Override the Treeview Resource template to fix some styling issues ↵sr552020-03-182-0/+173
| | | | | | on the Dark theme. Fixes # 2646 (cherry picked from commit af222533d3784c085739aa5b4820a679e1affcb5)
* WinGui: Revert queue selection behavior back to extended. Fixes #2657sr552020-03-181-1/+1
| | | | (cherry picked from commit c28a2513ba3e8891206f7f912126c89c8041e958)
* WinGui: Make the error information clearer when the user imports a preset ↵sr552020-03-181-1/+3
| | | | | | with invalid audio encoders set. #2638 (cherry picked from commit 970f2955fd40fc66d55f4dcab769ed9afbf3cb49)
* WinGui: Fix preview images for "None" when using anamorphic content.sr552020-03-183-6/+19
| | | | (cherry picked from commit 9541cabae0954244b3a4dab53a99830604d97719)
* WinGui: Fix a small cosmetic issue on the main window presets control. Fixes ↵sr552020-02-243-3/+3
| | | | | | #2652 (cherry picked from commit 368c6062c51b1f46fbd077e8b17ffdde062a2a06)
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-239-24/+55
| | | | | | | - Preferences UI updated to make it clearer difference between Alert Level and Pause When Low options. - Main Window UI around adding to Queue will now prompt and allow to Confirm / Deny adding to queue when disk space is low. - Alerts are less agressive when bulk adding to the queue. Fixes #2648
* WinGui: Fix Duration / Paused Duration when > 1 day. Fixes #2649sr552020-02-231-2/+2
| | | | (cherry picked from commit ff8cd471a96ac161cdb305d9109391b0c60473c9)
* WinGui: Fix an issue with Queue Pause/Resume not working correctly and some ↵sr552020-02-232-2/+14
| | | | | | unhandled silent exceptions in the libhb wrapper library. Fixes #2647 (cherry picked from commit 4083aca9d94a7fd58b400b3744a35bfc233cdf5d)
* WinGui: Set queue selection mode to Singlesr552020-02-231-1/+1
| | | | (cherry picked from commit d18c6ff64630c1b741b05d0ae170c92dd05d5870)
* WinGui: Fix a minor cosmetic issue with the title dropdown. Fixes #2645sr552020-02-231-3/+3
| | | | (cherry picked from commit b203d0dee2677ee9e1a5f8ba5308d5c9543e2c35)
* WinGui: When Deleting Selected records, if one of the jobs is encoding, ↵sr552020-02-121-1/+1
| | | | | | prompt the user one final time before deleteing to avoid any accidential deletions. #2632 (cherry picked from commit 7adb00bcc87d27bf7c484e848fa8844b4913c3f9)
* WinGui: Workaround a bug in the .NET Framework that's causing odd tooltip ↵sr552020-02-121-1/+2
| | | | | | behaviours. #2630 (cherry picked from commit 68d135cb03680b8286ac7c53a21236c0b7bad5c4)
* WinGui: AutoPassthru is now implemented using libhb using ↵sr552020-02-076-9/+96
| | | | | | hb_autopassthru_get_encoder. This should solve a number of issues around selection. Fixes #2627 and #2611 (cherry picked from commit b436ec04facbb390431738d37856e887fd2155e8)
* WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582sr552020-02-054-12/+15
| | | | (cherry picked from commit d8fff96fa0b7c08578bdd8362e7a557c551d24d1)
* WinGui: Always set UsePictureFilters to true for legacy preset support. #2531sr552020-02-051-0/+1
| | | | (cherry picked from commit 95148b574712418f03fbcec48e41719d0be90800)
* WinGui: Improve the way the Audio and Subtitle Language selection is ↵sr552020-02-053-13/+45
| | | | | | handled. When "(Any)" is used, make sure to honour the order of any languages that are also selected as a priority. Fixes #2611 (cherry picked from commit d388fee8e2773792254373eef770c6948ebbc1d4)
* WinGui: Move Handling of AutoPassthru to the UI so it more clearly reflects ↵sr552020-02-051-1/+7
| | | | | | what is happening and allows correct processing of fallback encoder values. Fixes #2619 (cherry picked from commit d212e7c22a0155bab4bc57839383872b919af9fa)
* WinGui: Fix an issue where default settings were not getting loaded. Fixes #2549sr552020-01-254-609/+76
| | | | Note, you'll need to competely delete all settings.json files in the %appdata%/HandBrake folder for a full recovery.
* WinGui: Improve rendering of queue filename when the filename > 1 line for ↵sr552020-01-251-2/+2
| | | | | | the listbox. Fixes #2570 (cherry picked from commit 5daeeef076cfde998143cf2802823bd887f78dfd)
* WinGui: Main Window Status label not updating correctly when resetting jobs. ↵sr552020-01-255-11/+25
| | | | | | Fixes #2538 (cherry picked from commit ddef5204443b2248940dc2fce5e7463c217caf33)
* WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587sr552020-01-252-3/+6
| | | | (cherry picked from commit 97424db9a6b116054ec31f4a6f1aee8a95e090da)
* WinGui: Some cosmetic improvements to the Dark Theme. (Toolbar and ↵1.3.1release_1.3.1sr552020-01-045-27/+150
| | | | GroupBox's get a minor improvement)
* WinGui: Add a new option to autoname that mimic's an unintended behaviour of ↵sr552020-01-019-63/+126
| | | | 1.2 "Always use the default path for each new name generated" #2434
* WinGui: Improve the way updates are notified. The status label isn't visible ↵sr552020-01-015-4/+45
| | | | when the application starts and will be reset during scan thus wasn't appropiate. The Source Selection Pane which shows on startup will now show a link that opens the Options Update tab.
* WinGui: Cosmetic: Increase slightly the default size of the queue window, ↵sr552020-01-012-5/+6
| | | | | | and allow the left pane to grow a bit larger when upscaling the window. #2527 (cherry picked from commit d330c8d834b2ff951adb7c4771632079f92adcaf)
* WinGui: Fix Dimension ComboBox colour on Dark Theme for the Add Preset Window.sr552019-12-201-1/+0
| | | | (cherry picked from commit d00be1071625287f8fd899cf47beabd23d366f6e)
* WinGui: Change the invalid path errors from an Exception Window to a ↵sr552019-12-201-1/+2
| | | | | | standard Error Message Box. Fixes #2518 (cherry picked from commit ca6820cc7402af9cd3d898622fcde35ad4bb0827)
* WinGui: Bump version to 1.3.1sr552019-12-175-7/+7
|
* 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-096-4/+58
| | | | (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)