┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltips
AgeCommit message (Collapse)Author
2009-06-21The file ktooltip.h contained the three public classes KToolTip, ↵Peter Penz
KToolTipDelegate and KToolTipItem. Use one separate file for each class. svn path=/trunk/KDE/kdebase/apps/; revision=984646
2009-06-20Simplify the handling of previews: Create the tooltip as early as possible ↵Peter Penz
even if the preview has not been finished yet. Previously an empty area has been shown instead of a default icon, but also in this case the size of the tooltip will change as soon as the preview is received -> just show the default icon as early as possible. svn path=/trunk/KDE/kdebase/apps/; revision=984441
2009-06-20don't use empty dummy images if the preview takes a while to get generated, ↵Peter Penz
show the file icon instead svn path=/trunk/KDE/kdebase/apps/; revision=984413
2009-06-20- Don't keep pointers to objects that are obtained and deleted by other objects.Peter Penz
- Simplify the API so that it is assured that no memory leaks are given. svn path=/trunk/KDE/kdebase/apps/; revision=984375
2009-06-20Preview generators might send a null image, so show the default icon as ↵Peter Penz
fallback. BUG: 196277 svn path=/trunk/KDE/kdebase/apps/; revision=984359
2009-06-20Tooltip interface cleanup: Don't use const-pointers as parameters if the ↵Peter Penz
implementation cannot handle 0-pointers. Use a const-reference instead. svn path=/trunk/KDE/kdebase/apps/; revision=984342
2009-06-04don't ignore the maximum preview size in the tooltipPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=977578
2009-05-26fixed wrong include usage (reported by krazy)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973279
2009-03-19win32 compile fixRalf Habacker
svn path=/trunk/KDE/kdebase/apps/; revision=941223
2009-03-18Remove code that's no longer needed now that Qt supports ARGB windows.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=941039
2009-03-17Fix infinite loop on startup due to r938051 (KToolTipManager ctor creating ↵David Faure
KTipLabel which calls KToolTipManager singleton which isn't set yet) svn path=/trunk/KDE/kdebase/apps/; revision=940428
2009-03-11added subtle transparency for tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=938051
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