summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Last krazy issues fixedadjam2009-05-121-1/+1
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Improved contextual menu usabilityAndrea Diamantini2009-05-071-23/+46
|
* EBN Krazy issues. 3rd round... First chech finished!Andrea Diamantini2009-05-071-5/+17
|
* EBN Krazy fixes. 2nd round..Andrea Diamantini2009-05-071-1/+0
|
* Fixing forgotten merging issues..Andrea Diamantini2009-05-071-9/+2
|
* Fixing conflicts merging masteradjam2009-05-061-56/+62
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-1/+1
| |
| * Better AcceptNavigationRequest implementation..Andrea Diamantini2009-05-061-48/+45
| |
| * webview acceptNavigationRequest fixesAndrea Diamantini2009-05-041-5/+7
| |
| * new (and simpler) createWindow implementation..Andrea Diamantini2009-05-041-24/+21
| | | | | | | | this solves (A-LA rekonq) also kde-apps preview screenshots
| * astyleAndrea Diamantini2009-04-291-54/+54
| |
| * Some fixes and warning on webview createWindowAndrea Diamantini2009-04-291-3/+4
| |
| * Removed loadUrl method from WebViewAndrea Diamantini2009-04-291-26/+0
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-12/+12
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-12/+12
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed