Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -0/+75 |
| | | | | replace kio for download | ||||
* | Improvements in ftp handling: | Andrea Diamantini | 2009-12-21 | 1 | -0/+3 |
| | | | | | - show dirs - download files | ||||
* | Cleaner file management | Andrea Diamantini | 2009-12-16 | 1 | -11/+17 |
| | |||||
* | notfound.html --> rekonqinfo.html | Andrea Diamantini | 2009-12-16 | 1 | -3/+2 |
| | | | | cleanups | ||||
* | local files krun! | Andrea Diamantini | 2009-12-16 | 1 | -2/+0 |
| | |||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -11/+2 |
| | |||||
* | I tried a bit, but this is not working pretty well :( | Andrea Diamantini | 2009-12-15 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | We are actually creating two widget for request. I'll merge it anyway to let you fix it :) Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72 Conflicts: src/mainview.cpp src/webview.cpp | ||||
| * | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -4/+4 |
| | | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | ||||
* | | Simpler web classes (but no more friends :) | Andrea Diamantini | 2009-12-15 | 1 | -10/+0 |
|/ | | | | Moved remaining code to kdewebkit | ||||
* | move KWallet integration into WebPage | Bernhard Beschow | 2009-12-14 | 1 | -0/+12 |
| | |||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 1 | -5/+4 |
| | | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain | ||||
* | KWebWallet integration | Andrea Diamantini | 2009-12-06 | 1 | -5/+0 |
| | |||||
* | kde wallet integration. | Andrea Diamantini | 2009-12-06 | 1 | -0/+6 |
| | | | | First bits | ||||
* | We have adblock! (and it works) | Andrea Diamantini | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys. | ||||
* | Porting rekonq to last Qt/KDE API | Andrea Diamantini | 2009-11-30 | 1 | -3/+6 |
| | | | | adblock (KDE one) fix #1 | ||||
* | removed current bugged adblock implementation. | Andrea Diamantini | 2009-11-28 | 1 | -11/+0 |
| | | | | Sorry about that :( | ||||
* | Save memory. | Andrea Diamantini | 2009-11-23 | 1 | -2/+2 |
| | | | | One ad-block is enough | ||||
* | First adblock implementation. now rekonq seems... slower :( | Andrea Diamantini | 2009-11-23 | 1 | -0/+4 |
| | | | | But at least it's ads free! | ||||
* | AdBlock. First blocks :D | Andrea Diamantini | 2009-11-20 | 1 | -3/+2 |
| | |||||
* | KIO download system | Andrea Diamantini | 2009-11-13 | 1 | -2/+0 |
| | | | | ported to kdewebkit signals and functions | ||||
* | Fixes and improvements in rekonq web classes | Andrea Diamantini | 2009-11-13 | 1 | -29/+32 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -34/+4 |
| | | | | First step | ||||
* | This hack seems solve the about: protocol loading problem | Andrea Diamantini | 2009-11-13 | 1 | -2/+1 |
| | | | | | also in Qt 4.6. Hope it works really well :) | ||||
* | Fixing about: protocol loading. | Andrea Diamantini | 2009-11-11 | 1 | -6/+4 |
| | | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5 | ||||
* | warning added | Andrea Diamantini | 2009-11-10 | 1 | -0/+1 |
| | |||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -6/+6 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | const char* --> QLatin1String | Andrea Diamantini | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | imported userAgentFromUrl method from KWebKit | Andrea Diamantini | 2009-10-29 | 1 | -1/+13 |
| | |||||
* | icefox hints on webpage usage.. :D | Andrea Diamantini | 2009-10-29 | 1 | -35/+0 |
| | |||||
* | memcheck fixes | Andrea Diamantini | 2009-10-26 | 1 | -1/+0 |
| | | | | rekonq looses 8 bytes + sizeof(KCompletion) weight :D | ||||
* | user check on resend form data | Andrea Diamantini | 2009-10-12 | 1 | -0/+10 |
| | |||||
* | I apologize for this. As said, I use no mouse and I couldn't | Andrea Diamantini | 2009-10-06 | 1 | -1/+5 |
| | | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850. | ||||
* | - Cleaning mouse gesture managements | Andrea Diamantini | 2009-10-04 | 1 | -5/+1 |
| | | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage | ||||
* | moving from about: protocol to rekonq: protocol :D | Andrea Diamantini | 2009-10-02 | 1 | -1/+1 |
| | | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!) | ||||
* | Simpler KIO management (no more metadata) | Andrea Diamantini | 2009-10-02 | 1 | -29/+0 |
| | |||||
* | Setting session and request metadata about ssl navigation | Andrea Diamantini | 2009-10-01 | 1 | -0/+29 |
| | |||||
* | Modified the strings a bit, to let them contain %1 etc. | Panagiotis Papadopoulos | 2009-09-30 | 1 | -3/+3 |
| | |||||
* | Implemented about protocol to load home page(s) | Andrea Diamantini | 2009-09-29 | 1 | -0/+6 |
| | | | | and changed its layout | ||||
* | cookie jar fixes... | Andrea Diamantini | 2009-09-26 | 1 | -2/+5 |
| | |||||
* | Cleaning some unuseful kDebug(s)... | Andrea Diamantini | 2009-09-25 | 1 | -5/+1 |
| | |||||
* | Fixed not found page to let translators work on it.. | Andrea Diamantini | 2009-09-24 | 1 | -5/+17 |
| | |||||
* | Fixing foreach macros.. | Andrea Diamantini | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -3/+3 |
| | | | | | | | | | 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.. | ||||
* | First adjustments and code about it (it's really simple, anyway..Qt rocks!!!) | Andrea Diamantini | 2009-09-15 | 1 | -0/+3 |
| | |||||
* | Bugfix: when trying to open link in new tab & network request fails (no | Domrachev Alexandr | 2009-09-13 | 1 | -9/+10 |
| | | | | | connection, etc) error page opened not only on new tab, but on tab with that link. | ||||
* | Removed "home" scheme | Andrea Diamantini | 2009-09-10 | 1 | -8/+1 |
| | |||||
* | HUGE HUGE HUGE COMMIT! | Andrea Diamantini | 2009-09-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :) | ||||
* | Fixing rekonq Multi Windows behaviour and | Andrea Diamantini | 2009-09-06 | 1 | -3/+9 |
| | | | | Added options about tabbed (or not) browsing.. | ||||
* | Removed unuseful headers | Andrea Diamantini | 2009-08-27 | 1 | -1/+0 |
| | |||||
* | Fixed problems restoring Lionel's hack about focused (or not) new WebViews | Andrea Diamantini | 2009-08-23 | 1 | -1/+1 |
| | | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :) |