summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'refs/merge-requests/142' of ↵Andrea Diamantini2010-06-231-1/+1
|\ | | | | | | git://gitorious.org/rekonq/mainline into m142
| * fix (almost) empty area in the previewsmegabigbug2010-06-221-1/+1
| |
* | Calling KTabBar::mouseMoveEvent() ASAP, to let tab switch occur... ASAP!Andrea Diamantini2010-06-221-2/+2
|/
* No more save tab previews as they are everytime computed again..Andrea Diamantini2010-06-181-1/+1
|
* This commit changes rekonq behavior on "closed tabs" management.Andrea Diamantini2010-06-161-0/+37
| | | | | | | | The problem comes when too much sites are listed as closed tabs, so I though to create the contextual menu just on request and to clean out the sites that are reopened. (They are NO MORE closed tabs..) This and the next commit should fast a lot rekonq about that
* This should fix the Ctrl+w bug. Anyway, it really doesn't solve it: there is ↵Andrea Diamantini2010-06-041-0/+5
| | | | | | | | a corner case where the trick implemented doesn't work. We'll see if someone can fix also that.. BUG:233937
* 200 ms of delay showing tab previewsAndrea Diamantini2010-06-031-12/+13
| | | | | | | | | BUG:224276 @Christoph Feel free to open a new bug against the link delays, explaining why you think it's important. We'll be happy to debate a bit about it, again :)
* Cleaning TabBar::showPreview codeAndrea Diamantini2010-06-031-7/+8
|
* Disable the tabBar drag and drop when there is only one tabYoann Laissus2010-05-291-0/+5
|
* (Re)-open closed tabsAndrea Diamantini2010-05-111-1/+4
| | | | | | tabbar actions & CTRL + SHIFT + T shortcut for the last Johannes Zellner's patch. Thanks :)
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-9/+9
| | | | added cppcheck script
* A coding style roundAndrea Diamantini2010-04-301-41/+41
|
* Fixing tab switch behavior.Andrea Diamantini2010-04-291-9/+15
| | | | | | It seems webkit removed an update on setViewPortSize, letting our trick about setScrollBarPolicy dangerous (no scrollbar on rendered pages)
* Detach tab. last fixes.Andrea Diamantini2010-04-241-1/+3
| | | | | - Do not detach one tab windows - let detach work with "about" urls
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-1/+1
| | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache"
* Clean tab previews, not showing on loadingAndrea Diamantini2010-04-171-1/+4
| | | | | removed a duplicated method and save one QPixmap in WebSnap class
* 3 pixels preview's dilemmaAndrea Diamantini2010-04-011-1/+1
| | | | | | Johannes Zellner's patch. Thanks :) CCMAIL:johannes.zellner@nokia.com
* First bunch of fixes for the NewTabPage + WebSnap chain.Andrea Diamantini2010-03-161-1/+1
| | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general
* Close the tab preview when the tab is clickedYoann Laissus2010-03-151-0/+9
|
* Close the tab preview when the close button is clickedYoann Laissus2010-03-111-0/+14
|
* Ok, things seem working well now.Andrea Diamantini2010-03-051-7/+5
| | | | Anyway, it needs some days of testing..
* Bug about page viewportsize seems fixed here, creating a copy of theAndrea Diamantini2010-03-051-2/+5
| | | | | page fro the tab preview. Some days of testing needed..
* New (embrional) unit tests: mainview, tabbar, webtab, webpageAndrea Diamantini2010-02-271-2/+2
|
* This simple commit is inspired from mr #97Andrea Diamantini2010-02-261-0/+16
| | | | | It actually hides the addTab button when moving the bars letting it reappear on the release event.. :)
* fix tab preview positionAndrea Diamantini2010-02-101-2/+2
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* Fix tab preview.Andrea Diamantini2010-02-081-0/+1
| | | | WeakPointer misconcept
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-16/+13
|
* Fix bug 219752Andrea Diamantini2010-02-021-1/+1
| | | | | | | Johannes Zellner patch. Thanks :) BUG: 219752
* Fix crashes (and hopefully bug 212219)Andrea Diamantini2010-02-011-2/+2
| | | | Thanks to Thomas Gahr for the fix
* detach tab actionAndrea Diamantini2009-12-161-0/+7
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-3/+3
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+1
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* Saving 4 bytes per tab :)Andrea Diamantini2009-11-231-8/+12
|
* removing unuseful kDebug callsAndrea Diamantini2009-11-101-1/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-4/+4
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* source fixesAndrea Diamantini2009-11-021-8/+7
|
* Fixing tabbar crash on closeAndrea Diamantini2009-10-291-0/+4
| | | | BUG: 212219
* Fixing hide/show tab bar and flickering new tabs.Andrea Diamantini2009-10-291-56/+2
| | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..)
* Changed tabbar signals to the KDE ones.Andrea Diamantini2009-10-271-29/+35
| | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix.
* Merge commit 'refs/merge-requests/1882' of ↵Andrea Diamantini2009-10-271-3/+5
|\ | | | | | | git://gitorious.org/rekonq/mainline into mr1882
| * fix tab preview sizelionelc2009-10-221-3/+5
| |
* | Ronny's close tab solution was better :)Andrea Diamantini2009-10-251-4/+0
| |
* | Just close tab on middle mouse clickAndrea Diamantini2009-10-251-0/+13
|/
* little fix again..Andrea Diamantini2009-10-141-1/+0
|
* Another fix for the new tab button...Andrea Diamantini2009-10-141-48/+34
| | | | I'm starting hating it!!
* Actions reorganization. Now we can configure all them :)Andrea Diamantini2009-10-131-5/+5
|
* option for "Always show tab previews"lionelc2009-10-091-25/+32
|
* HUGE COMMITAndrea Diamantini2009-10-091-6/+118
| | | | | | | | | | | | | | | | | 1) moved lionel preview implementation to tabbar class. This to simplify MainView management AND to use TabBar::tabSizeHint(). Now previews are of the same width of the tab :) 2) cleaned a bit TabBar code 3) fixed scrollButton bug, via a "rude" HACK: an hidden toolbutton shown when tabs are more than.. a number! 4) Changed tabbar::tabsizehint implementation using 2 stupid constants: BASE_WIDTH_DIVISOR and MIN_WIDTH_DIVISOR. Just play with them to modify tab dimension and resize quite all :) Good night, guys!
* - Some things in the right positionAndrea Diamantini2009-10-091-1/+5
| | | | - some comments gone, some added