summaryrefslogtreecommitdiff
path: root/src/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-5/+1
|
* copy paste from khtml_ext.cpp:megabigbug2009-07-271-1/+1
| | | | | favorite search providers (webshortcuts) in context menu instead of google and wikipedia
* A lot of fixes here:Andrea Diamantini2009-07-261-1/+1
| | | | | | | | | - 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.
* Wikipedia && Google contextual actionsAndrea Diamantini2009-07-261-1/+2
| | | | | I started implementing them from Lionel's code but changed a bit to use KServices implementation and just a unique slot
* Pano "create new windowd" bug fix and other little web classesAndrea Diamantini2009-07-241-1/+1
| | | | improvements
* cleaning web* classes and fixing newWindow and createWindow WebPageAndrea Diamantini2009-07-241-0/+1
| | | | slots
* Removed unuseful OpenLinkInNewTab slotAndrea Diamantini2009-07-161-2/+0
|
* Some backports from KdeWebKit and rekonq 0.1 implementationAndrea Diamantini2009-07-151-13/+1
|
* Going back to simpler QtWebKit.Andrea Diamantini2009-07-151-4/+4
| | | | Seems more fast and stable, for now..
* add mouse actions in webviewAnders Buus2009-07-071-1/+1
|
* Fix forward declarationmlaurent2009-06-111-8/+0
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@980178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* working on error messages & openLinkInNewTab slotAndrea Diamantini2009-05-281-4/+1
|
* Fixing CompilationAndrea Diamantini2009-05-261-1/+1
|
* WebkitKDE porting.Andrea Diamantini2009-05-251-10/+7
| | | | | | 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-1/+3
|
* no inline functions, as suggestedAndrea Diamantini2009-05-251-7/+6
|
* Initial kdewebkit porting. STEP 1 DONEAndrea Diamantini2009-05-231-0/+3
|
* splitted web classesAndrea Diamantini2009-05-231-34/+1
|
* Fixing new AccessManager. Removed webpage createPlugin slotAndrea Diamantini2009-05-231-5/+1
|
* Compiles && link with webkitKDE modulo the load methodAndrea Diamantini2009-05-221-4/+6
|
* Removed static ActionCollection and creating them on loading.Andrea Diamantini2009-05-141-4/+0
| | | | | This because there are too much crashes on rekonq depending on lazy action associations.
* Fixing conflicts merging masteradjam2009-05-061-25/+12
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * inlines IN line...;)Andrea Diamantini2009-05-041-24/+6
| |
| * new (and simpler) createWindow implementation..Andrea Diamantini2009-05-041-1/+0
| | | | | | | | this solves (A-LA rekonq) also kde-apps preview screenshots
| * astyleAndrea Diamantini2009-04-291-15/+33
| |
| * Removed loadUrl method from WebViewAndrea Diamantini2009-04-291-5/+3
| |
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-1/+2
| |
| * Another importing step.Andrea Diamantini2009-04-251-3/+2
| | | | | | | | Need to fix cookies' classes and then (I think) we are near the goal..
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Merged quite all patches in Web{View,Page} classAndrea Diamantini2009-04-211-19/+26
| | | | | | | | | | ... Also updated rekonqui.rc
| * astyle. First round..Andrea Diamantini2009-03-281-6/+12
| |
| * Fixed Copyright introAndrea Diamantini2009-03-221-18/+19
| |
| * Added some warningAndrea Diamantini2009-03-121-1/+3
| |
| * Forwarding class declarations to speed up compilation..Andrea Diamantini2009-03-111-5/+10
| |
| * Some fixesAndrea Diamantini2009-03-101-1/+1
| |
| * Last commit before branching "di brutto"..Andrea Diamantini2009-02-201-1/+1
| |
| * Preliminary flash supportAndrea Diamantini2009-02-141-0/+1
| |
| * BrowserMainWindow --> MainWindowAndrea Diamantini2008-12-271-2/+2
| |
| * adjusted rekonq nameAndrea Diamantini2008-12-141-1/+1
| | | | | | | | | | commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar
| * ( SHIFT + ) CTRL + TAB switching. Finally!!Andrea Diamantini2008-12-111-0/+11
| |
| * ctrl + click open new tab AND selectAndrea Diamantini2008-12-111-0/+1
| |
| * QUrl --> KUrl!Andrea Diamantini2008-12-051-5/+11
| |
| * New Bookmarks menu, sharing bkmrs with Konqueror0.0.1Andrea Diamantini2008-12-021-5/+5
| | | | | | | | (And that's reKonq 1st feature!!)
| * Various adjustments. Nothing really important.Various adjustments. Nothing ↵Andrea Diamantini2008-11-281-3/+3
| | | | | | | | really important...
| * Setting right licenseAndrea Diamantini2008-11-071-0/+1
| |
| * Localizing strings..Andrea Diamantini2008-11-011-37/+19
| |
| * reKonq initial commit. Yeah!Andrea Diamantini2008-10-301-0/+115
|
* Fix forward declarationmlaurent2009-05-041-5/+0
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963192 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Importing recode (rekonq code).adjam2009-05-031-0/+155
I'm sorry I coudn't perform this with gitsvn or tailor.. but I cannot lose all the evening just for this. And I need to sleep now.. git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da