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

Adding the ability to have dropdown menu for modules #3247

Merged
merged 9 commits into from
Jul 1, 2024
Merged

Adding the ability to have dropdown menu for modules #3247

merged 9 commits into from
Jul 1, 2024

Commits on May 9, 2024

  1. ✨ add GtkMenu to the AModule class

    You can configure what key launch the menu with the "menu" element in
    the config, the xml file that describes the menu with the "menu-file"
    element in the config, and the actions of each buttons with the
    "menu-actions" field.
    benjamin-voisin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    884b909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b87b83 View commit details
    Browse the repository at this point in the history
  3. 🎨 clang-tidy

    benjamin-voisin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    21751b2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    c3581fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ed5ca View commit details
    Browse the repository at this point in the history
  3. 🥅 do not crash when unable to make the menu

    When the menu cannot be built (file not existing, or wrongly formatted),
         the menu is not created and a warning with an explanaition is
         displayed.
    benjamin-voisin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    161c8c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f2e0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8220dbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    885290d View commit details
    Browse the repository at this point in the history