]> cloud.milkyroute.net Git - dolphin.git/commit
Port tooltips to KToolTipWidget
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 5 Feb 2017 21:53:50 +0000 (22:53 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 5 Feb 2017 21:56:40 +0000 (22:56 +0100)
commit230fe13d1fccf8c2ab09c0873c1cc4c733cfc3b4
treeb4dba8cc512700f5dfa5b488dfa841096db8fa8c
parent6fc68fe650a41fcd7f4d52c8e97723c06b0dfbff
Port tooltips to KToolTipWidget

Use the new KToolTipWidget class (introduced by kwidgetsaddons 5.30) as backend of ToolTipManager.
FileMetaDataToolTip becomes a simple widget used as content of the tooltip.

It is now possible to actually use the metadata widget shown inside the tooltips.
Tooltips are now functional on Wayland as well.

More information about KToolTipWidget in https://git.reviewboard.kde.org/r/129648/

BUG: 352276
BUG: 371223
FIXED-IN: 17.04.0

Closes T4980
Differential Revision: D4449
CMakeLists.txt
src/views/dolphinview.cpp
src/views/tooltips/filemetadatatooltip.cpp
src/views/tooltips/filemetadatatooltip.h
src/views/tooltips/tooltipmanager.cpp
src/views/tooltips/tooltipmanager.h