summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/PresetManagerView.xaml
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 ↵sr552021-03-081-1/+1
| | | | dependant 3.2 version.
* WinGui: UI improvements around presets.sr552021-01-091-0/+1
| | | | | - 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: 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: Add a menu option to allow exporting all user presets for easier ↵sr552020-08-221-0/+1
| | | | backups #2917
* WinGui: Improvements to the new Preset Management UI.sr552020-08-041-75/+111
| | | | | | | | | - 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: Presets UI overhaul.sr552020-06-301-0/+268
- 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.