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

Convert the force quit dialog to a cinnamon dialog #12408

Merged
merged 3 commits into from
Oct 2, 2024

Commits on Sep 23, 2024

  1. layout.js: Allow adding already parented actors for chrome tracking

    We need this for the force-close dialog. It will be included in the
    MetaWindowGroup, but needs to tracked as chrome to recieve pointer
    events
    JosephMcc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6f8d1e0 View commit details
    Browse the repository at this point in the history
  2. Make the force quit dialog a Cinnamon dialog

    With the new dialogs and theming in place we can start looking at converting
    some of these away from Gtk dialogs
    JosephMcc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a18a6fd View commit details
    Browse the repository at this point in the history
  3. closeDialog: Switch the buttons around

    Gtk dialogs have the action on the right so move the Force Quit button to the
    right side to match the layout users are accustomed to
    JosephMcc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    104d01a View commit details
    Browse the repository at this point in the history