┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tooltipmanager.cpp
Age
Commit message (
Expand
)
Author
2008-09-22
The else path is never reached -> removed it (thanks to Simon St James for th...
Peter Penz
2008-09-22
try to align the x-position of the tooltip to the mouse-cursor if the tooltip...
Peter Penz
2008-08-29
fixed crash when a tooltip-preview for a large file is generated and the mous...
Peter Penz
2008-08-23
* initialize members as early as possible
Peter Penz
2008-08-22
* coding style fixes
Peter Penz
2008-08-22
tooltip improvements (patch provided by Laurens Vanhove):
Peter Penz
2008-08-19
assure that the tooltip is never clipped at the screen borders and never over...
Peter Penz
2008-08-19
Removed fix for negative x-coordinate again and added a TODO. We must provide...
Peter Penz
2008-08-18
Very rough initial attempt at previews-in-tooltip for Konqueror and Dolphin. ...
Simon Paul St James
2008-07-26
Tooltips are shown on wrong position in combination with a dual screen setup....
Peter Penz
2008-06-26
assure that the tooltip never exceeds the desktop area
Peter Penz
2008-06-16
Details view related fixes: all columns except the name column should act as ...
Peter Penz
2008-06-08
;--
Albert Astals Cid
2008-06-08
fixed possible crash when showing tooltips and switching between views
Peter Penz
2008-04-09
hide the tooltip when an item gets triggered or a context menu is opened
Peter Penz
2008-04-09
Provide tooltips. Per default tooltips are turned off because the information...
Peter Penz