-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GAction where possible #1927
base: main
Are you sure you want to change the base?
Conversation
d34f7be
to
84b1c81
Compare
This comment was marked as outdated.
This comment was marked as outdated.
I have reworked this a bit and added wip ManagerDeviceList actions. I am thinking now how to handle plugins... I'll split off the keyboard shortcuts into a separate PR soon. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedIssues Measures |
Eventually we will need to drop the current menu's for something else. In preparation I wanted to move all "regular" menuitem callbacks to GAction as pretty much all replacements will use them . Sadly RadioMenuItems don't work with GAction 😞.
I think it would be good to do as much as possible so marked it for review. Also included accelerators for closing windows and apps.