Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore previous Referer management | Andrea Diamantini | 2012-06-07 | 1 | -0/+5 |
| | |||||
* | Letting SHIFT + MidClick reverse open new tab settings | Andrea Diamantini | 2012-06-07 | 1 | -2/+2 |
| | | | | BUG: 299024 | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -4/+7 |
| | |||||
* | Let rekonq block sparse images (this idea has been copied from Arora) | Andrea Diamantini | 2012-03-13 | 1 | -0/+3 |
| | |||||
* | Get sure urlbar(s) are deleted when related webtab is | Andrea Diamantini | 2012-03-13 | 1 | -0/+1 |
| | | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301 | ||||
* | Fix access keys management, copying konqueror's code ;) | Andrea Diamantini | 2012-01-22 | 1 | -0/+1 |
| | |||||
* | Get rid of m_canEnableAutoScroll | Andrea Diamantini | 2012-01-22 | 1 | -1/+0 |
| | | | | We really need it in just one method. So, it can be a local var... | ||||
* | clean up WebView variables names | Andrea Diamantini | 2012-01-22 | 1 | -5/+5 |
| | | | | | Smooth, auto, normal scrolling... Too much things to manage without a clear policy. | ||||
* | m_mousePos-- | Andrea Diamantini | 2012-01-22 | 1 | -6/+0 |
| | |||||
* | Moved access keys activation to release key event | Andrea Diamantini | 2012-01-17 | 1 | -0/+6 |
| | | | | | | | | | This to copy konqueror behavior. Also added some kDebug messages to better work with the "key event" features: - vi-like navigation - access keys - autoscroll | ||||
* | Move icon manager download system to QNAM | Andrea Diamantini | 2012-01-15 | 1 | -1/+1 |
| | | | | | | | | | & Search also for favicon.ico files This seems to be the unique method to surely workaround this bug rekonq encounters when tries to load an unextant favicon with KIO (see BUG:289029 ) | ||||
* | Access Keys navigation | Marc Deop | 2012-01-12 | 1 | -0/+17 |
| | | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam | ||||
* | Let keys autoscroll work also when middle click use is disabled | Marc Deop | 2012-01-09 | 1 | -1/+1 |
| | | | | | | | | | | (adjam's marginal change): let variables have better names m_isAutoScrollEnabled --> m_isViewAutoScrolling CCBUG:289588 CCBUG:278056 REVIEW:103649 REVIEWED-BY: adjam | ||||
* | Fix "share" action | Andrea Diamantini | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Share URL by mail action | Andrea Diamantini | 2011-11-22 | 1 | -0/+1 |
| | | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674 | ||||
* | Clean up WebView::contextMenuEvent function | Andrea Diamantini | 2011-11-22 | 1 | -0/+9 |
| | |||||
* | 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?) |