summaryrefslogtreecommitdiff
path: root/src/webpage.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+0
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-13/+5
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-0/+1
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* This BIG commit HAS to fix all download handling remained :)Andrea Diamantini2010-05-251-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 handlingAndrea Diamantini2010-05-191-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 pagesAndrea Diamantini2010-05-191-3/+7
| | | | | and use it to fix back/forward buttons also on kparts and so on :)
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-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 Diamantini2010-05-041-1/+1
| | | | This time seems good.
* New rekonq_defines.hAndrea Diamantini2010-04-301-3/+5
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-7/+7
|
* Fix (again and again) ftp handling (and errors in general)Andrea Diamantini2010-04-301-3/+1
| | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url..
* Fix error pages showAndrea Diamantini2010-04-251-0/+1
|
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-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 urlbarAndrea Diamantini2010-04-081-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 urlbarAndrea Diamantini2010-04-051-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 themAndrea Diamantini2010-03-261-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 cleaningAndrea Diamantini2010-03-241-2/+1
|
* First SSL support.Andrea Diamantini2010-03-221-1/+6
| | | | checking metadata missing..
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* Fix cookies handling.Andrea Diamantini2010-02-251-1/+1
| | | | Change WebPage ctor && setting winId for each page in the cookiejar
* Fixes 217521 bug and let us save also some memoryAndrea Diamantini2010-02-221-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 webviewsAndrea Diamantini2010-02-191-0/+1
| | | | return an url on webview->url() calls
* Some stupid changes && kDebug sentences added to better debug download systemAndrea Diamantini2010-02-141-1/+0
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+2
|
* Remove m_newtabPage. That was not used anywhere !matgic782010-02-061-3/+0
|
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-0/+2
| | | | page you want to preview, and then you click a button
* Re-implemented previews in homepage without using plugins. Not finished yet :matgic782010-02-061-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 panelmegabigbug2009-12-221-1/+2
| | | | replace kio for download
* First form of protocol handlingAndrea Diamantini2009-12-161-0/+4
|
* Simpler web classes (but no more friends :)Andrea Diamantini2009-12-151-5/+0
| | | | Moved remaining code to kdewebkit
* move KWallet integration into WebPageBernhard Beschow2009-12-141-0/+3
|
* Porting rekonq to last Qt/KDE APIAndrea Diamantini2009-11-301-1/+1
| | | | adblock (KDE one) fix #1
* removed current bugged adblock implementation.Andrea Diamantini2009-11-281-2/+0
| | | | Sorry about that :(
* KIO download systemAndrea Diamantini2009-11-131-2/+2
| | | | ported to kdewebkit signals and functions
* Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-131-2/+3
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-8/+6
| | | | First step
* (BIG commit) API changeAndrea Diamantini2009-11-101-2/+2
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* imported userAgentFromUrl method from KWebKitAndrea Diamantini2009-10-291-1/+2
|
* icefox hints on webpage usage.. :DAndrea Diamantini2009-10-291-16/+2
|
* I apologize for this. As said, I use no mouse and I couldn'tAndrea Diamantini2009-10-061-0/+5
| | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
* - Cleaning mouse gesture managementsAndrea Diamantini2009-10-041-5/+0
| | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage
* Simpler KIO management (no more metadata)Andrea Diamantini2009-10-021-3/+0
|
* Setting session and request metadata about ssl navigationAndrea Diamantini2009-10-011-1/+4
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-2/+1
|
* Removed unuseful (?) WebPage::chooseFile method.Andrea Diamantini2009-08-131-3/+0
| | | | Some TODO comments added.
* Fix memory leaksAndrea Diamantini2009-08-121-1/+2
|
* prevent icon loading when error pageLionel Chauvin2009-08-101-1/+4
|
* better handle network errorsLionel Chauvin2009-08-101-2/+1
|
* Initial porting to KCookieJarAndrea Diamantini2009-08-051-2/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+12
|