Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bookmark this link action in link's context menu REVIEW:102152 | Johannes Tröscher | 2011-08-01 | 1 | -0/+1 |
| | |||||
* | firefox-like autoscroll look | Felix Rohrbach | 2011-04-11 | 1 | -1/+2 |
| | | | | | | | | Add an icon to indicate the origin of an autoscroll action. Patch by Johannes Tröscher, thanks! REVIEW: 101068 | ||||
* | Implement/fix drag and drop handling of text & url in the webview | Andrea Diamantini | 2011-03-30 | 1 | -0/+2 |
| | | | | BUG:254102 | ||||
* | cppcheck round... | Andrea Diamantini | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -1/+4 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Reset webview's mouseicon if autoscroll is enabled and you reenter webview. | Felix Rohrbach | 2011-02-12 | 1 | -0/+1 |
| | | | | | | | | If you left the webview while autoscreen was enabled the mouseicon wasn't set to KIcon("transform-move") again. This patch fixes that. Patch by Johannes Tröscher, thanks! Reviewed by Rohan Garg and me. BUG: 262519 RB: 100637 | ||||
* | Added an option to show current website favicon as rekonq window icon | Furkan Uzumcu | 2011-02-05 | 1 | -0/+1 |
| | | | | Reviewed by adjam | ||||
* | Horizontal scroll wheel may now be used to navigate through history ↵ | Felix Rohrbach | 2011-01-05 | 1 | -0/+2 |
| | | | | (Disabled by default). | ||||
* | - Bookmark folders can now be dragged and dropped in the toolbar. | Yoann Laissus | 2010-12-20 | 1 | -0/+1 |
| | | | | | | | | - Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs - Fix some crash when a single bookmark is dropped in the WebView (incorrect URL) - Port the drag icon to IconManager CCBUG: 226479 | ||||
* | Update the name of WebView attribute to conform to the conventions | Benjamin Poulain | 2010-11-20 | 1 | -14/+14 |
| | | | | | | | | Most classes of Rekonq uses m_ prefix for attribute name, this patches update WebView to follow those conventions. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini | ||||
* | 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 |
| |