Bug 383040 - tooltips doesn't appear
Summary: tooltips doesn't appear
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 11:50 UTC by Oleg Solovyov
Modified: 2018-01-18 19:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Solovyov 2017-08-02 11:50:22 UTC
Minimize, Maximize, Close buttons in window titles doesn't have any tooltips.
Comment 1 Martin Flöser 2017-08-02 14:51:41 UTC
Please see the known issues of all Plasma 5 releases: https://community.kde.org/Plasma/5.10_Errata
Comment 2 Martin Flöser 2018-01-18 19:06:51 UTC
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
Comment 3 Martin Flöser 2018-01-18 19:45:41 UTC
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