Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refractoring on search engines | megabigbug | 2010-04-23 | 1 | -27/+10 |
| | |||||
* | deleting replies as explained in QNetworkAccessManager docs | Andrea Diamantini | 2010-04-20 | 1 | -1/+2 |
| | |||||
* | Mouse move autoscroll implementation | Andrea Diamantini | 2010-04-15 | 1 | -5/+39 |
| | |||||
* | I confused mouse cursor with the key one :) | Andrea Diamantini | 2010-04-06 | 1 | -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 211557 | Andrea Diamantini | 2010-04-05 | 1 | -0/+8 |
| | | | | BUG: 211557 | ||||
* | more gentle autoscroll.. | Andrea Diamantini | 2010-04-02 | 1 | -10/+14 |
| | | | | less intrusive scrollTimer | ||||
* | Auto Scrolling, first bunch. | Andrea Diamantini | 2010-03-31 | 1 | -10/+78 |
| | | | | key combinations just work :) | ||||
* | select element in webinspector when toggle "Inspect Element" | megabigbug | 2010-02-22 | 1 | -0/+1 |
| | |||||
* | Save memory. One WebPage pointer less for each WebView :) | Andrea Diamantini | 2010-02-19 | 1 | -6/+13 |
| | |||||
* | half fixed (but half is not enough...) the favicon querelle.. | Andrea Diamantini | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | KDE HIG fix | Panagiotis Papadopoulos | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Here we are, with this commit I removed a lot of direct calls to | Andrea Diamantini | 2010-01-23 | 1 | -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 fixes | Andrea Diamantini | 2010-01-21 | 1 | -0/+1 |
| | |||||
* | A new inspection action in contextual menu | Andrea Diamantini | 2010-01-07 | 1 | -9/+15 |
| | |||||
* | "Contextual" image menu | Andrea Diamantini | 2010-01-05 | 1 | -31/+33 |
| | |||||
* | in fullscreen mode: show toolbar tabbar when mouse is on top of the screen | megabigbug | 2009-12-24 | 1 | -0/+11 |
| | |||||
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -51/+7 |
| | | | | replace kio for download | ||||
* | download one link with org.kde.kget.main.addTransfer | megabigbug | 2009-12-18 | 1 | -3/+4 |
| | |||||
* | first kget integration | megabigbug | 2009-12-18 | 1 | -2/+58 |
| | |||||
* | fix crashes webtabs | megabigbug | 2009-12-17 | 1 | -0/+1 |
| | |||||
* | I tried a bit, but this is not working pretty well :( | Andrea Diamantini | 2009-12-15 | 1 | -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 WebView | Bernhard Beschow | 2009-12-14 | 1 | -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 Diamantini | 2009-12-15 | 1 | -8/+7 |
|/ | | | | Moved remaining code to kdewebkit | ||||
* | clean up creation of WebView: | Bernhard Beschow | 2009-12-14 | 1 | -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 fixes | Andrea Diamantini | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/69' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2009-12-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | into m69 Conflicts: src/walletwidget.cpp | ||||
| * | fix i18n issue in wallet message | megabigbug | 2009-12-13 | 1 | -1/+1 |
| | | | | | | | | fix ctor warning in webview | ||||
* | | Merge commit 'refs/merge-requests/68' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2009-12-13 | 1 | -18/+26 |
|\ \ | |/ | | | | | | | | | | | into m68 Conflicts: src/walletwidget.cpp | ||||
| * | walletwidget on top of the webview (not over) | megabigbug | 2009-12-13 | 1 | -19/+27 |
|/ | | | | | add close button add icons | ||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 1 | -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 integration | Andrea Diamantini | 2009-12-06 | 1 | -15/+25 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -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 system | Andrea Diamantini | 2009-11-13 | 1 | -1/+15 |
| | | | | ported to kdewebkit signals and functions | ||||
* | Connecting new KWebView signals to some proper slots | Andrea Diamantini | 2009-11-13 | 1 | -0/+9 |
| | |||||
* | Fixes and improvements in rekonq web classes | Andrea Diamantini | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Moving to KWebPage (page) actions | Andrea Diamantini | 2009-11-13 | 1 | -53/+19 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -15/+1 |
| | | | | First step | ||||
* | Fixing about: protocol loading. | Andrea Diamantini | 2009-11-11 | 1 | -6/+0 |
| | | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5 | ||||
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -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 connection | Andrea Diamantini | 2009-11-05 | 1 | -0/+7 |
| | | | | fix | ||||
* | source fixes | Andrea Diamantini | 2009-11-02 | 1 | -7/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/1882' of ↵ | Andrea Diamantini | 2009-10-27 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into mr1882 | ||||
| * | fix tab preview size | lionelc | 2009-10-22 | 1 | -1/+1 |
| | | |||||
* | | fix scrollbar, cursor bugs. | lionelc | 2009-10-26 | 1 | -5/+1 |
| | | |||||
* | | Get rid (for 0.3 release) of shift + arrows scrolling feature. | Andrea Diamantini | 2009-10-26 | 1 | -87/+2 |
| | | | | | | | | Sorry, dudes. We have troubles with it :( | ||||
* | | Commenting out not used (for 0.3 release) methods.. | Andrea Diamantini | 2009-10-26 | 1 | -2/+2 |
| | | |||||
* | | A better popup implementation | megabigbug | 2009-10-24 | 1 | -9/+7 |
| | | |||||
* | | no shift + arrows scrolling actions for rekonq 0.3 | Andrea Diamantini | 2009-10-23 | 1 | -18/+3 |
| | | | | | | | | This to let shift + arrow selection to work properly |