┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kformattedballoontipdelegate.cpp
AgeCommit message (Collapse)Author
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=895978
2008-11-30revert last patch: KFileItem::getTooltipText() has been patched to provide ↵Peter Penz
already a correct font color svn path=/trunk/KDE/kdebase/apps/; revision=890972
2008-11-30use the defined tooltip text colorPeter Penz
BUG: 170753 svn path=/trunk/KDE/kdebase/apps/; revision=890967
2008-11-13we can rely on having Qt 4.4 with KDE 4.2Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883983
2008-11-13* get rid of magic values like QSize(20 + 5, 5)Peter Penz
* coding style cleanups svn path=/trunk/KDE/kdebase/apps/; revision=883974
2008-11-13minor fix when no desktop effects are enabledPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883941
2008-11-13improved look of tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883932
2008-10-22use a smaller radius for the tooltip borders to stay consistent with the ↵Peter Penz
Oxygen style svn path=/trunk/KDE/kdebase/apps/; revision=874948
2008-08-18Deal with the case where the icon might be taller than the text. Approved ↵Simon Paul St James
by fredrik. svn path=/trunk/KDE/kdebase/apps/; revision=848980
2008-04-14Do not take address of temporary variable.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=796853
2008-04-10* Using QPixmap instead of QBitmap for painting the text allows us to have ↵Konstantin Heil
anti aliased fonts. * Adjusted sizeTip, so the text isn't scaled anymore and looks better now. svn path=/trunk/KDE/kdebase/apps/; revision=795569
2008-04-09Provide tooltips. Per default tooltips are turned off because the ↵Peter Penz
information sidebar is turned on already. Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-) CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795324