summaryrefslogtreecommitdiff
path: root/src/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving to kdewebkit.Andrea Diamantini2009-11-131-4/+3
| | | | First step
* (BIG commit) API changeAndrea Diamantini2009-11-101-3/+3
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* Get rid (for 0.3 release) of shift + arrows scrolling feature.Andrea Diamantini2009-10-261-19/+1
| | | | Sorry, dudes. We have troubles with it :(
* A better popup implementationmegabigbug2009-10-241-1/+3
|
* WebView Scrolling.Andrea Diamantini2009-10-201-0/+19
| | | | | Patch from Johannes Zellner (thanks). I changed just the keyPressEvent function to better test it..
* HACK: Ctrl + C shortcutAndrea Diamantini2009-10-081-1/+2
|
* TONS of events ignored to let homepage no more crash!Andrea Diamantini2009-10-081-0/+1
| | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests
* WebView dtorAndrea Diamantini2009-10-041-1/+2
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-10/+0
| | | | This let tab switch work also when webview is not focused :)
* View image actionAndrea Diamantini2009-10-041-0/+1
| | | | another brilliant patch from Ronny Scholz (thanks!)
* open a selected url text in a new tab/windowmegabigbug2009-09-221-2/+2
|
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-5/+1
| | | | first commit here. We have the homepage classes
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-0/+4
| | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews..
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-0/+1
| | | | Added options about tabbed (or not) browsing..
* Open in new Window ActionAndrea Diamantini2009-09-041-0/+2
|
* - A better print slotAndrea Diamantini2009-08-301-0/+2
| | | | | - contextual frame actions (just 2, for now) - works on contextual menu
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-0/+1
|
* Remove url stackLionel Chauvin2009-08-221-2/+5
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-1/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* 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
| |