┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltips/ktooltipwindow.cpp
AgeCommit message (Collapse)Author
2010-02-20replace X11-specific code with genericLuboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1093243
2010-01-05Prevent black borders when compositing has been disabled.Peter Penz
BUG: 219667 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070424
2009-11-06use a vertical gradient like in KDE 4.3Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045823
2009-11-03Since Qt 4.5 it is possible to have translucient windows. The tooltip ↵Peter Penz
approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code). Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data. BUG: 182941 BUG: 195878 svn path=/trunk/KDE/kdebase/apps/; revision=1044485