summaryrefslogtreecommitdiff
path: root/src/application.h
Commit message (Collapse)AuthorAgeFilesLines
* Finally fix problems with unset backgroundAndrea Diamantini2012-01-041-1/+1
| | | | | | WARNING: This fix works just with qtwebkit 2.2.x!!! BUG: 287782
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-0/+1
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-3/+3
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Sync feature, first bitsAndrea Diamantini2011-12-121-0/+3
|
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Moving UA management code to a new UserAgentManagerAndrea Diamantini2011-11-261-0/+3
|
* Remove postLaunch callsAndrea Diamantini2011-11-141-5/+0
| | | | | | | | | | | | | | This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
* Application ShortcutAndrea Diamantini2011-11-081-0/+2
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Fix close & sessionAndrea Diamantini2011-09-131-0/+2
| | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-2/+2
|
* LastAndrea Diamantini2011-05-261-0/+1
|
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-29/+10
| | | | First step in the introduction of the new rekonq pages
* Make rekonq desktop awareFelix Rohrbach2011-04-101-0/+4
| | | | | | | | | If there is a rekonq window on the current virtual desktop and another application opens a link, rekonq will prefer this window. rekonq also prefers windows that were activated most recently. CCBUG: 237732 REVIEW: 101033
* Coding styleAndrea Diamantini2011-02-251-4/+10
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-13/+13
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-1/+10
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Include clean-up in the big src directoryJon Ander PeƱalba2010-09-031-23/+11
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-4/+5
| | | | | | | | 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...
* working opensearch suggestionsmegabigbug2010-08-151-1/+2
|
* wait signalmegabigbug2010-08-151-0/+3
|
* Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-211-0/+37
| | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class...
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-33/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-32/+32
|
* Various changesAndrea Diamantini2010-04-251-0/+2
| | | | | | | - 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-1/+1
| | | | Need to round some corners, yet.
* Finally cleaning Application class, getting rid of loadUrl(string) slotAndrea Diamantini2010-04-141-6/+0
|
* Re-enabling all KDE url magicsAndrea Diamantini2010-04-091-0/+2
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+3
|
* Set rekonq page (and fix focus) on new window creation.Andrea Diamantini2010-02-191-2/+2
| | | | BUG: 226851
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-6/+6
|
* Cleaning code a bit..Andrea Diamantini2010-01-261-5/+0
|
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-2/+5
| | | | | | | | 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
* STEP 1:Andrea Diamantini2010-01-221-0/+6
| | | | Subdivide loadUrl stuffs
* Spare fixesAndrea Diamantini2010-01-211-0/+1
|
* Removed forced url sanizationAndrea Diamantini2010-01-071-2/+0
|
* xss attach prevention.Andrea Diamantini2009-12-081-4/+2
| | | | | | | | | | | 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
* Save memory.Andrea Diamantini2009-11-231-0/+3
| | | | One ad-block is enough
* Moving to kdewebkit.Andrea Diamantini2009-11-131-5/+0
| | | | First step
* (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)
* (LAST hopefully) BIG change (before 0.3)Andrea Diamantini2009-10-221-1/+0
| | | | | | | | | | A strange bug on new window loading, calling from .desktop file (krunner & friends). So I had to change the homePage launch mechanism. Working on that I started playing with startup settings and implemented this. I hope Pano like this very much: 0.3 gift :D Waiting for someone comments and reviews to merge..
* 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!!)
* Fixing Application::homePage behaviourAndrea Diamantini2009-10-021-1/+1
|
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-0/+1
| | | | and changed its layout
* Fixing crash on opening tabs after closing other window(s).Andrea Diamantini2009-09-281-0/+2
| | | | | | | It was a stupid omission by me, cleverly discovered and fixed by Johannes Zellner!! Again, thank you very much!
* Session Management (restore on crash)Andrea Diamantini2009-09-101-3/+7
| | | | | | | | | This is HEAVILY based on code from Lionel and Yoram branches. But this code behaves differently: it restores rekonq tabs (just) on crash. Thanks to Lionel suggestions, it seems "better" than my initial idea :) It is quite extensible. We need just to fix it better as possible and then manage its behaviour in newInstance code.. ;)
* Open in new Window ActionAndrea Diamantini2009-09-041-1/+2
|
* Improving Multi Windows implementationAndrea Diamantini2009-09-041-1/+1
|