Skip to content
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

Revamp context menus #263

Merged
merged 4 commits into from
Apr 20, 2021
Merged

Revamp context menus #263

merged 4 commits into from
Apr 20, 2021

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    1398a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    963e120 View commit details
    Browse the repository at this point in the history
  3. qt: Do not assign Alt+<KEY> shortcuts to context menu actions

    Such shortcuts are useless as pressing the Alt key closes a context menu
    widget immediately.
    hebasto committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    7931175 View commit details
    Browse the repository at this point in the history
  4. qt, refactor: Use better QMenu::addAction overloaded function

    This overloaded function was introduced in Qt 5.6 and makes code more
    concise.
    hebasto committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    16c157d View commit details
    Browse the repository at this point in the history