summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use proper colors for tabsAndrea Diamantini2012-03-051-1/+1
| | | | | | Wyatt's patch. Thanks :) BUG:295236
* Krazy fixesAndrea Diamantini2012-02-161-1/+1
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-5/+5
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Remove "closed tabs menu" from available actions in mainwindowAndrea Diamantini2012-01-171-11/+13
| | | | | | | | | | This because it is just a "working" action designed for the tabbar. Now it works (and updates) properly there and in the tabbar empty space. Please open a new wish if you want a closed tabs menu action to add to the mainwindow BUG:291232
* improve closed tabs managementAndrea Diamantini2012-01-031-7/+9
| | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224
* Hide unneeded actions when there is only one tabAndrea Diamantini2011-12-201-3/+10
| | | | | | | This patch is a small improvement of Yusuf Tezcan work as GCI student. Many thanks for, Yusuf: your contribution is really appreciate :) REVIEW: 103471
* Remove postLaunch callsAndrea Diamantini2011-11-141-2/+2
| | | | | | | | | | | | | | This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-3/+3
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* Enable url or text drops in the tabbarFurkan Uzumcu2011-10-211-0/+50
| | | | | | | | Dropping urls in the tabbar loads them in new tabs, while dropping text searches it on your default search engine. REVIEW: 102811 REVIEWED-BY: adjam
* tabsChanged() signal has been removed some time ago..Furkan Uzumcu2011-10-091-8/+0
| | | | | REVIEW: 102810 REVIEWED-BY: adjam
* Fix tab size and addTabButton position when a KMessageWidget appearsYoann Laissus2011-09-201-2/+2
| | | | REVIEW: 102651
* 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
|