summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Finally fix the smooth scrolling distance per scrollYoann Laissus2010-08-251-8/+7
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-8/+8
| | | | src/bookmarks/bookmarkprovider.*
* Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-1/+2
|
* Remove a spaceYoann Laissus2010-08-171-1/+1
|
* - Fix an issue with some websites which need to handle wheel events (eg: ↵Yoann Laissus2010-08-171-6/+6
| | | | | | google maps) - Smooth scrolling now works on editable contents without sliders
* Merge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-121-2/+2
|\
| * Fix smooth scrolling for some sites (eg: gmail)Yoann Laissus2010-08-111-2/+2
| |
* | Merge commit 'refs/merge-requests/160' of ↵Andrea Diamantini2010-08-111-21/+133
|\ \ | |/ | | | | git://gitorious.org/rekonq/mainline into m160
| * Fix the factorYoann Laissus2010-08-101-3/+2
| |
| * Increase sppedYoann Laissus2010-08-081-1/+1
| |
| * - Use default scrolling for editable contentsYoann Laissus2010-08-081-3/+3
| | | | | | | | - Smooth scrolling now follows QApplication::wheelScrollLines() but with a factor
| * Code cleanupYoann Laissus2010-08-081-88/+79
| |
| * Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-1/+123
| |
* | - Fix Ctrl + wheel shortcutYoann Laissus2010-08-101-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 lightmegabigbug2010-07-041-1/+1
|
* Show everywhere the needed "Inspect Element" actionAndrea Diamantini2010-06-291-5/+9
|
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-291-6/+1
|
* Merge commit 'refs/merge-requests/143' of ↵Andrea Diamantini2010-06-281-0/+8
|\ | | | | | | git://gitorious.org/rekonq/mainline into m143
| * improve previews: compute preview when webview is deleted => instant preview ↵megabigbug2010-06-261-0/+8
| | | | | | | | in closed tab page
* | Fix naming to clean APIAndrea Diamantini2010-06-241-4/+4
|/ | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* Merge commit 'refs/merge-requests/139' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-06-151-0/+1
|\
| * strip whitespaces from the start and the end of a selectionPanagiotis Papadopoulos2010-06-131-0/+1
| | | | | | | | BUG: 241564
* | This dangerous commit, 15 days to the release, removes the use of a default.cssAndrea Diamantini2010-06-151-1/+16
|/ | | | | | | | | | | | file in rekonq and does an hack to choose the right palette for the WebView. - Why this doesn't work in QWebPage::setPalette()?? - Why using a KStyle things don't work as expected?? - so, where is really the bug, here? I have some ideas about but I currently have no time to work on.. Anyway, with this nice hack :) things seem work well for dark themes and for pages without a "proper" style (See bug 232552 about..) Many thanks to Tomas Fryda for let me noticing this.
* Fix the end value of the zoom slider with mouse wheel zoomYoann Laissus2010-06-061-7/+18
|
* - Sync mouse wheel zoom and the sliderYoann Laissus2010-05-301-0/+17
| | | | - Fix mouse wheel zoom limits (slider's max and min)
* Change the autoscroll checkbox to control whether or not the auto scroll ↵Jonathan Thomas2010-05-261-1/+1
| | | | | | | | feature is enabled, rather than wether or not it is disabled. This solves a HIG issue, since checkboxes are always supposed to enable an option when checked, rather than to disable an option when checked: http://techbase.kde.org/Projects/Usability/HIG/Check_Box
* This BIG commit HAS to fix all download handling remained :)Andrea Diamantini2010-05-251-1/+1
| | | | | | | it lets rekonq work on every site I tested (all those where there are some bugs opened) and let us factorize a big bunch of code BUG:212808
* Cedric's patchAndrea Diamantini2010-05-211-1/+1
| | | | | let autoscroll being optional (active by default..)
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-6/+0
| | | | to speed up a bit
* Fix download handlingAndrea Diamantini2010-05-191-6/+3
| | | | | | This commit, together with adawit's patch to QtWebKit (not yet merged) && KIO will definitely solve download handling. At least, I hope so :)