summaryrefslogtreecommitdiff
path: root/src/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-4/+3
| | | | First step
* (BIG commit) API changeAndrea Diamantini2009-11-101-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 Diamantini2009-10-261-19/+1
| | | | Sorry, dudes. We have troubles with it :(
* A better popup implementationmegabigbug2009-10-241-1/+3
|
* WebView Scrolling.Andrea Diamantini2009-10-201-0/+19
| | | | | Patch from Johannes Zellner (thanks). I changed just the keyPressEvent function to better test it..
* HACK: Ctrl + C shortcutAndrea Diamantini2009-10-081-1/+2
|
* TONS of events ignored to let homepage no more crash!Andrea Diamantini2009-10-081-0/+1
| | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests
* WebView dtorAndrea Diamantini2009-10-041-1/+2
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-10/+0
| | | | This let tab switch work also when webview is not focused :)
* View image actionAndrea Diamantini2009-10-041-0/+1
| | | | another brilliant patch from Ronny Scholz (thanks!)
* open a selected url text in a new tab/windowmegabigbug2009-09-221-2/+2
|