summaryrefslogtreecommitdiff
path: root/src/application.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Removed HistoryMenu (no more used)Andrea Diamantini2009-09-031-1/+5
| | | | - Multi Windows 1st implementation
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-4/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+15
|
* Fix IncludeAndrea Diamantini2009-08-051-3/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Fixing a bit enum OpenType names..Andrea Diamantini2009-08-011-2/+2
|
* Trivial fix. Yesterday was late night ;)Andrea Diamantini2009-07-241-5/+6
| | | | | This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :)
* cleaning code a bit...Andrea Diamantini2009-07-241-1/+0
|
* Removed rekonqrun class and provided slots in Application one.Andrea Diamantini2009-07-241-2/+25
|
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-12/+1
| | | | newTab function in MainView
* Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.gitDomrachev Alexandr2009-06-271-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: Fixing popup pos && removing unwanted statusBar 0.1.6 version with new notifying system New notifying system. Perhaps this should be default for Deleting popup in empty msg Comments and Fixes New notify system Working on new notify system... start moving things.. slot Save File As Finally fixed F5 shortcut New history menu code comments history menu fix
| * New notifying system. Perhaps this should be default forAndrea Diamantini2009-06-211-0/+13
| | | | | | | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
| * New notify systemAndrea Diamantini2009-06-211-10/+0
| |
| * Working on new notify system...Andrea Diamantini2009-06-201-3/+4
| | | | | | | | new download icon
| * start moving things..Andrea Diamantini2009-06-201-0/+9
| |