summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A coding style roundAndrea Diamantini2010-04-301-79/+79
|
* Remove the "is readable" check. Now things seem work.Andrea Diamantini2010-04-271-0/+3
| | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660
* Encodings managementAndrea Diamantini2010-04-261-1/+3
|
* Various changesAndrea Diamantini2010-04-251-1/+76
| | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now)
* Dramatically improved "detach tab" performances..Andrea Diamantini2010-04-231-2/+4
| | | | Need to round some corners, yet.
* Finally cleaning Application class, getting rid of loadUrl(string) slotAndrea Diamantini2010-04-141-49/+33
|
* Re-enabling all KDE url magicsAndrea Diamantini2010-04-091-38/+44
|
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* First bunch of fixes for the NewTabPage + WebSnap chain.Andrea Diamantini2010-03-161-1/+1
| | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general
* clean NewInstance slot and fix crashRecovery.Andrea Diamantini2010-03-111-40/+32
| | | | Two days of testing before stable release. :)
* Just another crash recovery fix.Andrea Diamantini2010-03-061-3/+4
| | | | | Now rekonq tries just 1 time to recover from crash. In Italy we say "Perseverare e' diabolico"...
* Stupid me, committed wrong change. Sorry :)Andrea Diamantini2010-03-051-9/+9
|
* Fixing recover on crashAndrea Diamantini2010-03-051-1/+10
| | | | hackish fix :(
* This will fix rekonq behaviour on opening external links.Andrea Diamantini2010-03-021-13/+8
| | | | It's a bit "less functional" than before, but it always works :)
* Set rekonq page (and fix focus) on new window creation.Andrea Diamantini2010-02-191-0/+7
| | | | BUG: 226851
* half fixed (but half is not enough...) the favicon querelle..Andrea Diamantini2010-02-181-13/+15
|
* Opening rekonq page on new window startup when rekonqAndrea Diamantini2010-02-141-1/+1
| | | | has just been started :)
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-3/+3
|
* FIXAndrea Diamantini2010-02-091-4/+3
| | | | | Delete ASAP the threaded job fix focus navigation while opening new tabs back/fore ground..
* FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-061-1/+1
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-21/+32
|
* Cleaning code a bit..Andrea Diamantini2010-01-261-30/+0
|
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-54/+78
| | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D
* Be sure you need to resolv url...Andrea Diamantini2010-01-231-9/+9
|
* STEP 1:Andrea Diamantini2010-01-221-36/+54
| | | | Subdivide loadUrl stuffs
* Some leaks fixed in new codeAndrea Diamantini2010-01-201-4/+5
|
* upgrading RULES files and applying loadUrl fix: "double quotesAndrea Diamantini2010-01-161-2/+2
| | | | | | | | replaced with encoded chars" Courtesy patch of Andrea Scarpino. Thanks and Welcome! CCMAIL:andrea@archlinux.org
* Protocol Handling fixAndrea Diamantini2010-01-101-48/+17
| | | | | We can now manage all the most important protocols :D
* Removed forced url sanizationAndrea Diamantini2010-01-071-20/+1
|
* Choose new tab start pageAndrea Diamantini2010-01-051-1/+1
| | | | :
* native ftp handling & file one ported to kde functions.Andrea Diamantini2009-12-181-1/+4
| | | | | 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..
* First form of protocol handlingAndrea Diamantini2009-12-161-4/+4
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-9/+9
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* Moved url storing operation (add to history) in the loadUrl function,Andrea Diamantini2009-12-141-0/+3
| | | | | after uri filters. This way we stored everytime the "real" url we load :)
* xss attach prevention.Andrea Diamantini2009-12-081-55/+25
| | | | | | | | | | | 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
* Last structure change, promised!Andrea Diamantini2009-11-271-2/+3
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* Save memory.Andrea Diamantini2009-11-231-1/+13
| | | | One ad-block is enough
* FIxing conflictsAndrea Diamantini2009-11-181-21/+0
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * Moving to kdewebkit.Andrea Diamantini2009-11-131-21/+0
| | | | | | | | First step
* | Fixing "open in ne window" slotAndrea Diamantini2009-11-151-2/+6
|/
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-101-4/+4
| | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-101-1/+0
|
* removing unuseful kDebug callsAndrea Diamantini2009-11-101-3/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-1/+1
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-101-22/+11
|
* Safer Application::mainWindow() call. No 0 return..Andrea Diamantini2009-11-101-1/+2
|
* Changed loadUrl behaviour to let rekonq being more UI responsiveAndrea Diamantini2009-11-081-34/+34
| | | | and try fixing UI spared hangs
* Trivial MainView TestAndrea Diamantini2009-11-031-1/+1
| | | | and now we have two.. :)
* fix arrow icon in the url barmegabigbug2009-10-261-4/+1
|
* should fix bug 211782Andrea Diamantini2009-10-251-22/+32
| | | | BUG: 211782