summaryrefslogtreecommitdiff
path: root/src/webtab.h
Commit message (Collapse)AuthorAgeFilesLines
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-3/+1
| | | | | | | | 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.
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-0/+2
| | | | | | | | | | | 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/+68
* it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)