summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-1/+1
| | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-8/+0
| | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one.
* Fixes bug 201559, tabs are now open respecting settings.Jonas M. Gastal2009-12-281-1/+1
|
* fix crashes webtabsmegabigbug2009-12-171-1/+2
|
* fix spacingmegabigbug2009-12-151-0/+1
|
* WalletWidget -> WalletBarAndrea Diamantini2009-12-151-2/+2
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-27/+26
| | | | | | | | | | | We are actually creating two widget for request. I'll merge it anyway to let you fix it :) Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72 Conflicts: src/mainview.cpp src/webview.cpp
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-0/+171
* it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)