summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unifies macro styleJohannes Troscher2011-11-271-1/+1
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Clean up webview contextual && tools menuAndrea Diamantini2011-11-241-44/+37
| | | | | | | | | | | - Moved "new window" action from contextual menu to tools menu (This is Google Code-in 2011 task by Yusuf Amir Tezcan! Thanks!!!) - clean up/review contextual menu actions - Followed FIXME to remove "copy image" action - Added "new_tab" && "new_window" action to Tools Menu REVIEW: 103216 REVIEWED-BY: nobody, oops... :)
* Fix "Search with % on current page" English text to enable correctLasse Liehu2011-11-221-2/+2
| | | | | | | translation in Finnish REVIEW: 103201 REVIEWED-BY: adjam
* Share URL by mail actionAndrea Diamantini2011-11-221-0/+28
| | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674
* Clean up WebView::contextMenuEvent functionAndrea Diamantini2011-11-221-117/+123
|
* check if there's an input field under the cursor in pastAndGo action on webviewJohannes Tröscher2011-09-201-1/+1
| | | | REVIEWED-BY: trustMe
* Added a combobox with middleclick options "autoscroll", "pasteAndGo" andFurkan Üzümcü2011-09-201-2/+2
| | | | | "do nothing"
* load clipboard url on middle-click if autoscroll is disabledJohannes Tröscher2011-09-131-0/+17
| | | | | | | BUG: 275778 255518 CCBUG: 275778 255518 REVIEW: 102587 REVIEWED-BY: adjam
* Fix vi-like navigation shortcutsJohannes Troscher2011-08-211-0/+29
| | | | | | | | | | | This patch introduces a check on input/textarea elements to be sure we are NOT stealing focus there.. ;) It also introduces a check to let the feature being optional (just to be completely sure... ) CCBUG: 238761 REVIEW: 102255 REVIEWED-BY: adjam,elproxy
* Tools Action MenuAndrea Diamantini2011-08-041-9/+4
| | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom
* action to search with default searchEnine in marked text's context menu. ↵Johannes Tröscher2011-08-021-0/+12
| | | | REVIEW:102180
* Revert vi-like shortcuts implementationAndrea Diamantini2011-08-021-22/+0
| | | | | | | | In fact, until we have one way to understand if a widget (eg: a lineedit or a textarea) steals the focus before, this feature will break their usage. CCBUG: 238761
* bookmark this link action in link's context menu REVIEW:102152Johannes Tröscher2011-08-011-0/+15
|
* clean upAndrea Diamantini2011-07-251-85/+85
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-99/+99
|
* Fixup for vi style navigation event handling.Pierre Rossi2011-06-281-11/+12
| | | | Reviewed-by: TrustMe
* Add shortcuts for scrolling as in vi or konqiAndrea Diamantini2011-06-271-0/+21
| | | | | | | | BUG:238761 Patch by Thomas Murach, thanks :D Reviewed by me ;)
* Code janitoringAlbert Astals Cid2011-05-291-1/+1
| | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators"
* firefox-like autoscroll lookFelix Rohrbach2011-04-111-11/+21
| | | | | | | | Add an icon to indicate the origin of an autoscroll action. Patch by Johannes Tröscher, thanks! REVIEW: 101068
* Remove unused stringsAndrea Diamantini2011-04-041-15/+0
|
* This commit aims to fix a long standing rekonq bug about scrollbar (and ↵Andrea Diamantini2011-04-031-16/+0
| | | | | | | | webview in general) theme. The right way to do it seems be using a local .css file. Letting this be in master for one week (at least) before backporting...
* Implement/fix drag and drop handling of text & url in the webviewAndrea Diamantini2011-03-301-0/+33
| | | | BUG:254102
* Never execute deprecated codeAndrea Diamantini2011-03-271-1/+1
|
* Fix context menu and set comments to improve its code (after 0.7 release)Andrea Diamantini2011-03-271-32/+14
|
* Coding styleAndrea Diamantini2011-02-251-30/+34
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-11/+11
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Reset webview's mouseicon if autoscroll is enabled and you reenter webview.Felix Rohrbach2011-02-121-0/+9
| | | | | | | | 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/+15
| | | | Reviewed by adjam
* This commit contains the changes to the context menu which we decided in our ↵Felix Rohrbach2011-01-151-15/+17
| | | | | | | | | | meeting: 1. Hide new tab entry if it is not necessary. 2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected. 3. Hide the development menu entries and add an option to show them. RB: 100374
* Multi-scroll cursors doesn't appear when the page does not have scroll bars, ↵Felix Rohrbach2011-01-081-3/+7
| | | | | | | | anymore. Patch by Furkan Üzümcü RB: 100314
* Disable multi-dimensional scroll button on scrollbars.Rohan Garg2011-01-061-1/+4
| | | | | | Review Board task : http://git.reviewboard.kde.org/r/100276/ Thanks to Furkan Üzümcü BUG: 234888
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-051-34/+48
| | | | (Disabled by default).
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-201-0/+22
| | | | | | | | - 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
* fix opening of URL-like selections in new tabPanagiotis Papadopoulos2010-12-141-2/+2
| | | | patch by Furkan, thx :-)
* Some changes by me: Find action after open link itemsAndrea Diamantini2010-12-131-5/+7
|
* GCI Task by Furkan Uzumcu: Context Menu ImprovementsAndrea Diamantini2010-12-131-1/+35
| | | | | This commit changed context menu by adding Find/Print actions there and letting users opening URL-like text in new tab/window
* Initialize previously uninitialized member variableAndreas Hartmetz2010-12-031-0/+1
|
* Merge branch 'master' of git://git.kde.org/rekonqBenjamin Poulain2010-11-201-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h
| * API clean upAndrea Diamantini2010-11-191-1/+1
| | | | | | | | urlBar --> currentUrlBar
* | Use QObject cleaning for the destruction of WebView childrenBenjamin Poulain2010-11-201-5/+0
| | | | | | | | | | | | | | | | | | The destructor of QObject already destroy the children and disconnect the object. To reduce code complexity of WebView, we rely on this mechanism instead of doing manually. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Move download handling from WebView to WebPageBenjamin Poulain2010-11-201-1/+0
| | | | | | | | | | | | | | | | Handling download is a responsibility of WebPage, the connection to the implementation is better done in WebPage than in WebView. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Add an assertion to ensure the consistency of WebView during developmentBenjamin Poulain2010-11-201-1/+2
| | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Update the name of WebView attribute to conform to the conventionsBenjamin Poulain2010-11-201-82/+82
|/ | | | | | | | 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
* honor the "open tabs in the background" for the search with featurePanagiotis Papadopoulos2010-09-101-1/+1
|
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-22/+17
|
* Let urlbar being usable also in fullscreen modeAndrea Diamantini2010-09-011-3/+6
| | | | BUG: 243900
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+2
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* add "copy image location" action in the webview's contextual menumegabigbug2010-08-271-0/+24
|