summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-211-2/+2
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* clean upAndrea Diamantini2011-07-251-34/+34
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-40/+40
|
* Improving tab previewsVyacheslav Blinov2011-07-151-40/+2
| | | | | | | | | | | | | | | | | 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
* Fixes the size of a tab preview to a constant size, decorate it a bitAndrea Diamantini2011-05-181-13/+48
| | | | | | | | and clean up the code around it. Patch by Tirtha Chatterjee, thanks :D Reviewed by me ;)
* connects tabMoved signal of TabBar to tabsChanged signal of MainView,Andrea Diamantini2011-05-171-0/+8
| | | | | | | | | | so any changes in tab order due to dragging tabs are saved in the sessions file using SessionManager. So now the changes in the order of tabs is correctly remembered during restore. Patch by Tirtha Chatterjee Reviewed by me ;)
* Workaround the troubles with the tabbar highlight feature.Andrea Diamantini2011-03-211-10/+5
| | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234
* Set an option to disable the disable graphics effects on the tabbarAndrea Diamantini2011-03-161-21/+54
| | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section
* This commit to try fixing all troubles against the tabbar highlight feature.Andrea Diamantini2011-03-131-0/+8
| | | | | | | | | Courtesy fix patch from the man implementing the feature: Johannes Troscher. Many Thanks for. Bug Reporters: please, let us know if this really fix it! CCBUG:267234
* Q --> KAndrea Diamantini2011-03-011-2/+2
|
* Coding styleAndrea Diamantini2011-02-251-35/+35
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-4/+4
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This patch cleans up tabbar update: show/hide when ↵Andrea Diamantini2011-02-161-23/+6
| | | | | | | | | | ReKonfig::alwaysShowTabBar() is off and update tab button position. It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects on tab middle click closing. Reviewed by: NOBODY (oops..)
* Highlights inactive tabs if title changes.Andrea Diamantini2011-02-141-1/+70
| | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam
* Revert "highlights inactive tabs if title changes"Andrea Diamantini2011-02-101-44/+1
| | | | | | | | It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
* highlights inactive tabs if title changesAndrea Diamantini2011-02-101-1/+44
| | | | | | | Courtesy patch by Johannes Troscher. Thanks :) Reviewed by: adjam Reviewed by: elproxy
* Fix tab preview flickering on mouse hover.Andrea Diamantini2011-01-221-1/+11
| | | | Patch by Furkan Uzumcu, cleaned up and reviewed by me
* 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
|