summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* syntax fix and addBookmark Action created just if necessaryAndrea Diamantini2009-07-111-5/+4
|
* add mouse actions in webviewAnders Buus2009-07-071-0/+14
|
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Removed unuseful download classesAndrea Diamantini2009-06-011-1/+0
|
* Fixing loadInNewTab slotAndrea Diamantini2009-05-281-2/+2
|
* working on error messages & openLinkInNewTab slotAndrea Diamantini2009-05-281-36/+6
|
* WebkitKDE porting.Andrea Diamantini2009-05-251-89/+45
| | | | | | I'm working on a big refactoring of the webview/webpage classes. This is (obviously) a work in progress. Perhaps ~50% of the porting..
* Refactored page/setNewPage KWebPage methodsAndrea Diamantini2009-05-251-2/+2
|
* no inline functions, as suggestedAndrea Diamantini2009-05-251-0/+36
|
* Initial kdewebkit porting. STEP 1 DONEAndrea Diamantini2009-05-231-0/+6
|
* splitted web classesAndrea Diamantini2009-05-231-211/+1
|
* Fixing new AccessManager. Removed webpage createPlugin slotAndrea Diamantini2009-05-231-19/+1
|
* Compiles && link with webkitKDE modulo the load methodAndrea Diamantini2009-05-221-5/+8
|
* Fixed FullScreen Action & provided it in contextual menu, in fullscreen modeAndrea Diamantini2009-05-141-0/+5
|
* Removed static ActionCollection and creating them on loading.Andrea Diamantini2009-05-141-71/+42
| | | | | This because there are too much crashes on rekonq depending on lazy action associations.
* Fixed unusual cut/copy/paste actions on top of menuAndrea Diamantini2009-05-141-21/+19
|