summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning some kDebug callsAndrea Diamantini2010-05-221-8/+1
|
* show url on file:// && ftp:// schemesAndrea Diamantini2010-05-211-0/+1
|
* This patch is based on Cedric's idea about fixing history with error pagesAndrea Diamantini2010-05-191-1/+2
| | | | | and use it to fix back/forward buttons also on kparts and so on :)
* Fix crashes on file:// urlsAndrea Diamantini2010-05-171-12/+3
|
* Added support for javascript:<code> so that bookmarklets workNikhil Marathe2010-05-161-2/+12
| | | | BUG: 227422
* Fix crash on close file: tabsAndrea Diamantini2010-05-131-3/+2
| | | | BUG:237426
* Javascript protocol fixAndrea Diamantini2010-05-041-0/+3
|
* Memory leaks fixesAndrea Diamantini2010-05-041-7/+15
| | | | first bunch
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-3/+0
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-88/+88
|
* Fix (again and again) ftp handling (and errors in general)Andrea Diamantini2010-04-301-19/+23
| | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url..
* Remove the "is readable" check. Now things seem work.Andrea Diamantini2010-04-271-14/+2
| | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660
* Fix crashAndrea Diamantini2010-04-261-6/+6
| | | | BUG: 231060
* Proper solutions are always the best ones :)Andrea Diamantini2010-04-141-2/+0
| | | | | | Fix duplicated right icons. CCBUG: 234320
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-8/+8
| | | | | | | | | | | | | | | | | | | - 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-1/+0
| | | | | | | | | | 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!!!)
* Downloads PageAndrea Diamantini2010-03-201-0/+2
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* abp (Ad Block Plus) fake protocol supportAndrea Diamantini2010-03-191-9/+75
| | | | | | | | | This will let rekonq to automatically add abp subscriptions from the adblockplus.org site (or wherever someone provides abp urls) Anyway, consider that the raccomended way to manage adblock (by me and by abp developers) is just adding the EasyList subscription. rekonq just does it by default!!
* Fix choice between history & bookmarks in the new tab first page.Andrea Diamantini2010-03-051-4/+4
| | | | No more reloading pages on accepting configuration
* A stupid regression caused by me. When I'll decide to implementAndrea Diamantini2010-02-211-2/+2
| | | | some unit tests for this, we'll no more see things like this :)
* change setHtml( string ) to setHtml( string, url ) to let webviewsAndrea Diamantini2010-02-191-2/+2
| | | | return an url on webview->url() calls
* Working around about: protocol..Andrea Diamantini2010-02-181-1/+28
| | | | | - honor rekonq settings on about:home page - loads about:blank :) pages
* Fixes focus && let Protocol handler to just load on demandAndrea Diamantini2010-02-161-6/+16
| | | | the KDirLister class (and delete on finish)
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-30/+3
| | | | page you want to preview, and then you click a button
* i18n fixesPanagiotis Papadopoulos2010-02-021-3/+3
| | | | Add some context to the strings, and fix one string
* Protocol Handling fixAndrea Diamantini2010-01-101-1/+30
| | | | | We can now manage all the most important protocols :D
* javascript scheme supportAndrea Diamantini2010-01-051-0/+8
|
* Choose new tab start pageAndrea Diamantini2010-01-051-1/+29
| | | | :
* Improvements in ftp handling:Andrea Diamantini2009-12-211-6/+29
| | | | | - show dirs - download files
* native ftp handling & file one ported to kde functions.Andrea Diamantini2009-12-181-40/+66
| | | | | One step to be feature complete (at least for 0.4): I need to know if an ftp url represent a file or a dir..
* Cleaner file managementAndrea Diamantini2009-12-161-6/+2
|
* notfound.html --> rekonqinfo.htmlAndrea Diamantini2009-12-161-3/+3
| | | | cleanups
* clean upAndrea Diamantini2009-12-161-4/+0
|
* set urlbarAndrea Diamantini2009-12-161-1/+5
|
* local files krun!Andrea Diamantini2009-12-161-5/+13
|
* File protocol handling! Yeah!Andrea Diamantini2009-12-161-11/+19
|
* We have file management :DAndrea Diamantini2009-12-161-4/+88
|
* First form of protocol handlingAndrea Diamantini2009-12-161-0/+101