Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include clean-up in the big src directory | Jon Ander PeƱalba | 2010-09-03 | 1 | -23/+11 |
| | |||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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 suggestions | megabigbug | 2010-08-15 | 1 | -1/+2 |
| | |||||
* | wait signal | megabigbug | 2010-08-15 | 1 | -0/+3 |
| | |||||
* | Moving download history management from HistoryManager to Application class | Andrea Diamantini | 2010-07-21 | 1 | -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 bunch | Andrea Diamantini | 2010-04-30 | 1 | -2/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -33/+3 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -32/+32 |
| | |||||
* | Various changes | Andrea Diamantini | 2010-04-25 | 1 | -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 Diamantini | 2010-04-23 | 1 | -1/+1 |
| | | | | Need to round some corners, yet. | ||||
* | Finally cleaning Application class, getting rid of loadUrl(string) slot | Andrea Diamantini | 2010-04-14 | 1 | -6/+0 |
| | |||||
* | Re-enabling all KDE url magics | Andrea Diamantini | 2010-04-09 | 1 | -0/+2 |
| | |||||
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 1 | -1/+3 |
| | |||||
* | Set rekonq page (and fix focus) on new window creation. | Andrea Diamantini | 2010-02-19 | 1 | -2/+2 |
| | | | | BUG: 226851 | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -6/+6 |
| | |||||
* | Cleaning code a bit.. | Andrea Diamantini | 2010-01-26 | 1 | -5/+0 |
| | |||||
* | MultiThreaded rekonq !! | Andrea Diamantini | 2010-01-26 | 1 | -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 Diamantini | 2010-01-22 | 1 | -0/+6 |
| | | | | Subdivide loadUrl stuffs | ||||
* | Spare fixes | Andrea Diamantini | 2010-01-21 | 1 | -0/+1 |
| | |||||
* | Removed forced url sanization | Andrea Diamantini | 2010-01-07 | 1 | -2/+0 |
| | |||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 1 | -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 Diamantini | 2009-11-23 | 1 | -0/+3 |
| | | | | One ad-block is enough | ||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -5/+0 |
| | | | | First step | ||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -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 Diamantini | 2009-10-22 | 1 | -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 :D | Andrea Diamantini | 2009-10-02 | 1 | -1/+1 |
| | | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!) | ||||
* | Fixing Application::homePage behaviour | Andrea Diamantini | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | Implemented about protocol to load home page(s) | Andrea Diamantini | 2009-09-29 | 1 | -0/+1 |
| | | | | and changed its layout | ||||
* | Fixing crash on opening tabs after closing other window(s). | Andrea Diamantini | 2009-09-28 | 1 | -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 Diamantini | 2009-09-10 | 1 | -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 Action | Andrea Diamantini | 2009-09-04 | 1 | -1/+2 |
| | |||||
* | Improving Multi Windows implementation | Andrea Diamantini | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | - Removed HistoryMenu (no more used) | Andrea Diamantini | 2009-09-03 | 1 | -1/+5 |
| | | | | - Multi Windows 1st implementation | ||||
* | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 1 | -4/+1 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+15 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -3/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Fixing a bit enum OpenType names.. | Andrea Diamantini | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Trivial fix. Yesterday was late night ;) | Andrea Diamantini | 2009-07-24 | 1 | -5/+6 |
| | | | | | This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :) | ||||
* | cleaning code a bit... | Andrea Diamantini | 2009-07-24 | 1 | -1/+0 |
| | |||||
* | Removed rekonqrun class and provided slots in Application one. | Andrea Diamantini | 2009-07-24 | 1 | -2/+25 |
| | |||||
* | Definitely fixing rekonq API. First step. | Andrea Diamantini | 2009-07-24 | 1 | -12/+1 |
| | | | | newTab function in MainView | ||||
* | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git | Domrachev Alexandr | 2009-06-27 | 1 | -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 for | Andrea Diamantini | 2009-06-21 | 1 | -0/+13 |
| | | | | | | | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see.. | ||||
| * | New notify system | Andrea Diamantini | 2009-06-21 | 1 | -10/+0 |
| | | |||||
| * | Working on new notify system... | Andrea Diamantini | 2009-06-20 | 1 | -3/+4 |
| | | | | | | | | new download icon | ||||
| * | start moving things.. | Andrea Diamantini | 2009-06-20 | 1 | -0/+9 |
| | | |||||
* | | Application::icon() changed to static | Domrachev Alexandr | 2009-06-19 | 1 | -1/+1 |
|/ | |||||
* | Fixing GPL3 header files | Andrea Diamantini | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | Moving guessUrlFromString function to Application class | Andrea Diamantini | 2009-06-01 | 1 | -1/+3 |
| |