Summary: | Multiple issues with Applet::showMessage() | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Martin Blumenstingl <martin.blumenstingl> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
Martin Blumenstingl
2011-02-07 23:24:02 UTC
Git commit c9256561d74c9e890c061f4c289a4437a125953d by Marco Martin. Committed on 09/02/11 at 00:02. Pushed by mart into branch 'KDE/4.6'. emit cancel signal both when clicking cancel and pressing esc CCBUG:265738 M +7 -4 plasma/applet.cpp M +1 -0 plasma/private/applet_p.h http://commits.kde.org/kdelibs/c9256561d74c9e890c061f4c289a4437a125953d Git commit e9332d4825ca9ee65b2d03c5a4a8ef761fb9c301 by Marco Martin. Committed on 09/02/11 at 00:02. Pushed by mart into branch 'master'. emit cancel signal both when clicking cancel and pressing esc CCBUG:265738 M +7 -4 plasma/applet.cpp M +1 -0 plasma/private/applet_p.h http://commits.kde.org/kdelibs/e9332d4825ca9ee65b2d03c5a4a8ef761fb9c301 Git commit 6a4bf6e507e5a084ab52a5a7ced1a8cbb70187a8 by Marco Martin. Committed on 09/02/11 at 19:17. Pushed by mart into branch 'KDE/4.6'. correct the text used to fugure out the button button have text like &Ok &Yes This way to detect what button was pressed of course is horrible and will have to be changed CCBUG:265738 M +4 -4 plasma/applet.cpp http://commits.kde.org/kdelibs/6a4bf6e507e5a084ab52a5a7ced1a8cbb70187a8 Git commit 356560329763664fbbdd97b17401a23fca5f9da8 by Marco Martin. Committed on 09/02/11 at 19:17. Pushed by mart into branch 'master'. correct the text used to fugure out the button button have text like &Ok &Yes This way to detect what button was pressed of course is horrible and will have to be changed CCBUG:265738 M +4 -4 plasma/applet.cpp http://commits.kde.org/kdelibs/356560329763664fbbdd97b17401a23fca5f9da8 Issues 2-4 are fixed (thanks notmart!) The solution for the first issue still has to be decided. Discussion can be followed here: http://mail.kde.org/pipermail/plasma-devel/2011-February/014997.html Fixed. It was decided that the Plasma namespace prefix will stay. I already added a fix for issue #1 (the signature issue) in amarok - so I'm fine with that decision. |