Summary: | option to close kmail tabs with middle click | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Janet <bugzilla> |
Component: | new message list | Assignee: | Szymon Stefanek <pragma> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bjoern, kdebugs.99.urgwurz, sergiosdj |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 1.12.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Bug 207270 |
Description
Janet
2009-09-13 18:52:40 UTC
*** Bug 260708 has been marked as a duplicate of this bug. *** Created attachment 60917 [details] Bug 207270 Comment on attachment 60917 [details] Bug 207270 Possible fix using ktabwidget instead of qtabwidget and a eventFilter to catch the MidButton MouseButtonPress event to avoid the tab selection. May not confirm to the pimple idiom. Git commit 569903cef49e4e40b5eac86ec052a07f5d57b231 by Thomas McGuire, on behalf of Marius Knaust. Committed on 18/06/2011 at 17:17. Pushed by tmcguire into branch 'master'. Make it possible to close tabs with the middle mouse button. Possible fix using KTabWidget instead of QTabWidget and a eventFilter to catch the MidButton MouseButtonPress event to avoid the tab selection. BUG: 207270 REVIEW: 101632 M +23 -2 messagelist/pane.cpp M +5 -2 messagelist/pane.h http://commits.kde.org/kdepim/569903cef49e4e40b5eac86ec052a07f5d57b231 I guess this will be fixed in Kmail 2? |