Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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.. :) | |||||
* | Modified newTab function and splitted into two parts. | Andrea Diamantini | 2009-08-23 | 1 | -1/+3 | |
| | | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics.. | |||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -1/+1 | |
| | ||||||
* | Fixes handling of mailto links. | Jonas M. Gastal | 2009-08-20 | 1 | -2/+2 | |
| | ||||||
* | Some work on WebPage class.. | Andrea Diamantini | 2009-08-13 | 1 | -29/+28 | |
| | ||||||
* | Removed unuseful (?) WebPage::chooseFile method. | Andrea Diamantini | 2009-08-13 | 1 | -6/+1 | |
| | | | | Some TODO comments added. | |||||
* | Just downloading not handled files | Andrea Diamantini | 2009-08-13 | 1 | -18/+19 | |
| | ||||||
* | Fixed mailto link handling | Andrea Diamantini | 2009-08-13 | 1 | -2/+8 | |
| | | | | BUG: 203625 | |||||
* | Fix memory leaks | Andrea Diamantini | 2009-08-12 | 1 | -1/+6 | |
| | ||||||
* | prevent icon loading when error page | Lionel Chauvin | 2009-08-10 | 1 | -0/+6 | |
| | ||||||
* | better handle network errors | Lionel Chauvin | 2009-08-10 | 1 | -57/+62 | |
| | ||||||
* | Initial porting to KCookieJar | Andrea Diamantini | 2009-08-05 | 1 | -2/+1 | |
| | ||||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -6/+12 | |
| | ||||||
* | Krazy issues fixes. Part 1 | Andrea Diamantini | 2009-08-05 | 1 | -1/+1 | |
| | ||||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -8/+0 | |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | |||||
* | Simpler WebPage::acceptNavigationRequest | Andrea Diamantini | 2009-08-03 | 1 | -14/+0 | |
| | ||||||
* | Dynamic tab bar | megabigbug | 2009-08-01 | 1 | -1/+1 | |
| | ||||||
* | Some comments updated | Andrea Diamantini | 2009-08-01 | 1 | -1/+1 | |
| | ||||||
* | Some string changes and various fixes | Andrea Diamantini | 2009-08-01 | 1 | -2/+2 | |
| | ||||||
* | Fix tab in background feature | megabigbug | 2009-07-31 | 1 | -1/+1 | |
| | ||||||
* | A lot of fixes here: | Andrea Diamantini | 2009-07-26 | 1 | -0/+30 | |
| | | | | | | | | | - 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. | |||||
* | Pano "create new windowd" bug fix and other little web classes | Andrea Diamantini | 2009-07-24 | 1 | -3/+1 | |
| | | | | improvements | |||||
* | cleaning web* classes and fixing newWindow and createWindow WebPage | Andrea Diamantini | 2009-07-24 | 1 | -9/+10 | |
| | | | | slots | |||||
* | Cleaning comments | Andrea Diamantini | 2009-07-17 | 1 | -1/+0 | |
| | ||||||
* | Cleaning a bit WebPage implementation to load faster rekonq | Andrea Diamantini | 2009-07-17 | 1 | -44/+0 | |
| | ||||||
* | Removed some unuseful headers | Andrea Diamantini | 2009-07-16 | 1 | -49/+11 | |
| | ||||||
* | Restoring KDE webpage actions (KDE webkit code) | Andrea Diamantini | 2009-07-15 | 1 | -0/+47 | |
| |