diff options
author | Vyacheslav Blinov <blinov.vyacheslav@gmail.com> | 2011-07-15 10:24:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-15 10:24:08 +0200 |
commit | 1feccda4818f0dd7c98cf55032f05b3071135fe2 (patch) | |
tree | 95ec79aa993d5c621429dc0c5b903c55fba660f6 /src/CMakeLists.txt | |
parent | Change KMessageWidget message type (diff) | |
download | rekonq-1feccda4818f0dd7c98cf55032f05b3071135fe2.tar.xz |
Improving tab previews
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
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f623adfd..eae0f89c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,7 @@ SET( rekonq_KDEINIT_SRCS previewselectorbar.cpp protocolhandler.cpp sessionmanager.cpp + tabpreviewpopup.cpp tabbar.cpp tabhighlighteffect.cpp urlfilterproxymodel.cpp |