summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: use new api hb_get_preview3 for previews.sr552021-04-132-12/+0
|
* WinGui: Added padded marked to the summary tab.sr552021-03-312-0/+12
|
* WinGui: Implement the Pad filter in the UI. (For testing - Note, summary, ↵sr552021-03-294-12/+72
| | | | preview and preset support is not implemented yet.)
* WinGui: Fixing typos on OldOperatingSystem stringPatriccollu2021-03-181-2/+2
|
* [WinGUI] Add Initial support for Persian (Iran) localeNomis1012021-03-142-0/+2937
| | | | 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 localesNomis1012021-03-1422-409/+758
|
* WinGui: Add a Soft warning about Windows 7 and 8 support being ceased. The ↵sr552021-03-142-0/+24
| | | | application will still run but certain features are unavailable or broken.
* WinGui: Finish the conversion to System.Text.Json. This removes the ↵sr552021-03-061-1/+1
| | | | Newtonsoft Json library.
* WinGui: Add a warning in preferencs -> Safemode when Hardware support is not ↵sr552021-02-282-4/+16
| | | | available.
* WinGui: Refactor the build system to use the dotnet CLI and adding support ↵sr552021-02-203-2/+19
| | | | for future ARM64 builds.
* WinGui: Adding build publish profiles for x64, ARM64 and portable as the ↵sr552021-02-202-0/+31
| | | | first step in updating the UI build system.
* WinGui: Display an error if hb.dll is missing rather than hanging / crashing ↵sr552021-02-202-0/+12
| | | | the app.
* WinGui: Minor UI/UX tweaks.sr552021-02-142-22/+154
| | | | | | | | - 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: HandBrake.Interop API change/cleanup. Making the structs internal ↵sr552021-02-0413-69/+0
| | | | to avoid them being exposed to API consumers. This affects hb_geometry*, hb_sutitle*, NativeConstants
* WinGui: Add support for Chroma Smooth filter.sr552021-01-304-0/+24
|
* WinGui: Add support for the colourspace filter.sr552021-01-304-2/+38
|
* WinGui: Extend the dark theme option to be able to honour OS ↵sr552021-01-232-0/+60
| | | | "AppsUseLightTheme" setting. #3369
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-142-0/+24
|
* WinGui: Remove bold "(Default Preset)" label and add discrete "Is Default: ↵sr552021-01-0713-56/+47
| | | | 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-072-2/+2
| | | | preset type for user presets.
* Update copyright dates to 2021.Bradley Sepos2021-01-0113-13/+13
|
* WinGui: Better handle disabled presets in the UI.sr552020-12-132-2/+14
|
* WinGUI: Update spanish and french localeNomis1012020-12-073-12/+12
| | | | Just a minor update this time
* WinGUI: Update all locales to current Transifex statusNomis1012020-11-2021-151/+214
|
* WinGui: Fix an issue with live preview state after the first preview and ↵sr552020-10-312-2/+2
| | | | improve some file lock error handling and message. #3206
* WinGui: Simultaneous encode improvements.sr552020-10-242-2/+14
| | | | | - Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling.
* 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
|
* WinGui: Fix a couple of cosmetic translation issues. Fixes #3116sr552020-09-114-7/+17
|
* Update some locales, add Ukrainian and Corsican locale filesNomis1012020-09-0320-207/+7359
|
* WinGui: Add a menu option to allow exporting all user presets for easier ↵sr552020-08-222-0/+12
| | | | backups #2917
* WinGui: Make it clearer that other media players may work for video preview ↵sr552020-08-2211-86/+11
| | | | path in preferences. #3069
* WinGui: Improvements to the new Preset Management UI.sr552020-08-042-0/+60
| | | | | | | | | - 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: Update the UI to allow passthru of metadata to be disabled. This ↵sr552020-07-312-0/+70
| | | | | | | | 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: Add back lost functionality on the new queue design. There is now a ↵sr552020-07-242-2/+14
| | | | Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974
* WinGui: Fix an erroneous log message about low-power not being supported on ↵sr552020-07-192-2/+2
| | | | older Intel hardware.
* WinGui: Disable simulatenous encode support on low end systems. Increase ↵sr552020-07-032-0/+12
| | | | the limit to 8 where a system has > 8 physical cores.
* WinGui: Presets UI overhaul.sr552020-06-302-2/+98
| | | | | | | | - Remove the deprecated side panel. The in-line preset selector is now always shown in it's place. This frees up significant horizontal space for upcoming enhancements. - The toolbar "Presets" button now launches a new preset manager. Same design language as the Queue window allowing for better management of presets. -- Add option to delete all built-in presets. #2963 This is considered an experimental design for now. It may or may not change.
* WinGui: Adding support for the new resolution limit setup to the preset ↵sr552020-06-262-0/+12
| | | | screenn #2437
* WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). ↵sr552020-06-262-0/+120
| | | | Adding the Resolution Limit on display and removing upscale limitations. (These will come back in some less restrictive than current form later) #2437
* WinGui: Minor tweaks to the queue summary screen.sr552020-06-192-0/+36
| | | | | | | | - Added the same Filters summary that exists on the main window summary tab to the queue summary window. - Compacted the Advanced summary from 5 to 3 lines. - Match the mac UI and show default/forced on the subtitle tracks. Fixes #2922
* WinGui: Prevent Process isolation feature from being enabled on Windows 7 or ↵sr552020-06-192-0/+12
| | | | Windows 8. We are only going to support this on 10 or later. Fixes #2940
* Add more strings for tr and de locale to WinGUINomis1012020-05-192-2/+62
|
* Adding new turkish win stringsNomis1012020-05-191-18/+95
|
* WinGUI: Update some locale and add initial support for Brazilian PortugueseNomis1012020-05-197-23/+3004
|
* WinGui: Missed resource file for last commit #2437sr552020-05-171-0/+9
|
* WinGui: Lay the ground work for adding the padding filter to the Windows UI. ↵sr552020-05-172-2/+113
| | | | Minor UI tweaks on the Picture settings tab including moving the Rotate/Flip filter onto this tab. #2437
* WinGui: Add option to reset settings to defaults in preferences (top right, ↵sr552020-05-092-0/+24
| | | | link button) #2827
* WinGui: Fix Presets and Summary FPS labels.sr552020-05-0210-32/+20
|
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-2910-36/+12
|