Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Removed unuseful download classes | Andrea Diamantini | 2009-06-01 | 1 | -3/+0 |
| | |||||
* | Fixing conflicts merging master | adjam | 2009-05-06 | 1 | -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 Diamantini | 2009-05-06 | 1 | -2/+2 |
| | | |||||
| * | Managing user tab open settings. Step 2 | Andrea Diamantini | 2009-05-01 | 1 | -1/+16 |
| | | |||||
| * | astyle | Andrea Diamantini | 2009-04-29 | 1 | -1/+1 |
| | | |||||
| * | Removed unused Application loadUrl method | Andrea Diamantini | 2009-04-29 | 1 | -1/+1 |
| | | |||||
| * | Importing some reverted changes | Andrea Diamantini | 2009-04-28 | 1 | -1/+1 |
| | | |||||
| * | Revert "Some changes ported for merge to mainline (bookmarks & links ↵ | Andrea Diamantini | 2009-04-28 | 1 | -17/+3 |
| | | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5. | ||||
| * | Some changes ported for merge to mainline (bookmarks & links handling related) | Alexandr Domrachev | 2009-04-27 | 1 | -3/+17 |
| | | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed | ||||
| * | Fixed copyright strings, per file, as decided | Andrea Diamantini | 2009-04-26 | 1 | -2/+2 |
| | | |||||
| * | Fixing Copyrights | Andrea Diamantini | 2009-04-22 | 1 | -1/+2 |
| | | |||||
| * | Trivial fixes | Andrea Diamantini | 2009-04-22 | 1 | -1/+0 |
| | |