Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This BIG commit HAS to fix all download handling remained :) | Andrea Diamantini | 2010-05-25 | 1 | -8/+5 |
| | | | | | | | it lets rekonq work on every site I tested (all those where there are some bugs opened) and let us factorize a big bunch of code BUG:212808 | ||||
* | Fix download handling | Andrea Diamantini | 2010-05-19 | 1 | -2/+9 |
| | | | | | | This commit, together with adawit's patch to QtWebKit (not yet merged) && KIO will definitely solve download handling. At least, I hope so :) | ||||
* | This patch is based on Cedric's idea about fixing history with error pages | Andrea Diamantini | 2010-05-19 | 1 | -3/+7 |
| | | | | | and use it to fix back/forward buttons also on kparts and so on :) | ||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -0/+5 |
| | | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) | ||||
* | reply deleteLater.. | Andrea Diamantini | 2010-05-04 | 1 | -1/+1 |
| | | | | This time seems good. | ||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -3/+5 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -7/+7 |
| | |||||
* | Fix (again and again) ftp handling (and errors in general) | Andrea Diamantini | 2010-04-30 | 1 | -3/+1 |
| | | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url.. | ||||
* | Fix error pages show | Andrea Diamantini | 2010-04-25 | 1 | -0/+1 |
| | |||||
* | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -1/+2 |
| | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache" | ||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272 | ||||
* | This commit is the first implementation of a new new new urlbar | Andrea Diamantini | 2010-04-05 | 1 | -2/+4 |
| | | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) | ||||
* | This commit lets rekonq embed parts instead of krunning them | Andrea Diamantini | 2010-03-26 | 1 | -1/+1 |
| | | | | | | | DISCLAIMER: This code really A LOT of testing. Not for the code itself, but for the parts it lets rekonq use. I'm experiencing a lot of crashes with the Dragon Part, in example. | ||||
* | WebPage API cleaning | Andrea Diamantini | 2010-03-24 | 1 | -2/+1 |
| | |||||
* | First SSL support. | Andrea Diamantini | 2010-03-22 | 1 | -1/+6 |
| | | | | checking metadata missing.. | ||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | Fix cookies handling. | Andrea Diamantini | 2010-02-25 | 1 | -1/+1 |
| | | | | Change WebPage ctor && setting winId for each page in the cookiejar | ||||
* | Fixes 217521 bug and let us save also some memory | Andrea Diamantini | 2010-02-22 | 1 | -1/+0 |
| | | | | | | | (1 QUrl variable for each webpage). It needs testing, obvious, but it seems working well.. BUG:217521 | ||||
* | change setHtml( string ) to setHtml( string, url ) to let webviews | Andrea Diamantini | 2010-02-19 | 1 | -0/+1 |
| | | | | return an url on webview->url() calls | ||||
* | Some stupid changes && kDebug sentences added to better debug download system | Andrea Diamantini | 2010-02-14 | 1 | -1/+0 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | Remove m_newtabPage. That was not used anywhere ! | matgic78 | 2010-02-06 | 1 | -3/+0 |
| | |||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -0/+2 |
| | | | | page you want to preview, and then you click a button | ||||
* | Re-implemented previews in homepage without using plugins. Not finished yet : | matgic78 | 2010-02-06 | 1 | -0/+3 |
| | | | | | | | | | | | | Little things that change: -nice buttons appearing on hover -transitions on hover TODO: -when a preview is empty or when loading, it is very ugly -for now there's no way to choose the page you want to preview -port "closed Tabs" to this new architecture -totally remove PreviewImage classes -eventually, specific contextmenu for previews | ||||
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -1/+2 |
| | | | | replace kio for download | ||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -0/+4 |
| | |||||
* | Simpler web classes (but no more friends :) | Andrea Diamantini | 2009-12-15 | 1 | -5/+0 |
| | | | | Moved remaining code to kdewebkit | ||||
* | move KWallet integration into WebPage | Bernhard Beschow | 2009-12-14 | 1 | -0/+3 |
| | |||||
* | Porting rekonq to last Qt/KDE API | Andrea Diamantini | 2009-11-30 | 1 | -1/+1 |
| | | | | adblock (KDE one) fix #1 | ||||
* | removed current bugged adblock implementation. | Andrea Diamantini | 2009-11-28 | 1 | -2/+0 |
| | | | | Sorry about that :( | ||||
* | KIO download system | Andrea Diamantini | 2009-11-13 | 1 | -2/+2 |
| | | | | ported to kdewebkit signals and functions | ||||
* | Fixes and improvements in rekonq web classes | Andrea Diamantini | 2009-11-13 | 1 | -2/+3 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -8/+6 |
| | | | | First step | ||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -2/+2 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | imported userAgentFromUrl method from KWebKit | Andrea Diamantini | 2009-10-29 | 1 | -1/+2 |
| | |||||
* | icefox hints on webpage usage.. :D | Andrea Diamantini | 2009-10-29 | 1 | -16/+2 |
| | |||||
* | I apologize for this. As said, I use no mouse and I couldn't | Andrea Diamantini | 2009-10-06 | 1 | -0/+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/+0 |
| | | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage | ||||
* | Simpler KIO management (no more metadata) | Andrea Diamantini | 2009-10-02 | 1 | -3/+0 |
| | |||||
* | Setting session and request metadata about ssl navigation | Andrea Diamantini | 2009-10-01 | 1 | -1/+4 |
| | |||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -2/+1 |
| | |||||
* | Removed unuseful (?) WebPage::chooseFile method. | Andrea Diamantini | 2009-08-13 | 1 | -3/+0 |
| | | | | Some TODO comments added. | ||||
* | Fix memory leaks | Andrea Diamantini | 2009-08-12 | 1 | -1/+2 |
| | |||||
* | prevent icon loading when error page | Lionel Chauvin | 2009-08-10 | 1 | -1/+4 |
| | |||||
* | better handle network errors | Lionel Chauvin | 2009-08-10 | 1 | -2/+1 |
| | |||||
* | Initial porting to KCookieJar | Andrea Diamantini | 2009-08-05 | 1 | -2/+1 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -6/+12 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -1/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | A lot of fixes here: | Andrea Diamantini | 2009-07-26 | 1 | -8/+29 |
| | | | | | | | | | - 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. | ||||
* | cleaning web* classes and fixing newWindow and createWindow WebPage | Andrea Diamantini | 2009-07-24 | 1 | -1/+1 |
| | | | | slots |