summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Switch over to System.Text.Json for the Queue Services.sr552021-01-1510-51/+18
|
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-1411-121/+250
|
* WinGui: Fixes #3347 where the preset menu list was slow to update.sr552021-01-133-53/+24
|
* WinGui: Minor improvement to presets. Also show the preset tooltip on the ↵sr552021-01-112-2/+5
| | | | Menu items.
* WinGui: Fix a log file access error that could occur in remote instance modesr552021-01-111-2/+2
|
* WinGui: UI improvements around presets.sr552021-01-096-13/+79
| | | | | - The Toolbar "Presets" button has been changed to a dropdown button. This now allows access to the Preset manage, and also displays all the preset categories. This is similar to the preset overlay window on macOS. - Use a larger font size for the default preset in the Preset Manager in place of what used to be bold to make it a bit more noticable.
* WinGui: Add experimental support for Right to Left languages. This globally ↵sr552021-01-092-4/+25
| | | | inverts the UI.
* WinGui: Remove bold from preset manager list box to further avoid confusion. ↵sr552021-01-091-3/+0
| | | | It's not so meaningful here.
* WinGui: Remove bold "(Default Preset)" label and add discrete "Is Default: ↵sr552021-01-0714-57/+54
| | | | Yes/No" to remove association of bold == default. #3331
* WinGui: Fix typo on new preset pane and fix an issue with mis-detecting ↵sr552021-01-073-3/+3
| | | | preset type for user presets.
* WinGui: Fix an issue with QSV adaptor Probe. It should not call when QSV is ↵sr552021-01-071-3/+9
| | | | not compiled in. Fixes #3329
* Update copyright dates to 2021.Bradley Sepos2021-01-0117-17/+17
|
* WinGui: Small improvement to logging.sr552020-12-131-2/+3
|
* WinGui: Reset Process Isolation settings if the machine hardware changes and ↵sr552020-12-131-6/+13
| | | | is no longer viable. #3269
* WinGui: Better handle disabled presets in the UI.sr552020-12-136-18/+57
|
* build(deps): bump Ookii.Dialogs.Wpf from 3.0.1 to 3.1.0 in /win/CSdependabot[bot]2020-12-121-1/+1
| | | | | | | Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <[email protected]>
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵sr552020-12-1112-39/+84
| | | | Thanks. #3222
* WinGUI: Update spanish and french localeNomis1012020-12-073-12/+12
| | | | Just a minor update this time
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-0611-217/+224
|
* WinGui: Improved reliablity of the queue service with multiple instances ↵sr552020-12-035-39/+61
| | | | running. Note, there will now be up to a 3.5 second delay before starting each new job.
* WinGui: Improvements to log handling for multi-instancesr552020-12-034-27/+108
|
* WinGui: Remove further JSON.Net code to remove incompatiblity with ↵sr552020-12-011-7/+5
| | | | System.Text.Json
* WinGui: Removing the dependency on Newtonsoft.Json library in ↵sr552020-12-0115-482/+77
| | | | HandBrake.Interop and HandBrake.worker. Using System.Text.Json instead. UI will be updated seperately.
* WinGui: Undo Permissions change. Seems to cause more issues than it solves.sr552020-11-303-3/+1
|
* WinGui: Add dependency to System.Security.Permissions Fixes #3253sr552020-11-293-0/+3
|
* WinGui: Move HandBrake.Interop from .NET Standard to net5.0sr552020-11-292-8/+4
|
* WinGui: Fix an issue in the worker handling code where a worker that is slow ↵sr552020-11-251-12/+63
| | | | to start could cause a failed encode. Fixes #3244
* WinGui: Tidyup and harden the Worker Process.sr552020-11-236-37/+236
|
* build(deps): bump Ookii.Dialogs.Wpf from 1.2.0 to 3.0.1 in /win/CSdependabot[bot]2020-11-231-1/+1
| | | | | | | Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.2.0 to 3.0.1. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.2.0...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
* WinGUI: Update all locales to current Transifex statusNomis1012020-11-2021-151/+214
|
* WinGui: Various fixes and improvements to the installers post .NET 5sr552020-11-144-23/+38
|
* WinGui: Msbuild typosr552020-11-121-1/+1
|
* WinGui: Update deprecated Ookii.dialogs reference to newer Ookii.dialogs.wpfsr552020-11-121-1/+1
|
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵sr552020-11-127-62/+73
| | | | correctly and some warnings fixed.
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵sr552020-11-118-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/CSdependabot[bot]2020-11-051-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 ↵sr552020-10-313-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/CSdependabot[bot]2020-10-241-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.sr552020-10-2414-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.sr552020-10-231-1/+1
|
* WinGui: Block the completed event from re-firing if the worker process runs ↵sr552020-10-232-3/+22
| | | | into trouble. #3196
* WinGui: Preference the first QSV encoder when we don't have any used QSV ↵sr552020-10-111-0/+6
| | | | hardware tokens in the queue resource manager.
* WinGui: Support allocation of work across multiple Intel GPU'ssr552020-10-113-14/+69
|
* HandBrake.Interop: Library cleanup.sr552020-10-04120-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 #3161sr552020-09-293-5/+10
| | | | Small performance improvement on the log window.
* WinGui: Agressively call global_close on libhb to attempt to make sure ↵sr552020-09-263-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.sr552020-09-261-1/+1
|
* WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ↵sr552020-09-261-11/+18
| | | | audio encoders are used in a preset.
* Update ResourcesTooltips.co.resx from Transifex on 2020-09-20Patriccollu2020-09-211-28/+28
|
* Update Resources.co.resx from Transifex on 2020-09-20Patriccollu2020-09-211-34/+37
|