summaryrefslogtreecommitdiffstats
path: root/hoverwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hover for FilesTreeWidgetArno2010-10-161-1/+13
| | | | | Hovering over a cover item in FilesTreeWidget shows a HoverWindow with the scaled image under the cursor.
* Created general purpose HoverWidgetArno2010-10-161-0/+41
This commit outsources the HoverWindow to a seperate file and makes it possible to set a pixmap to the window. Also the cursor offset is only calculated once in SmGlobals.