Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix crashes webtabs | megabigbug | 2009-12-17 | 1 | -1/+2 |
| | |||||
* | fix spacing | megabigbug | 2009-12-15 | 1 | -0/+1 |
| | |||||
* | WalletWidget -> WalletBar | Andrea Diamantini | 2009-12-15 | 1 | -2/+2 |
| | |||||
* | I tried a bit, but this is not working pretty well :( | Andrea Diamantini | 2009-12-15 | 1 | -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 WebView | Bernhard Beschow | 2009-12-14 | 1 | -0/+171 |
* it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) |