summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This BIG commit HAS to fix all download handling remained :)Andrea Diamantini2010-05-251-1/+1
| | | | | | | it lets rekonq work on every site I tested (all those where there are some bugs opened) and let us factorize a big bunch of code BUG:212808
* Cedric's patchAndrea Diamantini2010-05-211-1/+1
| | | | | let autoscroll being optional (active by default..)
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-6/+0
| | | | to speed up a bit
* Fix download handlingAndrea Diamantini2010-05-191-6/+3
| | | | | | This commit, together with adawit's patch to QtWebKit (not yet merged) && KIO will definitely solve download handling. At least, I hope so :)
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-3/+3
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-301-8/+10
|
* A coding style roundAndrea Diamantini2010-04-301-96/+96
|
* refractoring on search enginesmegabigbug2010-04-231-27/+10
|
* deleting replies as explained in QNetworkAccessManager docsAndrea Diamantini2010-04-201-1/+2
|
* Mouse move autoscroll implementationAndrea Diamantini2010-04-151-5/+39
|
* I confused mouse cursor with the key one :)Andrea Diamantini2010-04-061-3/+5
| | | | | | | | Here is another hack to fix bug 211557 DISCLAIMER: this, as the previous, is an hack NOT a solution BUG: 211557
* A "nice" hack to fix bug 211557Andrea Diamantini2010-04-051-0/+8
| | | | BUG: 211557
* more gentle autoscroll..Andrea Diamantini2010-04-021-10/+14
| | | | less intrusive scrollTimer
* Auto Scrolling, first bunch.Andrea Diamantini2010-03-311-10/+78
| | | | key combinations just work :)
* select element in webinspector when toggle "Inspect Element"megabigbug2010-02-221-0/+1
|
* Save memory. One WebPage pointer less for each WebView :)Andrea Diamantini2010-02-191-6/+13
|
* half fixed (but half is not enough...) the favicon querelle..Andrea Diamantini2010-02-181-1/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* KDE HIG fixPanagiotis Papadopoulos2010-01-281-1/+1
|
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-8/+26
| | | | | | | | 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.
* Spare fixesAndrea Diamantini2010-01-211-0/+1
|
* A new inspection action in contextual menuAndrea Diamantini2010-01-071-9/+15
|
* "Contextual" image menuAndrea Diamantini2010-01-051-31/+33
|
* in fullscreen mode: show toolbar tabbar when mouse is on top of the screenmegabigbug2009-12-241-0/+11
|
* add options for kget in the config panelmegabigbug2009-12-221-51/+7
| | | | replace kio for download
* download one link with org.kde.kget.main.addTransfermegabigbug2009-12-181-3/+4
|
* first kget integrationmegabigbug2009-12-181-2/+58
|
* fix crashes webtabsmegabigbug2009-12-171-0/+1
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-55/+0
|\ | | | | | | | | | | | | | | | | | | | | 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-55/+0
| | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* | Simpler web classes (but no more friends :)Andrea Diamantini2009-12-151-8/+7
|/ | | | Moved remaining code to kdewebkit
* clean up creation of WebView:Bernhard Beschow2009-12-141-36/+2
| | | | | | * 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
* Just some stupid fixesAndrea Diamantini2009-12-141-1/+1
|
* Merge commit 'refs/merge-requests/69' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-131-1/+1
|\ | | | | | | | | | | | | into m69 Conflicts: src/walletwidget.cpp
| * fix i18n issue in wallet messagemegabigbug2009-12-131-1/+1
| | | | | | | | fix ctor warning in webview
* | Merge commit 'refs/merge-requests/68' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-131-18/+26
|\ \ | |/ | | | | | | | | | | into m68 Conflicts: src/walletwidget.cpp
| * walletwidget on top of the webview (not over)megabigbug2009-12-131-19/+27
|/ | | | | add close button add icons
* xss attach prevention.Andrea Diamantini2009-12-081-1/+1
| | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain
* KWebWallet integrationAndrea Diamantini2009-12-061-15/+25
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+3
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* KIO download systemAndrea Diamantini2009-11-131-1/+15
| | | | ported to kdewebkit signals and functions
* Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-131-0/+9
|
* Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-131-1/+1
|
* Moving to KWebPage (page) actionsAndrea Diamantini2009-11-131-53/+19
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-15/+1
| | | | First step
* Fixing about: protocol loading.Andrea Diamantini2009-11-111-6/+0
| | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5
* removing unuseful kDebug callsAndrea Diamantini2009-11-101-1/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-6/+6
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* crash on loading links from homepage when no internet connectionAndrea Diamantini2009-11-051-0/+7
| | | | fix
* source fixesAndrea Diamantini2009-11-021-7/+6
|