summaryrefslogtreecommitdiff
path: root/src/tabpreviewpopup.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-4/+3
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-3/+4
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* clean up WebSnap and provide automatic thumbs update for about:tabsAndrea Diamantini2012-02-021-0/+3
| | | | page
* Use tooltip style in tabpreviewJohanner Troscher2011-09-081-0/+3
| | | | | REVIEW: 102534 REVIEWED-BY: adjam
* Pedantic compile fixesAndrea Diamantini2011-07-181-4/+0
| | | | | | PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-1/+1
|
* Improving tab previewsVyacheslav Blinov2011-07-151-0/+66
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