summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Let HoverWindow always stay on screen""Arno2010-10-171-0/+1
| | | | | | This reverts commit 20df1c43f5b7425810b5d16e3658f0772aae9b6c. revert the revert... I actually wanted to check out something...
* Revert "Let HoverWindow always stay on screen"Arno2010-10-171-1/+0
| | | | This reverts commit a3a556cc8af3433de1f8d5e22a4ba62cc029f145.
* Let HoverWindow always stay on screenArno2010-10-171-0/+1
| | | | Fixed HoverWindow so it always stays completely on screeen.
* Hover for FilesTreeWidgetArno2010-10-161-0/+1
| | | | | Hovering over a cover item in FilesTreeWidget shows a HoverWindow with the scaled image under the cursor.
* Created general purpose HoverWidgetArno2010-10-161-0/+26
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.