summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tab bar preview optimization, use event->pos() to get the position of tab ↵Rohan Garg2011-01-091-12/+1
| | | | | | | instead of cycling with a while loop Thanks to Furkan Üzümcü Review Board request : http://git.reviewboard.kde.org/r/100324/
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-071-5/+4
| | | | | | | | | | | | | | hovering tabs: * tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
* Show and hide the add-tab button automaticallyJon Ander Peñalba2010-11-301-8/+22
|
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-201-1/+1
|
* Change the behavior of Ctrl+Maj+T to open only the last closed tabBenjamin Poulain2010-09-191-4/+4
| | | | | | | | | Previously, the action of Ctrl+Maj+T was opening all the closed tabs. This was differing from Firefox and Chrome, which can be confusing for users. This patch change the behavior to open only the last closed tab, making the behavior more like the other browsers.
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-22/+17
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+2
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Add a "show main toolbar" action in the empty tabbar contextual menuAndrea Diamantini2010-08-201-0/+6
| | | | to prevent rekonq being WITHOUT any bar...
* 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