summaryrefslogtreecommitdiff
path: root/src/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-0/+9
| | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one.
* A new inspection action in contextual menuAndrea Diamantini2010-01-071-0/+1
|
* add options for kget in the config panelmegabigbug2009-12-221-2/+0
| | | | replace kio for download
* first kget integrationmegabigbug2009-12-181-2/+2
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-19/+6
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* clean up creation of WebView:Bernhard Beschow2009-12-141-4/+2
| | | | | | * remove pointer to messageBar in WebView, don't even hand messageBar over to WebView constructor * add WalletWidget to messageBar outside of WebView constructor * hide the walletBar, but not the whole messageBar
* walletwidget on top of the webview (not over)megabigbug2009-12-131-3/+2
| | | | | add close button add icons
* KWebWallet integrationAndrea Diamantini2009-12-061-4/+3
|
* KIO download systemAndrea Diamantini2009-11-131-0/+3
| | | | ported to kdewebkit signals and functions
* Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-131-0/+2
|
* 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
|