Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: use new api hb_get_preview3 for previews. | sr55 | 2021-04-13 | 16 | -562/+417 |
| | |||||
* | WinGui: Fix an issue where the queue buttons would not update correctly if ↵ | sr55 | 2021-04-13 | 1 | -1/+2 |
| | | | | the jobs were started with the queue window closed. | ||||
* | WinGui: Fix an issue that blocked preset imports. Fixes #3523 | sr55 | 2021-04-03 | 1 | -5/+0 |
| | |||||
* | qsv: fix platform message | agalin89 | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | WinGui: When adding a new preset, select it rather than displaying the ↵ | sr55 | 2021-03-31 | 3 | -6/+19 |
| | | | | current preset as modified. | ||||
* | WinGui: Added padded marked to the summary tab. | sr55 | 2021-03-31 | 4 | -3/+23 |
| | |||||
* | WinGui: Implement the Pad filter in the UI. (For testing - Note, summary, ↵ | sr55 | 2021-03-29 | 10 | -87/+267 |
| | | | | preview and preset support is not implemented yet.) | ||||
* | Fixed issue where HandBrakeEncoderHelpers threw exceptions after falling ↵ | David Rickard | 2021-03-28 | 1 | -8/+21 |
| | | | | | | | back to no hardware mode. It was checking initSuccess which had not been set to true. Changed initSuccess to a local variable and changed to check globalInitialized instead. Also properly set initNoHardware flag when we do auto fallback to no hardware mode. | ||||
* | WinGui: Refactor the Worker HttpServer class and fix some issues caused by ↵ | sr55 | 2021-03-24 | 7 | -94/+159 |
| | | | | the Caliburn Micro upgrade. | ||||
* | WinGui: Fixing typos on OldOperatingSystem string | Patriccollu | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | [WinGUI] Add Initial support for Persian (Iran) locale | Nomis101 | 2021-03-14 | 3 | -0/+2938 |
| | | | | Still not finished, but will soon, so add first initial support. I've confirmed with the localizer, that "Persian (Iran) (فارسی)" is correct. | ||||
* | [Win] Update some locales | Nomis101 | 2021-03-14 | 22 | -409/+758 |
| | |||||
* | WinGui: Correctly reload WebM container selection when loading presets. #3478 | sr55 | 2021-03-14 | 1 | -0/+3 |
| | |||||
* | WinGui: Add a Soft warning about Windows 7 and 8 support being ceased. The ↵ | sr55 | 2021-03-14 | 6 | -12/+42 |
| | | | | application will still run but certain features are unavailable or broken. | ||||
* | qsv: redesigned adapter capabilities collection and reporing | agalin89 | 2021-03-12 | 2 | -4/+11 |
| | |||||
* | WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 ↵ | sr55 | 2021-03-08 | 28 | -65/+80 |
| | | | | dependant 3.2 version. | ||||
* | WinGui: Update wix installer. | sr55 | 2021-03-06 | 1 | -2/+0 |
| | |||||
* | WinGui: Tidyup of projects and installers. Minor reduciton in filesize. | sr55 | 2021-03-06 | 5 | -27/+4 |
| | |||||
* | WinGui: Finish the conversion to System.Text.Json. This removes the ↵ | sr55 | 2021-03-06 | 8 | -184/+29 |
| | | | | Newtonsoft Json library. | ||||
* | WinGui: Remove some dead code. | sr55 | 2021-03-06 | 6 | -64/+4 |
| | |||||
* | WinGui: Remove the unused AppX project | sr55 | 2021-03-06 | 21 | -123/+0 |
| | |||||
* | WinGui: Fix an issue with UTF8 preset names. Fixes #3458 | sr55 | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | WinGui: Add a warning in preferencs -> Safemode when Hardware support is not ↵ | sr55 | 2021-02-28 | 5 | -14/+66 |
| | | | | available. | ||||
* | WinGui: Layout improvements on the Filters tab, including larger custom ↵ | sr55 | 2021-02-27 | 1 | -162/+140 |
| | | | | entry boxes. #3431 | ||||
* | WinGui: Make the Windows UI tolerate empty categories #3434 | sr55 | 2021-02-25 | 1 | -0/+5 |
| | |||||
* | fixed typos | freddii | 2021-02-25 | 7 | -8/+8 |
| | |||||
* | WinGui: Add support for Media Foundation 264/265 encoders for QC based ARM64 ↵ | sr55 | 2021-02-23 | 7 | -23/+90 |
| | | | | devices. #2887 | ||||
* | Added ToString() override for Language to improve screen reader behavior ↵ | David Rickard | 2021-02-21 | 1 | -0/+9 |
| | | | | | | when used as ComboBox model. With this change it will read out the language name rather than "HandBrake.Interop.Interop.Interfaces.Model.Language" | ||||
* | WinGui: Refactor the build system to use the dotnet CLI and adding support ↵ | sr55 | 2021-02-20 | 15 | -366/+93 |
| | | | | for future ARM64 builds. | ||||
* | WinGui: Adding build publish profiles for x64, ARM64 and portable as the ↵ | sr55 | 2021-02-20 | 12 | -22/+133 |
| | | | | first step in updating the UI build system. | ||||
* | WinGui: Fixing a namspace. | sr55 | 2021-02-20 | 10 | -8/+9 |
| | |||||
* | WinGui: Display an error if hb.dll is missing rather than hanging / crashing ↵ | sr55 | 2021-02-20 | 3 | -0/+19 |
| | | | | the app. | ||||
* | WinGui: Add required worker files for last checkin. | sr55 | 2021-02-20 | 3 | -0/+72 |
| | |||||
* | WinGui: Decouple HandBrake.Worker from HandBrakeWPF project. | sr55 | 2021-02-20 | 9 | -17/+6 |
| | |||||
* | WinGui: Fix a number of code warnings. | sr55 | 2021-02-20 | 7 | -12/+25 |
| | |||||
* | WinGui: Fix a small theme issue with default context menus on controls. ↵ | sr55 | 2021-02-17 | 1 | -0/+9 |
| | | | | Fixes #3407 | ||||
* | WinGui: Fix grayscale filter in presets. | sr55 | 2021-02-14 | 2 | -4/+1 |
| | |||||
* | WinGui: Minor UI/UX tweaks. | sr55 | 2021-02-14 | 15 | -190/+350 |
| | | | | | | | | - Tab Section titles removed from single purpose tabs (Chapters, Subtitle, Audio, Filters). Was unnecessary and frees up some space. - A number of labels updated for consistency with the mac UI - Added "Open preview" button to the Dimensions tab. - Added "Source Preview" label to the Summary tab to try avoid confusion as to what this is for. - Better job status display (HB Error codes with text description) on queue summary. | ||||
* | WinGui: Build fix | sr55 | 2021-02-08 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix a VS build issue. Copy required assets into the UI build directory. | sr55 | 2021-02-07 | 1 | -0/+4 |
| | |||||
* | WinGui: Minor improvement to the light theme. | sr55 | 2021-02-06 | 4 | -5/+131 |
| | |||||
* | Fix another instance where process.start is being flaky on some systems. ↵ | sr55 | 2021-02-06 | 1 | -1/+1 |
| | | | | Fixes #3397 | ||||
* | WinGui: Add code to prevent double default presets. Fixes #3386 | sr55 | 2021-02-06 | 1 | -0/+7 |
| | |||||
* | WinGui: Another smaller found of Namespace changes for HandBrake.Interop | sr55 | 2021-02-04 | 45 | -113/+110 |
| | |||||
* | WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many ↵ | sr55 | 2021-02-04 | 80 | -219/+115 |
| | | | | "model" objects have moved to interfaces.models to avoid confusion. A number of filter/video enums have moved to HandBrakeWPF as they are not part of the API. | ||||
* | WinGui: More Interop Cleanup. Anamorphic Factory is not used. Similar ↵ | sr55 | 2021-02-04 | 6 | -118/+9 |
| | | | | functionaility is in HandBrakePictureHelper.cs | ||||
* | WinGui: HandBrake.Interop API change/cleanup. Making the structs internal ↵ | sr55 | 2021-02-04 | 30 | -442/+218 |
| | | | | to avoid them being exposed to API consumers. This affects hb_geometry*, hb_sutitle*, NativeConstants | ||||
* | WinGui: Add support for Chroma Smooth filter. | sr55 | 2021-01-30 | 11 | -17/+306 |
| | |||||
* | WinGui: Add support for the colourspace filter. | sr55 | 2021-01-30 | 13 | -6/+258 |
| | |||||
* | WinGui: Relax the Picture Settings behaviours on source or title change. ↵ | sr55 | 2021-01-30 | 2 | -19/+46 |
| | | | | | | | Cropping and Resolution Limit are no longer reset and will obey last choice. Add selection to queue now consistenty uses the current preset, or it's modified variant. (as will Add All) #3338 |