Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup for vi style navigation event handling. | Pierre Rossi | 2011-06-28 | 1 | -11/+12 |
| | | | | Reviewed-by: TrustMe | ||||
* | Add shortcuts for scrolling as in vi or konqi | Andrea Diamantini | 2011-06-27 | 1 | -0/+21 |
| | | | | | | | | BUG:238761 Patch by Thomas Murach, thanks :D Reviewed by me ;) | ||||
* | Code janitoring | Albert Astals Cid | 2011-05-29 | 1 | -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 look | Felix Rohrbach | 2011-04-11 | 1 | -11/+21 |
| | | | | | | | | Add an icon to indicate the origin of an autoscroll action. Patch by Johannes Tröscher, thanks! REVIEW: 101068 | ||||
* | Remove unused strings | Andrea Diamantini | 2011-04-04 | 1 | -15/+0 |
| | |||||
* | This commit aims to fix a long standing rekonq bug about scrollbar (and ↵ | Andrea Diamantini | 2011-04-03 | 1 | -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 webview | Andrea Diamantini | 2011-03-30 | 1 | -0/+33 |
| | | | | BUG:254102 | ||||
* | Never execute deprecated code | Andrea Diamantini | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | Fix context menu and set comments to improve its code (after 0.7 release) | Andrea Diamantini | 2011-03-27 | 1 | -32/+14 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -30/+34 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -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 Rohrbach | 2011-02-12 | 1 | -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 icon | Furkan Uzumcu | 2011-02-05 | 1 | -0/+15 |
| | | | | Reviewed by adjam | ||||
* | This commit contains the changes to the context menu which we decided in our ↵ | Felix Rohrbach | 2011-01-15 | 1 | -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 Rohrbach | 2011-01-08 | 1 | -3/+7 |
| | | | | | | | | anymore. Patch by Furkan Üzümcü RB: 100314 | ||||
* | Disable multi-dimensional scroll button on scrollbars. | Rohan Garg | 2011-01-06 | 1 | -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 Rohrbach | 2011-01-05 | 1 | -34/+48 |
| | | | | (Disabled by default). | ||||
* | - Bookmark folders can now be dragged and dropped in the toolbar. | Yoann Laissus | 2010-12-20 | 1 | -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 tab | Panagiotis Papadopoulos | 2010-12-14 | 1 | -2/+2 |
| | | | | patch by Furkan, thx :-) | ||||
* | Some changes by me: Find action after open link items | Andrea Diamantini | 2010-12-13 | 1 | -5/+7 |
| | |||||
* | GCI Task by Furkan Uzumcu: Context Menu Improvements | Andrea Diamantini | 2010-12-13 | 1 | -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 variable | Andreas Hartmetz | 2010-12-03 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git://git.kde.org/rekonq | Benjamin Poulain | 2010-11-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h | ||||
| * | API clean up | Andrea Diamantini | 2010-11-19 | 1 | -1/+1 |
| | | | | | | | | urlBar --> currentUrlBar | ||||
* | | Use QObject cleaning for the destruction of WebView children | Benjamin Poulain | 2010-11-20 | 1 | -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 WebPage | Benjamin Poulain | 2010-11-20 | 1 | -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 development | Benjamin Poulain | 2010-11-20 | 1 | -1/+2 |
| | | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini | ||||
* | | Update the name of WebView attribute to conform to the conventions | Benjamin Poulain | 2010-11-20 | 1 | -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 feature | Panagiotis Papadopoulos | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -22/+17 |
| | |||||
* | Let urlbar being usable also in fullscreen mode | Andrea Diamantini | 2010-09-01 | 1 | -3/+6 |
| | | | | BUG: 243900 | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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 menu | megabigbug | 2010-08-27 | 1 | -0/+24 |
| | |||||
* | Finally fix the smooth scrolling distance per scroll | Yoann Laissus | 2010-08-25 | 1 | -8/+7 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -8/+8 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Simpler than I thought, fix kget integration | Andrea Diamantini | 2010-08-19 | 1 | -1/+2 |
| | |||||
* | Remove a space | Yoann Laissus | 2010-08-17 | 1 | -1/+1 |
| | |||||
* | - Fix an issue with some websites which need to handle wheel events (eg: ↵ | Yoann Laissus | 2010-08-17 | 1 | -6/+6 |
| | | | | | | google maps) - Smooth scrolling now works on editable contents without sliders | ||||
* | Merge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-12 | 1 | -2/+2 |
|\ | |||||
| * | Fix smooth scrolling for some sites (eg: gmail) | Yoann Laissus | 2010-08-11 | 1 | -2/+2 |
| | | |||||
* | | Merge commit 'refs/merge-requests/160' of ↵ | Andrea Diamantini | 2010-08-11 | 1 | -21/+133 |
|\ \ | |/ | | | | | git://gitorious.org/rekonq/mainline into m160 | ||||
| * | Fix the factor | Yoann Laissus | 2010-08-10 | 1 | -3/+2 |
| | | |||||
| * | Increase spped | Yoann Laissus | 2010-08-08 | 1 | -1/+1 |
| | | |||||
| * | - Use default scrolling for editable contents | Yoann Laissus | 2010-08-08 | 1 | -3/+3 |
| | | | | | | | | - Smooth scrolling now follows QApplication::wheelScrollLines() but with a factor | ||||
| * | Code cleanup | Yoann Laissus | 2010-08-08 | 1 | -88/+79 |
| | | |||||
| * | Implement KHTML smooth scrolling for rekonq | Yoann Laissus | 2010-08-08 | 1 | -1/+123 |
| | | |||||
* | | - 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 | ||||
* | apply the hack for dark color schemes only if the button text color is too light | megabigbug | 2010-07-04 | 1 | -1/+1 |
| |