summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* kde wallet integration.Andrea Diamantini2009-12-061-0/+6
| | | | First bits
* We have adblock! (and it works)Andrea Diamantini2009-11-301-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 APIAndrea Diamantini2009-11-301-3/+6
| | | | adblock (KDE one) fix #1
* removed current bugged adblock implementation.Andrea Diamantini2009-11-281-11/+0
| | | | Sorry about that :(
* Save memory.Andrea Diamantini2009-11-231-2/+2
| | | | One ad-block is enough
* First adblock implementation. now rekonq seems... slower :(Andrea Diamantini2009-11-231-0/+4
| | | | But at least it's ads free!
* AdBlock. First blocks :DAndrea Diamantini2009-11-201-3/+2
|
* KIO download systemAndrea Diamantini2009-11-131-2/+0
| | | | ported to kdewebkit signals and functions
* Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-131-29/+32
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-34/+4
| | | | First step
* This hack seems solve the about: protocol loading problemAndrea Diamantini2009-11-131-2/+1
| | | | | also in Qt 4.6. Hope it works really well :)
* Fixing about: protocol loading.Andrea Diamantini2009-11-111-6/+4
| | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5
* warning addedAndrea Diamantini2009-11-101-0/+1
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-6/+6
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* const char* --> QLatin1StringAndrea Diamantini2009-11-051-2/+2
|
* imported userAgentFromUrl method from KWebKitAndrea Diamantini2009-10-291-1/+13
|
* icefox hints on webpage usage.. :DAndrea Diamantini2009-10-291-35/+0
|
* memcheck fixesAndrea Diamantini2009-10-261-1/+0
| | | | rekonq looses 8 bytes + sizeof(KCompletion) weight :D
* user check on resend form dataAndrea Diamantini2009-10-121-0/+10
|
* I apologize for this. As said, I use no mouse and I couldn'tAndrea Diamantini2009-10-061-1/+5
| | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
* - Cleaning mouse gesture managementsAndrea Diamantini2009-10-041-5/+1
| | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-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 Diamantini2009-10-021-29/+0
|
* Setting session and request metadata about ssl navigationAndrea Diamantini2009-10-011-0/+29
|
* Modified the strings a bit, to let them contain %1 etc.Panagiotis Papadopoulos2009-09-301-3/+3
|
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-0/+6
| | | | and changed its layout