┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltipmanager.cpp
AgeCommit message (Collapse)Author
2008-09-22The else path is never reached -> removed it (thanks to Simon St James for ↵Peter Penz
the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863623
2008-09-22try to align the x-position of the tooltip to the mouse-cursor if the ↵Peter Penz
tooltip can be shown below or above the item (thanks to Simon St James for the patch) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863586
2008-08-29fixed crash when a tooltip-preview for a large file is generated and the ↵Peter Penz
mouse leaves the item before the preview has been applied (patch provided by Laurens Vanhove) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=854466
2008-08-23* initialize members as early as possiblePeter Penz
* reset m_generatingPreview if the received preview does not fit to the current URL CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851469
2008-08-22* coding style fixesPeter Penz
* added TODO comment (the drawing of the picture frame has been adapted from IconManager -> should be unified later) svn path=/trunk/KDE/kdebase/apps/; revision=851105
2008-08-22tooltip improvements (patch provided by Laurens Vanhove):Peter Penz
* do a slightly delayed generation of previews to avoid expensive thumbnail creation when shortly hovering items * prevent a resizing of the tooltip if the preview cannot be generated within a specific timeout CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851104
2008-08-19assure that the tooltip is never clipped at the screen borders and never ↵Peter Penz
overlaps the item area (patch provided by Simon St James) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=849586
2008-08-19Removed fix for negative x-coordinate again and added a TODO. We must ↵Peter Penz
provide a solution that works for x and y, as Dolphin in KDE 4.2 offers very large item sizes. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=849168
2008-08-18Very rough initial attempt at previews-in-tooltip for Konqueror and Dolphin. ↵Simon Paul St James
Still needs extensive work in positioning, scaling/ padding items to fit, and timing things so that the previews are more likely to have been generated when the tooltip is positioned and displayed. CCBUG:161848 svn path=/trunk/KDE/kdebase/apps/; revision=848984
2008-07-26Tooltips are shown on wrong position in combination with a dual screen ↵Peter Penz
setup. Thanks to Lucas Murray for the patch! BUG: 167205 svn path=/trunk/KDE/kdebase/apps/; revision=838041
2008-06-26assure that the tooltip never exceeds the desktop areaPeter Penz
BUG: 161895 svn path=/trunk/KDE/kdebase/apps/; revision=824927
2008-06-16Details view related fixes: all columns except the name column should act as ↵Peter Penz
viewport. svn path=/trunk/KDE/kdebase/apps/; revision=821229
2008-06-08;--Albert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=818343
2008-06-08fixed possible crash when showing tooltips and switching between viewsPeter Penz
BUG: 161201 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=818325
2008-04-09hide the tooltip when an item gets triggered or a context menu is openedPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795330
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