mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-12 05:25:00 +00:00
[PR #25] [MERGED] Better customizable UI support #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/RedBookPlayer/pull/25
Author: @mnadareski
Created: 7/1/2021
Status: ✅ Merged
Merged: 7/4/2021
Merged by: @claunia
Base:
devel← Head:better-theme-support📝 Commits (10+)
4540100Fix a couple oddities in PlayerViewa256266Add hardcoded navigation buttonscfb2d31Fix and surface de-emphasis flagafa064eMake loading custom XAML safer7c940e1Move hardcoded key values to settings565b289Make keybinds UI-accessible2156fd3Add keyboard volume controlsfe6b352Change default volume change keysabd81d2Make volume setting safer2b0de55Add modifiers for keyboard volume changes📊 Changes
10 files changed (+831 additions, -207 deletions)
View changed files
📝
README.md(+24 -0)📝
RedBookPlayer/Discs/CompactDisc.cs(+2 -2)📝
RedBookPlayer/GUI/MainWindow.xaml.cs(+97 -2)📝
RedBookPlayer/GUI/PlayerView.xaml.cs(+38 -24)📝
RedBookPlayer/GUI/PlayerViewModel.cs(+224 -3)📝
RedBookPlayer/GUI/SettingsWindow.xaml(+118 -36)📝
RedBookPlayer/GUI/SettingsWindow.xaml.cs(+101 -0)📝
RedBookPlayer/Hardware/Player.cs(+101 -136)📝
RedBookPlayer/Hardware/SoundOutput.cs(+29 -3)📝
RedBookPlayer/Settings.cs(+97 -1)📄 Description
The majority of this PR focuses around making the UI more accessible, especially given theme support. Notable changes include:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.