summaryrefslogtreecommitdiff
path: root/src/tabpreviewpopup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean up WebSnap and provide automatic thumbs update for about:tabsAndrea Diamantini2012-02-021-1/+6
| | | | page
* have tabPreviews of KParts alsoJohannes Tröscher2011-11-181-1/+9
| | | | | REVIEW: 103179 REVIEWED-BY: adjam
* exact tooltip look for tabPreviewPopupJohannes Tröscher2011-09-091-6/+11
| | | | REVIEWED-BY: me
* set Qt::tooltip as tabPreviewPopups window flagsJohannes Tröscher2011-09-091-0/+2
| | | | REVIEWED-BY: me
* Use tooltip style in tabpreviewJohanner Troscher2011-09-081-10/+33
| | | | | REVIEW: 102534 REVIEWED-BY: adjam
* fix the fixAndrea Diamantini2011-07-191-1/+1
| | | | | | | | | | PS: ints are: 1,2,3,4... or 0,-1,-2... numbers with comma (or dot) are real. We call them float. Or double.. PPS: I'm maths graduated :D
* Pedantic compile fixesAndrea Diamantini2011-07-181-2/+7
| | | | | | PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-7/+7
|
* Improving tab previewsVyacheslav Blinov2011-07-151-0/+108
Improvements: * title of the page is removed since it is visible on a tab. * widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame * widget has rouned corners in all the styles * url of the page is elided * with compositing tab previews will be shown semitransparent with 25% alpha by default, witch can be setted to be optional later * code of tab preview is now separated from tab bar so it is more explicit REVIEWED BY: Johannes, Andrea, Pierre CCMAIL: blinov.vyacheslav@gmail.com REVIEW: 101848