Summary: | Option to disable close on double click in Aurorae | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
Component: | aurorae | Assignee: | Martin Flöser <mgraesslin> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde, kwin-bugs-null |
Priority: | NOR | Flags: | mgraesslin:
ReviewRequest+
|
Version: | git master | ||
Target Milestone: | 4.10 | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/106160/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/3f931a9d6c66d53d6ccde225e6c8a0be9a052ad1 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Martin Flöser
2012-06-07 07:22:31 UTC
Git commit 3f931a9d6c66d53d6ccde225e6c8a0be9a052ad1 by Martin Gräßlin. Committed on 24/08/2012 at 15:16. Pushed by graesslin into branch 'master'. Option to disable window close on menu double click in Aurorae For each theme the setting can be enabled individually with the default being enabled by default. It is completely handled inside the MenuButton QML component so each QML theme benefits from the option automatically, too. FIXED-IN: 4.10 REVIEW: 106160 M +19 -3 kwin/clients/aurorae/src/qml/MenuButton.qml M +10 -0 kwin/kcmkwin/kwindecoration/auroraeconfig.ui M +18 -1 kwin/kcmkwin/kwindecoration/decorationmodel.cpp M +7 -1 kwin/kcmkwin/kwindecoration/decorationmodel.h M +2 -0 kwin/kcmkwin/kwindecoration/kwindecoration.cpp http://commits.kde.org/kde-workspace/3f931a9d6c66d53d6ccde225e6c8a0be9a052ad1 |