[Bug 282207] QWidget based Tooltips

Martin Klapetek martin.klapetek at gmail.com
Wed Dec 7 11:05:33 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=282207


Martin Klapetek <martin.klapetek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Martin Klapetek <martin klapetek gmail com>  2011-12-07 11:05:33 ---
Git commit 3bf6a533141f6f4a0f68540798f61ad4c9d84258 by Martin Klapetek.
Committed on 07/12/2011 at 12:00.
Pushed by mklapetek into branch 'master'.

QWidget based tooltips

This work is based on system settings tooltips and replaces the standard
rich-text-qt-tooltips, which gives us better flexibility and control over
what's in the tooltip as well as how is it displayed.

The code was adapted by David Edmundson and finished later by Google Code-In
student Geoffry Song.

REVIEW: 103297
BUG: 282207

M  +5    -0    CMakeLists.txt
M  +1    -86   abstract-contact-delegate.cpp
M  +4    -0    main-widget.cpp
A  +118  -0    tooltips/contacttooltip.cpp     [License: LGPL (v2.1+)]
A  +50   -0    tooltips/contacttooltip.h     [License: LGPL (v2.1+)]
A  +143  -0    tooltips/contacttooltip.ui
A  +116  -0    tooltips/ktooltip.cpp     [License: LGPL (v2.1+)]
A  +48   -0    tooltips/ktooltip.h     [License: LGPL (v2.1+)]
A  +94   -0    tooltips/ktooltipwindow.cpp     [License: LGPL (v2.1+)]
A  +44   -0    tooltips/ktooltipwindow_p.h     [License: LGPL (v2.1+)]
A  +197  -0    tooltips/tooltipmanager.cpp     [License: LGPL (v2.1+)]
A  +83   -0    tooltips/tooltipmanager.h     [License: LGPL (v2.1+)]

http://commits.kde.org/telepathy-contact-list/3bf6a533141f6f4a0f68540798f61ad4c9d84258

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KDE-Telepathy mailing list