summaryrefslogtreecommitdiff
path: root/src/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix access keys management, copying konqueror's code ;)Andrea Diamantini2012-01-221-0/+1
|
* Get rid of m_canEnableAutoScrollAndrea Diamantini2012-01-221-1/+0
| | | | We really need it in just one method. So, it can be a local var...
* clean up WebView variables namesAndrea Diamantini2012-01-221-5/+5
| | | | | Smooth, auto, normal scrolling... Too much things to manage without a clear policy.
* m_mousePos--Andrea Diamantini2012-01-221-6/+0
|
* Moved access keys activation to release key eventAndrea Diamantini2012-01-171-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 QNAMAndrea Diamantini2012-01-151-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 navigationMarc Deop2012-01-121-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 disabledMarc Deop2012-01-091-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" actionAndrea Diamantini2012-01-021-1/+1
|
* Share URL by mail actionAndrea Diamantini2011-11-221-0/+1
| | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674
* Clean up WebView::contextMenuEvent functionAndrea Diamantini2011-11-221-0/+9
|
* bookmark this link action in link's context menu REVIEW:102152Johannes Tröscher2011-08-011-0/+1
|
* firefox-like autoscroll lookFelix Rohrbach2011-04-111-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 webviewAndrea Diamantini2011-03-301-0/+2
| | | | BUG:254102
* cppcheck round...Andrea Diamantini2011-02-251-2/+2
|
* Coding styleAndrea Diamantini2011-02-251-1/+4
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* Reset webview's mouseicon if autoscroll is enabled and you reenter webview.Felix Rohrbach2011-02-121-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 iconFurkan Uzumcu2011-02-051-0/+1
| | | | Reviewed by adjam
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-051-0/+2
| | | | (Disabled by default).
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-201-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 conventionsBenjamin Poulain2010-11-201-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 directoryJon Ander Peñalba2010-09-031-4/+4
|
* add "copy image location" action in the webview's contextual menumegabigbug2010-08-271-0/+1
|
* Merge commit 'refs/merge-requests/160' of ↵Andrea Diamantini2010-08-111-1/+18
|\ | | | | | | git://gitorious.org/rekonq/mainline into m160
| * Code cleanupYoann Laissus2010-08-081-11/+11
| |
| * Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-0/+17
| |
* | - Fix Ctrl + wheel shortcutYoann Laissus2010-08-101-1/+1
|/ | | | | - Fix zoomUp at the end of the bar - add a stretch on the right
* - Sync mouse wheel zoom and the sliderYoann Laissus2010-05-301-0/+2
| | | | - Fix mouse wheel zoom limits (slider's max and min)
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-1/+2
| | | | to speed up a bit
* Include Fixes, first bunchAndrea Diamantini2010-04-301-3/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-1/+4
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-5/+5
|
* Mouse move autoscroll implementationAndrea Diamantini2010-04-151-2/+4
|
* I confused mouse cursor with the key one :)Andrea Diamantini2010-04-061-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 211557Andrea Diamantini2010-04-051-1/+1
| | | | BUG: 211557
* Auto Scrolling, first bunch.Andrea Diamantini2010-03-311-3/+7
| | | | key combinations just work :)
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Save memory. One WebPage pointer less for each WebView :)Andrea Diamantini2010-02-191-2/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-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 menuAndrea Diamantini2010-01-071-0/+1
|
* add options for kget in the config panelmegabigbug2009-12-221-2/+0
| | | | replace kio for download
* first kget integrationmegabigbug2009-12-181-2/+2
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-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 Beschow2009-12-141-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)megabigbug2009-12-131-3/+2
| | | | | add close button add icons
* KWebWallet integrationAndrea Diamantini2009-12-061-4/+3
|
* KIO download systemAndrea Diamantini2009-11-131-0/+3
| | | | ported to kdewebkit signals and functions
* Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-131-0/+2
|