summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* TONS of events ignored to let homepage no more crash!Andrea Diamantini2009-10-081-0/+9
| | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests
* fixing right click rekonq crash (at least, hopefully..)Andrea Diamantini2009-10-081-7/+10
|
* I apologize for this. As said, I use no mouse and I couldn'tAndrea Diamantini2009-10-061-15/+11
| | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
* - Cleaning mouse gesture managementsAndrea Diamantini2009-10-041-11/+15
| | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage
* WebView dtorAndrea Diamantini2009-10-041-1/+6
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-18/+0
| | | | This let tab switch work also when webview is not focused :)
* View image actionAndrea Diamantini2009-10-041-1/+22
| | | | another brilliant patch from Ronny Scholz (thanks!)
* not show the search menu if there are no search engines available.Andrea Diamantini2009-10-041-1/+6
| | | | Ronny Scholz patch (thanks)
* preferred --> favoritesAndrea Diamantini2009-10-021-1/+1
|
* Made the String "easier" to translatable, byPanagiotis Papadopoulos2009-09-301-2/+9
| | | | | | | | changing some stuff. Thanks to Lionel and http://websvn.kde.org/trunk/playground/libs/webkitkde/part/webview.cpp?revision=993719&view=markup (lines 186-188) ;-)
* "Added support" for opening URLs that start with www.Panagiotis Papadopoulos2009-09-301-1/+1
|
* Turned "Add bookmark" action to KDE one and implemented an "add to preferred"Andrea Diamantini2009-09-301-0/+1
| | | | mechanism (an action in the contextual menu)
* Krazy check issues fixes..Andrea Diamantini2009-09-281-5/+6
|
* Fixing a bit new actions text (too long and bad translated)Andrea Diamantini2009-09-231-2/+2
|
* open a selected url text in a new tab/windowmegabigbug2009-09-221-17/+32
|
* Fixing foreach macros..Andrea Diamantini2009-09-221-1/+1
|
* Make strings comply to the KDE HIGPanagiotis Papadopoulos2009-09-101-3/+3
|
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-3/+11
| | | | Added options about tabbed (or not) browsing..
* Replaced isNull with isEmpty check..Andrea Diamantini2009-09-051-1/+2
|
* fixing new window actionAndrea Diamantini2009-09-041-4/+4
|
* Open in new Window ActionAndrea Diamantini2009-09-041-1/+15
|
* Improved contextual menu following my ideas and Henry de ValenceAndrea Diamantini2009-09-031-95/+82
| | | | suggestions.
* - A better print slotAndrea Diamantini2009-08-301-1/+21
| | | | | - contextual frame actions (just 2, for now) - works on contextual menu
* Removed unuseful headersAndrea Diamantini2009-08-271-1/+0
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-2/+3
|
* Remove url stackLionel Chauvin2009-08-221-0/+18
|
* This commit siplifies winId management and let our webviews to not detectAndrea Diamantini2009-08-201-6/+0
| | | | it. This could be dangerous thinking about what we have in mind... ;)
* Inserting webview winId metadata in cookiejarAndrea Diamantini2009-08-141-0/+4
|
* Krazy fixes. Part 2.Andrea Diamantini2009-08-071-2/+2
| | | | | | - KDE classes in ui files - Ui dialog deleteLater - const in for each loop (apart from the QWebFrame one..)
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-10/+1
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Fixing a bit enum OpenType names..Andrea Diamantini2009-08-011-1/+1
|
* fix Webshortcuts, works with space and colon delimitermegabigbug2009-08-011-2/+2
|
* String fixAndrea Diamantini2009-07-311-1/+1
|
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-26/+0
|
* copy paste from khtml_ext.cpp:megabigbug2009-07-271-24/+43
| | | | | favorite search providers (webshortcuts) in context menu instead of google and wikipedia
* A lot of fixes here:Andrea Diamantini2009-07-261-0/+17
| | | | | | | | | - CTRL + click browsing - mouse wheel gestures - cleaning a bit web* classes This has been possible restoring some code from rekonq 0.1 web classes implementation.
* Fixing a bit GooWiki actions and updating TODOAndrea Diamantini2009-07-261-2/+2
|
* Fixing picture menu images as Lionel suggestedAndrea Diamantini2009-07-261-14/+13
|
* Wikipedia && Google contextual actionsAndrea Diamantini2009-07-261-1/+38
| | | | | I started implementing them from Lionel's code but changed a bit to use KServices implementation and just a unique slot
* Fixing a bit codestyle and image copy and downloadAndrea Diamantini2009-07-251-62/+66
|
* different context menus:megabigbug2009-07-251-72/+77
| | | | | | | | -link actions -actions for a text selected in field -actions for a field -actions for text selected in a page -actions for a page
* Pano "create new windowd" bug fix and other little web classesAndrea Diamantini2009-07-241-2/+7
| | | | improvements
* cleaning web* classes and fixing newWindow and createWindow WebPageAndrea Diamantini2009-07-241-0/+6
| | | | slots
* Cleaning a bit WebPage implementation to load faster rekonqAndrea Diamantini2009-07-171-10/+36
|
* Some lines commented outAndrea Diamantini2009-07-171-2/+0
|
* Removed unuseful OpenLinkInNewTab slotAndrea Diamantini2009-07-161-9/+0
|
* Some backports from KdeWebKit and rekonq 0.1 implementationAndrea Diamantini2009-07-151-17/+0
|
* Going back to simpler QtWebKit.Andrea Diamantini2009-07-151-9/+10
| | | | Seems more fast and stable, for now..
* New Add Bookmark ActionAndrea Diamantini2009-07-111-3/+3
|