Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A "nice" hack to fix bug 211557 | Andrea Diamantini | 2010-04-05 | 1 | -1/+1 |
| | | | | BUG: 211557 | ||||
* | Auto Scrolling, first bunch. | Andrea Diamantini | 2010-03-31 | 1 | -3/+7 |
| | | | | key combinations just work :) | ||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+4 |
| | |||||
* | Save memory. One WebPage pointer less for each WebView :) | Andrea Diamantini | 2010-02-19 | 1 | -2/+1 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Here we are, with this commit I removed a lot of direct calls to | Andrea Diamantini | 2010-01-23 | 1 | -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 menu | Andrea Diamantini | 2010-01-07 | 1 | -0/+1 |
| | |||||
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -2/+0 |
| | | | | replace kio for download | ||||
* | first kget integration | megabigbug | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -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 Beschow | 2009-12-14 | 1 | -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) | megabigbug | 2009-12-13 | 1 | -3/+2 |
| | | | | | add close button add icons | ||||
* | KWebWallet integration | Andrea Diamantini | 2009-12-06 | 1 | -4/+3 |
| | |||||
* | KIO download system | Andrea Diamantini | 2009-11-13 | 1 | -0/+3 |
| | | | | ported to kdewebkit signals and functions | ||||
* | Connecting new KWebView signals to some proper slots | Andrea Diamantini | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -4/+3 |
| | | | | First step | ||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -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 Diamantini | 2009-10-26 | 1 | -19/+1 |
| | | | | Sorry, dudes. We have troubles with it :( | ||||
* | A better popup implementation | megabigbug | 2009-10-24 | 1 | -1/+3 |
| | |||||
* | WebView Scrolling. | Andrea Diamantini | 2009-10-20 | 1 | -0/+19 |
| | | | | | Patch from Johannes Zellner (thanks). I changed just the keyPressEvent function to better test it.. | ||||
* | HACK: Ctrl + C shortcut | Andrea Diamantini | 2009-10-08 | 1 | -1/+2 |
| | |||||
* | TONS of events ignored to let homepage no more crash! | Andrea Diamantini | 2009-10-08 | 1 | -0/+1 |
| | | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests | ||||
* | WebView dtor | Andrea Diamantini | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | General (shift +) ctrl tab switch management. | Andrea Diamantini | 2009-10-04 | 1 | -10/+0 |
| | | | | This let tab switch work also when webview is not focused :) | ||||
* | View image action | Andrea Diamantini | 2009-10-04 | 1 | -0/+1 |
| | | | | another brilliant patch from Ronny Scholz (thanks!) | ||||
* | open a selected url text in a new tab/window | megabigbug | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -5/+1 |
| | | | | first commit here. We have the homepage classes | ||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -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 and | Andrea Diamantini | 2009-09-06 | 1 | -0/+1 |
| | | | | Added options about tabbed (or not) browsing.. | ||||
* | Open in new Window Action | Andrea Diamantini | 2009-09-04 | 1 | -0/+2 |
| | |||||
* | - A better print slot | Andrea Diamantini | 2009-08-30 | 1 | -0/+2 |
| | | | | | - contextual frame actions (just 2, for now) - works on contextual menu | ||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -2/+5 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+13 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -1/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Simplifying a bit web load progress process structure | Andrea Diamantini | 2009-07-29 | 1 | -5/+1 |
| | |||||
* | copy paste from khtml_ext.cpp: | megabigbug | 2009-07-27 | 1 | -1/+1 |
| | | | | | favorite search providers (webshortcuts) in context menu instead of google and wikipedia | ||||
* | A lot of fixes here: | Andrea Diamantini | 2009-07-26 | 1 | -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 actions | Andrea Diamantini | 2009-07-26 | 1 | -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 classes | Andrea Diamantini | 2009-07-24 | 1 | -1/+1 |
| | | | | improvements | ||||
* | cleaning web* classes and fixing newWindow and createWindow WebPage | Andrea Diamantini | 2009-07-24 | 1 | -0/+1 |
| | | | | slots | ||||
* | Removed unuseful OpenLinkInNewTab slot | Andrea Diamantini | 2009-07-16 | 1 | -2/+0 |
| | |||||
* | Some backports from KdeWebKit and rekonq 0.1 implementation | Andrea Diamantini | 2009-07-15 | 1 | -13/+1 |
| | |||||
* | Going back to simpler QtWebKit. | Andrea Diamantini | 2009-07-15 | 1 | -4/+4 |
| | | | | Seems more fast and stable, for now.. | ||||
* | add mouse actions in webview | Anders Buus | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Fix forward declaration | mlaurent | 2009-06-11 | 1 | -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 files | Andrea Diamantini | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | working on error messages & openLinkInNewTab slot | Andrea Diamantini | 2009-05-28 | 1 | -4/+1 |
| | |||||
* | Fixing Compilation | Andrea Diamantini | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | WebkitKDE porting. | Andrea Diamantini | 2009-05-25 | 1 | -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.. |