summaryrefslogtreecommitdiff
path: root/src/application.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | Application::icon() changed to staticDomrachev Alexandr2009-06-191-1/+1
|/
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Moving guessUrlFromString function to Application classAndrea Diamantini2009-06-011-1/+3
|
* Removed unuseful download classesAndrea Diamantini2009-06-011-3/+0
|
* Fixing conflicts merging masteradjam2009-05-061-3/+2
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-2/+2
| |
| * Managing user tab open settings. Step 2Andrea Diamantini2009-05-011-1/+16
| |
| * astyleAndrea Diamantini2009-04-291-1/+1
| |
| * Removed unused Application loadUrl methodAndrea Diamantini2009-04-291-1/+1
| |