Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Msbuild typo | sr55 | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | WinGui: Update deprecated Ookii.dialogs reference to newer Ookii.dialogs.wpf | sr55 | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵ | sr55 | 2020-11-12 | 7 | -62/+73 |
| | | | | correctly and some warnings fixed. | ||||
* | WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵ | sr55 | 2020-11-11 | 8 | -152/+64 |
| | | | | | | to be installed on the machine) Changed the configruation to make the UI platform agnostic. This will allow it to run on ARM64 natively (in theory) with if provided with an ARM64 native hb.dll | ||||
* | build(deps): bump gong-wpf-dragdrop from 2.3.1 to 2.3.2 in /win/CS | dependabot[bot] | 2020-11-05 | 1 | -1/+1 |
| | | | | | | | | Bumps [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/punker76/gong-wpf-dragdrop/releases) - [Changelog](https://github.com/punker76/gong-wpf-dragdrop/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/punker76/gong-wpf-dragdrop/compare/2.3.1...2.3.2) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | WinGui: Fix an issue with live preview state after the first preview and ↵ | sr55 | 2020-10-31 | 3 | -14/+22 |
| | | | | improve some file lock error handling and message. #3206 | ||||
* | build(deps): bump gong-wpf-dragdrop from 2.2.0 to 2.3.1 in /win/CS | dependabot[bot] | 2020-10-24 | 1 | -1/+1 |
| | | | | | | | | Bumps [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/punker76/gong-wpf-dragdrop/releases) - [Changelog](https://github.com/punker76/gong-wpf-dragdrop/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/punker76/gong-wpf-dragdrop/compare/2.2.0...2.3.1) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | WinGui: Simultaneous encode improvements. | sr55 | 2020-10-24 | 14 | -231/+189 |
| | | | | | - Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling. | ||||
* | WinGui: Null safetly for last commit. | sr55 | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | WinGui: Block the completed event from re-firing if the worker process runs ↵ | sr55 | 2020-10-23 | 2 | -3/+22 |
| | | | | into trouble. #3196 | ||||
* | WinGui: Preference the first QSV encoder when we don't have any used QSV ↵ | sr55 | 2020-10-11 | 1 | -0/+6 |
| | | | | hardware tokens in the queue resource manager. | ||||
* | WinGui: Support allocation of work across multiple Intel GPU's | sr55 | 2020-10-11 | 3 | -14/+69 |
| | |||||
* | HandBrake.Interop: Library cleanup. | sr55 | 2020-10-04 | 120 | -1382/+601 |
| | | | | | | - Remove HbFunctions provider class and interface. It's not needed. Interop library will direct call libhb though HBFunctions.cs - Remove HbFunctionsDirect. Any consumer of the HandBrake API should be using managed calls rather than having to deal with pointers. - Fix many stylecop warnings and update rulesets around this. | ||||
* | WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161 | sr55 | 2020-09-29 | 3 | -5/+10 |
| | | | | Small performance improvement on the log window. | ||||
* | WinGui: Agressively call global_close on libhb to attempt to make sure ↵ | sr55 | 2020-09-26 | 3 | -10/+22 |
| | | | | temporary directories are cleared up. Should fix #3154 where the worker proces isn't fully clearing up behind itself. | ||||
* | nvenc: Allow 3 simulatenous encodes in multi-instance mode on windows. | sr55 | 2020-09-26 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ↵ | sr55 | 2020-09-26 | 1 | -11/+18 |
| | | | | audio encoders are used in a preset. | ||||
* | Update ResourcesTooltips.co.resx from Transifex on 2020-09-20 | Patriccollu | 2020-09-21 | 1 | -28/+28 |
| | |||||
* | Update Resources.co.resx from Transifex on 2020-09-20 | Patriccollu | 2020-09-21 | 1 | -34/+37 |
| | |||||
* | WinGui: Fix a couple of cosmetic translation issues. Fixes #3116 | sr55 | 2020-09-11 | 5 | -9/+19 |
| | |||||
* | WinGui: Performance Optimisation to the summary tab. Don't request previews ↵ | sr55 | 2020-09-07 | 2 | -2/+7 |
| | | | | | | when previews are turned off. Also thrown the delayed action processor on to avoid doing unnecessary work when bulk adding to the queue. #3117 Queue add should be near instant now. | ||||
* | WinGui: Small optimisation to the Add to Queue function. Adding 250 Items ↵ | sr55 | 2020-09-07 | 1 | -1/+20 |
| | | | | Before ~12 seconds. After: ~1 seconds #3117 | ||||
* | WinGui: Fix a bug with pre/postfix in autoname functonality | sr55 | 2020-09-06 | 1 | -10/+7 |
| | |||||
* | WinGui: Various fixes to the log window when using muilti-instance. | sr55 | 2020-09-05 | 7 | -54/+108 |
| | |||||
* | Try to fix error CNDL0014 | Nomis101 | 2020-09-03 | 1 | -4/+4 |
| | |||||
* | Update Product.wxs for new locales | Nomis101 | 2020-09-03 | 1 | -7/+28 |
| | |||||
* | WinGUI: Add initial support for Ukrainian locale | Nomis101 | 2020-09-03 | 3 | -4/+17 |
| | |||||
* | Update some locales, add Ukrainian and Corsican locale files | Nomis101 | 2020-09-03 | 20 | -207/+7359 |
| | |||||
* | WinGUI: Add support for Corsican locale | Nomis101 | 2020-09-03 | 3 | -4/+17 |
| | |||||
* | WinGui: Don't use Regex where it's not needed for the AutoName support. ↵ | sr55 | 2020-09-02 | 1 | -7/+7 |
| | | | | Fixes #3108 | ||||
* | WinGui: Update the msbuild file to use Configuration placeholders. | sr55 | 2020-08-31 | 1 | -12/+12 |
| | |||||
* | WinGui: Fix build | sr55 | 2020-08-30 | 1 | -2/+2 |
| | |||||
* | WinGui: MSI installer improvements. | sr55 | 2020-08-29 | 2 | -96/+120 |
| | | | | | | - Use a seperate install directory from the NSIS installer. It will by default install into a "HandBrakeTeam" folder in program files directory rather than "HandBrake". - Add support for Nightly vs Release Builds #522 | ||||
* | WinGui: Fix a bug in preset parsing where multiple video tunes are used. ↵ | sr55 | 2020-08-29 | 1 | -1/+1 |
| | | | | Fixes #3092 | ||||
* | WinGui: Make the AsyncDepth variable nullable so it does not default to 0 ↵ | sr55 | 2020-08-24 | 1 | -1/+1 |
| | | | | when the queue is exported. Fixes #3037 | ||||
* | WinGui: Hide QSV Low Power checkbox when QSV not available. #3083 | sr55 | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | WinGui: Add a menu option to allow exporting all user presets for easier ↵ | sr55 | 2020-08-22 | 11 | -121/+146 |
| | | | | backups #2917 | ||||
* | WinGui: Align some of the checkboxs left to avoid overly large click areas. ↵ | sr55 | 2020-08-22 | 3 | -6/+6 |
| | | | | Fixes #3070 | ||||
* | WinGui: Make it clearer that other media players may work for video preview ↵ | sr55 | 2020-08-22 | 16 | -118/+23 |
| | | | | path in preferences. #3069 | ||||
* | build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CS | dependabot[bot] | 2020-08-20 | 1 | -1/+1 |
| | | | | | | | Bumps [Ookii.Dialogs](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | WinGui: Improvements to the new Preset Management UI. | sr55 | 2020-08-04 | 16 | -142/+446 |
| | | | | | | | | | - Add Category to the preset information pane. - Allow Preset Category to be changed for User Preset only. - Add "(Default Preset)" label on the info tab - Add button to Set Default Preset on the info tab. - Add Help Icon to open up the docs page (Per Mac UI) - Misc Fixes | ||||
* | WinGui: Fix a startup performance issue with the UI. Fixes #3046 | sr55 | 2020-08-01 | 1 | -3/+15 |
| | |||||
* | WinGui: Update the UI to allow passthru of metadata to be disabled. This ↵ | sr55 | 2020-07-31 | 10 | -183/+164 |
| | | | | | | | | utilises the change 2677f9fe9e91f9dfeccaf8c265615a703e20efa5 This is a new preference in Preferences -> Output Files -> Metadata There is no change to the previous metadata passthru behaviour. It's simply now possible to turn it off. | ||||
* | WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit. | sr55 | 2020-07-31 | 1 | -559/+94 |
| | |||||
* | WinGui: Add Windows Serer 2019 to the approved list for Process isolation. | sr55 | 2020-07-31 | 1 | -1/+11 |
| | |||||
* | WinGui: Fix build attempt 2 | sr55 | 2020-07-25 | 1 | -5/+0 |
| | |||||
* | WinGui: Fix Build | sr55 | 2020-07-24 | 2 | -9/+0 |
| | |||||
* | WinGui: Add back lost functionality on the new queue design. There is now a ↵ | sr55 | 2020-07-24 | 10 | -42/+123 |
| | | | | Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974 | ||||
* | WinGui: Adding a resource manager for hardware encoders. Since you can only ↵ | sr55 | 2020-07-24 | 3 | -7/+144 |
| | | | | run a limited number of simultaneous encodes in hardware encoders, this service will manage that resource. For now, it's limited to 1 for all encoders when using multi-instance support. | ||||
* | WinGui: Fix an erroneous log message about low-power not being supported on ↵ | sr55 | 2020-07-19 | 3 | -5/+4 |
| | | | | older Intel hardware. |