Summary: | tooltips doesn't appear | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Oleg Solovyov <mcpain> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | zerg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwin/04d8434a0965a7d00fb5dcc8d6344f203be503f4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Oleg Solovyov
2017-08-02 11:50:22 UTC
Please see the known issues of all Plasma 5 releases: https://community.kde.org/Plasma/5.10_Errata Git commit 24a859b356eff4159c43fb054c85c30e13f2466d by Martin Flöser. Committed on 18/01/2018 at 18:57. Pushed by graesslin into branch 'master'. Tooltips Summary: KWin part of the patch: https://phabricator.kde.org/D9294 Reviewers: #breeze, #plasma, graesslin Reviewed By: #plasma, graesslin Subscribers: cfeck, davidedmundson, jriddell, ngraham, broulik, plasma-devel, #breeze Tags: #plasma, #breeze Differential Revision: https://phabricator.kde.org/D7246 M +1 -0 CMakeLists.txt M +10 -0 autotests/mockclient.cpp M +2 -0 autotests/mockclient.h M +1 -0 src/CMakeLists.txt M +10 -0 src/decoration.cpp M +2 -0 src/decoration.h M +57 -0 src/decorationbutton.cpp M +2 -0 src/decorationbutton_p.h M +1 -1 src/private/CMakeLists.txt M +2 -0 src/private/decoratedclientprivate.h https://commits.kde.org/kdecoration/24a859b356eff4159c43fb054c85c30e13f2466d Git commit 04d8434a0965a7d00fb5dcc8d6344f203be503f4 by Martin Flöser. Committed on 18/01/2018 at 18:59. Pushed by graesslin into branch 'master'. KWin: tooltips Summary: KDecoration part of the patch: https://phabricator.kde.org/D7246 Reviewers: graesslin Reviewed By: graesslin Subscribers: cfeck, graesslin, luebking, broulik, kwin, #kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D9294 M +12 -0 decorations/decoratedclient.cpp M +2 -0 decorations/decoratedclient.h M +10 -0 kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp M +2 -0 kcmkwin/kwindecoration/declarative-plugin/previewclient.h https://commits.kde.org/kwin/04d8434a0965a7d00fb5dcc8d6344f203be503f4 |