Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -4/+4 |
| | |||||
* | add "copy image location" action in the webview's contextual menu | megabigbug | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/160' of ↵ | Andrea Diamantini | 2010-08-11 | 1 | -1/+18 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m160 | ||||
| * | Code cleanup | Yoann Laissus | 2010-08-08 | 1 | -11/+11 |
| | | |||||
| * | Implement KHTML smooth scrolling for rekonq | Yoann Laissus | 2010-08-08 | 1 | -0/+17 |
| | | |||||
* | | - Fix Ctrl + wheel shortcut | Yoann Laissus | 2010-08-10 | 1 | -1/+1 |
|/ | | | | | - Fix zoomUp at the end of the bar - add a stretch on the right | ||||
* | - Sync mouse wheel zoom and the slider | Yoann Laissus | 2010-05-30 | 1 | -0/+2 |
| | | | | - Fix mouse wheel zoom limits (slider's max and min) | ||||
* | inlined some of the most used get functions | Andrea Diamantini | 2010-05-21 | 1 | -1/+2 |
| | | | | to speed up a bit | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -1/+4 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -5/+5 |
| | |||||
* | Mouse move autoscroll implementation | Andrea Diamantini | 2010-04-15 | 1 | -2/+4 |
| | |||||
* | I confused mouse cursor with the key one :) | Andrea Diamantini | 2010-04-06 | 1 | -0/+1 |
| | | | | | | | | 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 | -1/+1 |
| | | | | BUG: 211557 | ||||
* | Auto Scrolling, first bunch. | Andrea Diamantini | 2010-03-31 | 1 | -3/+7 |
| | | | | key combinations just work :) | ||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+4 |
| | |||||
* | Save memory. One WebPage pointer less for each WebView :) | Andrea Diamantini | 2010-02-19 | 1 | -2/+1 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Here we are, with this commit I removed a lot of direct calls to | Andrea Diamantini | 2010-01-23 | 1 | -0/+9 |
| | | | | | | | | 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. | ||||
* | A new inspection action in contextual menu | Andrea Diamantini | 2010-01-07 | 1 | -0/+1 |
| | |||||
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -2/+0 |
| | | | | replace kio for download | ||||
* | first kget integration | megabigbug | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -19/+6 |
| | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | ||||
* | clean up creation of WebView: | Bernhard Beschow | 2009-12-14 | 1 | -4/+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 | ||||
* | walletwidget on top of the webview (not over) | megabigbug | 2009-12-13 | 1 | -3/+2 |
| | | | | | add close button add icons | ||||
* | KWebWallet integration | Andrea Diamantini | 2009-12-06 | 1 | -4/+3 |
| | |||||
* | KIO download system | Andrea Diamantini | 2009-11-13 | 1 | -0/+3 |
| | | | | ported to kdewebkit signals and functions | ||||
* | Connecting new KWebView signals to some proper slots | Andrea Diamantini | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -4/+3 |
| | | | | First step | ||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -3/+3 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | Get rid (for 0.3 release) of shift + arrows scrolling feature. | Andrea Diamantini | 2009-10-26 | 1 | -19/+1 |
| | | | | Sorry, dudes. We have troubles with it :( | ||||
* | A better popup implementation | megabigbug | 2009-10-24 | 1 | -1/+3 |
| | |||||
* | WebView Scrolling. | Andrea Diamantini | 2009-10-20 | 1 | -0/+19 |
| | | | | | Patch from Johannes Zellner (thanks). I changed just the keyPressEvent function to better test it.. | ||||
* | HACK: Ctrl + C shortcut | Andrea Diamantini | 2009-10-08 | 1 | -1/+2 |
| | |||||
* | TONS of events ignored to let homepage no more crash! | Andrea Diamantini | 2009-10-08 | 1 | -0/+1 |
| | | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests | ||||
* | WebView dtor | Andrea Diamantini | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | General (shift +) ctrl tab switch management. | Andrea Diamantini | 2009-10-04 | 1 | -10/+0 |
| | | | | This let tab switch work also when webview is not focused :) | ||||
* | View image action | Andrea Diamantini | 2009-10-04 | 1 | -0/+1 |
| | | | | another brilliant patch from Ronny Scholz (thanks!) | ||||
* | open a selected url text in a new tab/window | megabigbug | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -5/+1 |
| | | | | first commit here. We have the homepage classes | ||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -0/+4 |
| | | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews.. | ||||
* | Fixing rekonq Multi Windows behaviour and | Andrea Diamantini | 2009-09-06 | 1 | -0/+1 |
| | | | | Added options about tabbed (or not) browsing.. | ||||
* | Open in new Window Action | Andrea Diamantini | 2009-09-04 | 1 | -0/+2 |
| | |||||
* | - A better print slot | Andrea Diamantini | 2009-08-30 | 1 | -0/+2 |
| | | | | | - contextual frame actions (just 2, for now) - works on contextual menu | ||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -2/+5 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+13 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -1/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Simplifying a bit web load progress process structure | Andrea Diamantini | 2009-07-29 | 1 | -5/+1 |
| | |||||
* | copy paste from khtml_ext.cpp: | megabigbug | 2009-07-27 | 1 | -1/+1 |
| | | | | | favorite search providers (webshortcuts) in context menu instead of google and wikipedia |