summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ronny's patch about selecting previous tab if active one is closedAndrea Diamantini2009-12-183-0/+19
|
* Just some stupid changes.Andrea Diamantini2009-12-171-59/+62
|
* fix crashes webtabsmegabigbug2009-12-173-3/+5
|
* not sure about this..Andrea Diamantini2009-12-171-5/+5
| | | | | | It seems these lines let sometime crash rekonq. Anyway, it never happens here. I basically changed a cast from KWebView to WebView.
* rekonq 0.3.24Andrea Diamantini2009-12-161-1/+1
| | | | | detach tab action cleaner file protocol management
* detach tab actionAndrea Diamantini2009-12-165-3/+32
|
* Cleaner file managementAndrea Diamantini2009-12-162-17/+19
|
* rekonq 0.3.23Andrea Diamantini2009-12-161-1/+1
| | | | | | Local file handling + initial ftp support (it actually loads dolphin) General Protocol Handler implemented
* notfound.html --> rekonqinfo.htmlAndrea Diamantini2009-12-164-7/+6
| | | | cleanups
* clean upAndrea Diamantini2009-12-161-4/+0
|
* set urlbarAndrea Diamantini2009-12-161-1/+5
|
* local files krun!Andrea Diamantini2009-12-163-8/+14
|
* File protocol handling! Yeah!Andrea Diamantini2009-12-162-19/+25
|
* Stupid fix.Andrea Diamantini2009-12-161-7/+7
| | | | | Not sure we have a Webview, yet? Don't call it!
* We have file management :DAndrea Diamantini2009-12-163-9/+95
|
* First form of protocol handlingAndrea Diamantini2009-12-1611-59/+173
|
* fix spacingmegabigbug2009-12-151-0/+1
|
* rekonq 0.3.22Andrea Diamantini2009-12-151-1/+1
| | | | buggy release. Use it at your own risk :)
* WalletWidget -> WalletBarAndrea Diamantini2009-12-154-15/+15
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-1517-238/+362
|\ | | | | | | | | | | | | | | | | | | | | 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-1416-239/+358
| | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* | Merge commit 'refs/merge-requests/71' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-154-26/+39
|\ \ | | | | | | | | | into m71
| * | create walletwidget only when necessarymegabigbug2009-12-144-26/+39
| |/
* | Simpler web classes (but no more friends :)Andrea Diamantini2009-12-153-23/+7
|/ | | | Moved remaining code to kdewebkit
* rekonq 0.3.21Andrea Diamantini2009-12-141-1/+1
| | | | working kwallet integration :D
* Fix stringAndrea Diamantini2009-12-141-1/+1
|
* clean up creation of WebView:Bernhard Beschow2009-12-143-55/+45
| | | | | | * remove pointer to messageBar in WebView, don't even hand messageBar over to WebView constructor * add WalletWidget to messageBar outside of WebView constructor * hide the walletBar, but not the whole messageBar
* move KWallet integration into WebPageBernhard Beschow2009-12-143-8/+15
|
* rekonq 0.3.20Andrea Diamantini2009-12-141-1/+1
| | | | some fixes in the wallet widget and in the history management
* Moved url storing operation (add to history) in the loadUrl function,Andrea Diamantini2009-12-142-8/+8
| | | | | after uri filters. This way we stored everytime the "real" url we load :)
* Just some stupid fixesAndrea Diamantini2009-12-148-238/+352
|
* Merge commit 'refs/merge-requests/69' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-132-6/+4
|\ | | | | | | | | | | | | into m69 Conflicts: src/walletwidget.cpp
| * fix i18n issue in wallet messagemegabigbug2009-12-132-6/+3
| | | | | | | | fix ctor warning in webview
* | Merge commit 'refs/merge-requests/68' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-134-62/+78
|\ \ | |/ | | | | | | | | | | into m68 Conflicts: src/walletwidget.cpp
| * walletwidget on top of the webview (not over)megabigbug2009-12-134-63/+79
| | | | | | | | | | add close button add icons
* | Merge commit 'refs/merge-requests/67' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-131-13/+65
|\ \ | | | | | | | | | into m67
| * | Further changes to the webkitsettings pagePanagiotis Papadopoulos2009-12-131-3/+3
| | |
| * | Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-132-2/+2
| |\ \ | | | | | | | | | | | | click-to-flash-ui
| * \ \ Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-127-137/+165
| |\ \ \ | | | |/ | | |/| | | | | click-to-flash-ui
| * | | Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-0928-153/+1049
| |\ \ \ | | | | | | | | | | | | | | | click-to-flash-ui
| * | | | Change a bit the WebKit settings UIPanagiotis Papadopoulos2009-11-291-11/+63
| | | | | | | | | | | | | | | | | | | | Not yet finished 100%
| * | | | Change string wordingPanagiotis Papadopoulos2009-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | "Load animation" to "Load Plugin"
* | | | | Load animation -> Load PluginPanagiotis Papadopoulos2009-12-131-1/+1
| | | | |
* | | | | Merge branch 'master' of git://gitorious.org/rekonq/mainline into stringsPanagiotis Papadopoulos2009-12-132-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | set a valid e-mail adress for mematgic782009-12-102-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://gitorious.org/rekonq/mainline into stringsPanagiotis Papadopoulos2009-12-127-137/+165
|\ \ \ \ | |/ / /
| * | | Merge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2009-12-102-5/+5
| |\ \ \
| | * | | Follow Qt rebranding and use the proper names / sites.Thomas Zander2009-12-082-5/+5
| | | |/ | | |/|
| * | | Merge commit 'refs/merge-requests/66' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-101-1/+1
| |\ \ \ | | | | | | | | | | | | | | | into r66
| | * | | do not crash when closing WebView that didn't load successfullyBernhard Beschow2009-12-091-1/+1
| | |/ /