summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 ↵sr552021-03-088-8/+9
| | | | dependant 3.2 version.
* WinGui: Remove some dead code.sr552021-03-061-2/+2
|
* WinGui: Add a warning in preferencs -> Safemode when Hardware support is not ↵sr552021-02-281-2/+14
| | | | available.
* WinGui: Layout improvements on the Filters tab, including larger custom ↵sr552021-02-271-162/+140
| | | | entry boxes. #3431
* WinGui: Fixing a namspace.sr552021-02-201-4/+0
|
* WinGui: Minor UI/UX tweaks.sr552021-02-147-82/+61
| | | | | | | | - 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: Add support for Chroma Smooth filter.sr552021-01-301-16/+37
|
* WinGui: Add support for the colourspace filter.sr552021-01-301-1/+19
|
* WinGui: Workaround system breakage when launching URL's. Fixes #3381sr552021-01-291-2/+2
|
* WinGui: Extend the dark theme option to be able to honour OS ↵sr552021-01-231-1/+8
| | | | "AppsUseLightTheme" setting. #3369
* WinGui: Add ISO standard langauge names to the langugae dropdown in ↵sr552021-01-211-1/+1
| | | | preferences. Closes #3363
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-143-3/+144
|
* WinGui: Minor improvement to presets. Also show the preset tooltip on the ↵sr552021-01-111-0/+3
| | | | Menu items.
* WinGui: UI improvements around presets.sr552021-01-093-9/+32
| | | | | - 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-091-0/+21
| | | | 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-071-1/+7
| | | | Yes/No" to remove association of bold == default. #3331
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵sr552020-12-111-0/+1
| | | | Thanks. #3222
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-061-1/+1
|
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵sr552020-11-111-1/+0
| | | | | | 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
* WinGui: Simultaneous encode improvements.sr552020-10-241-2/+8
| | | | | - Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling.
* WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161sr552020-09-292-3/+8
| | | | Small performance improvement on the log window.
* WinGui: Fix a couple of cosmetic translation issues. Fixes #3116sr552020-09-111-2/+2
|
* WinGui: Various fixes to the log window when using muilti-instance.sr552020-09-051-3/+3
|
* WinGui: Hide QSV Low Power checkbox when QSV not available. #3083sr552020-08-241-1/+1
|
* WinGui: Add a menu option to allow exporting all user presets for easier ↵sr552020-08-221-0/+1
| | | | backups #2917
* WinGui: Align some of the checkboxs left to avoid overly large click areas. ↵sr552020-08-223-6/+6
| | | | Fixes #3070
* WinGui: Make it clearer that other media players may work for video preview ↵sr552020-08-221-1/+1
| | | | path in preferences. #3069
* WinGui: Improvements to the new Preset Management UI.sr552020-08-044-85/+184
| | | | | | | | | - 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-311-0/+10
| | | | | | | | 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: Fix build attempt 2sr552020-07-251-5/+0
|
* WinGui: Fix Buildsr552020-07-241-1/+0
|
* WinGui: Add back lost functionality on the new queue design. There is now a ↵sr552020-07-242-17/+25
| | | | Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974
* WinGui: Disable simulatenous encode support on low end systems. Increase ↵sr552020-07-031-1/+3
| | | | the limit to 8 where a system has > 8 physical cores.
* WinGui: Presets UI overhaul.sr552020-06-304-246/+364
| | | | | | | | - 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-36/+26
| | | | screenn #2437
* WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). ↵sr552020-06-262-65/+69
| | | | 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-191-9/+13
| | | | | | | | - 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-191-2/+6
| | | | Windows 8. We are only going to support this on 10 or later. Fixes #2940
* WinGui: Another fix to the preset panel behaviour.sr552020-06-051-1/+1
| | | | (cherry picked from commit a19b4b0a304ba5c8e5349a50dcce7fdcaf48691a)
* WinGui: Fix an issue where the treeview control can, when categories are ↵sr552020-06-032-11/+25
| | | | | | | | 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: Add a debug menu for nightly builds that allows exporting and ↵sr552020-05-231-0/+5
| | | | importing of scan data where it is not possible for us to recieve a sample source. + some code tidyup.
* WinGui: Lay the ground work for adding the padding filter to the Windows UI. ↵sr552020-05-177-136/+240
| | | | 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-16/+44
| | | | link button) #2827
* WinGui: Fix Presets and Summary FPS labels.sr552020-05-021-2/+1
|
* WinGui: Filter out invalid audio encoder choices on the audio tab to avoid ↵sr552020-05-021-0/+1
| | | | accidental track's being dropped.
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-294-7/+8
|
* Multi instance (#2791)Scott2020-04-268-113/+24
| | | | | | | | | WinGui: Refactoring and laying the groundwork in many parts of the UI code in preparation for supporting multiple concurrent jobs running. - Add support for multiple log files to the Activity log screen and refactor usages of ILog. Each Encode instance will now get a separate instance instead of there being one global instance. - Retire the Mini Display Window. It's very rarely used, not very easy to even find and of limited value. - Add the preferences code for the Simultaneous encode setting. Locked to one instance for now. This will allow us to test with users that existing functionality still works fine.
* WinGui: Improve Langauge for process isolation and be clear what it is, and ↵sr552020-04-111-4/+7
| | | | | | how it works. Locked down protable mode so process isolation can't be tricked to be on.
* WinGui: Improvements to the Process Isolation Worker.sr552020-04-111-9/+13
| | | | | | - Harden the worker process. Token is now required as a HTTP header for all actions. - Added an option to portable.ini to completely disable this functioanlity. May be useful for some enterprise environents - Few fixes