summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to clean WebPage class..Andrea Diamantini2010-04-231-45/+5
|
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-0/+52
| | | | | | 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"
* Fix embed kpart bahevior. Try embedding just when there is a ReadOnlyPartAndrea Diamantini2010-04-211-17/+30
| | | | | available. Otherwise, try loading it.
* Nebulon's patch.Andrea Diamantini2010-04-211-3/+1
| | | | | Reverting a beautiful fix by me letting rekonq joyfully crashing on every non default action
* Partially fixing deleteLater related crashes. But... why these crashesAndrea Diamantini2010-04-201-3/+3
| | | | happen if Qt Docs say to delete (later) them?
* deleting replies as explained in QNetworkAccessManager docsAndrea Diamantini2010-04-201-3/+9
|
* Do not save infos about canceled downloadsmatgic782010-04-091-5/+5
|
* 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-17/+18
| | | | | | | | | | 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-3/+16
| | | | | | | 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.
* Doing "load finished" operations just on ok loading is really NOTAndrea Diamantini2010-03-221-4/+1
| | | | a good idea..
* Fixing loading checking errors and retrieving ssl metadata.Andrea Diamantini2010-03-221-2/+18
| | | | We need just this F*****g awesome bar to show them :)
* First SSL support.Andrea Diamantini2010-03-221-25/+150
| | | | checking metadata missing..
* Downloads PageAndrea Diamantini2010-03-201-39/+66
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* First Krazy rekonq-git fixes :DAndrea Diamantini2010-03-171-6/+7
|
* Implemented automatic adblock update.Andrea Diamantini2010-03-131-4/+4
| | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)
* to be really sure about.. Q_ASSERT it!Andrea Diamantini2010-02-251-0/+3
|
* On the road of fixing BUG 227947Andrea Diamantini2010-02-251-44/+46
| | | | a clear (network) error management.
* Fix cookies handling.Andrea Diamantini2010-02-251-1/+5
| | | | Change WebPage ctor && setting winId for each page in the cookiejar
* Moved away the m_requestedUrl call, using currentFrame()->url().Andrea Diamantini2010-02-241-1/+1
| | | | (When you want to download something from a page, you should just have loaded it..)
* Merge commit 'refs/merge-requests/94' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-241-4/+8
|\ | | | | | | into m94
| * remove duplicate linksmegabigbug2010-02-211-5/+5
| |
| * handle relative urls (needs test with particular encoding)megabigbug2010-02-211-2/+6
| |
* | Fixes 217521 bug and let us save also some memoryAndrea Diamantini2010-02-221-6/+8
|/ | | | | | | (1 QUrl variable for each webpage). It needs testing, obvious, but it seems working well.. BUG:217521
* Fixes focus && let Protocol handler to just load on demandAndrea Diamantini2010-02-161-1/+0
| | | | the KDirLister class (and delete on finish)
* Some stupid changes && kDebug sentences added to better debug download systemAndrea Diamantini2010-02-141-2/+5
|
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-1/+1
|
* Fixing download code && (hopefully) issuesAndrea Diamantini2010-02-131-3/+8
|
* Honor settings when Opening new link after the current focused pageAndrea Diamantini2010-02-131-1/+1
| | | | BUG:226520
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+2
|
* Remove m_newtabPage. That was not used anywhere !matgic782010-02-061-7/+0
|
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-9/+7
| | | | 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/+10
| | | | | | | | | | | | 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
* Let rekonq use just KIO network cache. This will force webkitAndrea Diamantini2010-02-011-3/+11
| | | | to search in the history navigation in the right cache..
* disconnect also webpage signals on close!Andrea Diamantini2010-01-241-0/+1
| | | | | This will save rekonq from crashing on fast CTRL+W close on notify message popup
* Better AdBlocking things :)Andrea Diamantini2010-01-141-0/+3
|
* Protocol Handling fixAndrea Diamantini2010-01-101-2/+7
| | | | | We can now manage all the most important protocols :D
* No more error messages on adblocked pagesAndrea Diamantini2010-01-071-0/+4
|
* add options for kget in the config panelmegabigbug2009-12-221-0/+75
| | | | replace kio for download
* Improvements in ftp handling:Andrea Diamantini2009-12-211-0/+3
| | | | | - show dirs - download files
* Cleaner file managementAndrea Diamantini2009-12-161-11/+17
|
* notfound.html --> rekonqinfo.htmlAndrea Diamantini2009-12-161-3/+2
| | | | cleanups
* local files krun!Andrea Diamantini2009-12-161-2/+0
|
* First form of protocol handlingAndrea Diamantini2009-12-161-11/+2
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-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 WebViewBernhard Beschow2009-12-141-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 Diamantini2009-12-151-10/+0
|/ | | | Moved remaining code to kdewebkit
* move KWallet integration into WebPageBernhard Beschow2009-12-141-0/+12
|
* xss attach prevention.Andrea Diamantini2009-12-081-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 integrationAndrea Diamantini2009-12-061-5/+0
|