Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | half fixed (but half is not enough...) the favicon querelle.. | Andrea Diamantini | 2010-02-18 | 1 | -13/+15 | |
| | ||||||
* | Opening rekonq page on new window startup when rekonq | Andrea Diamantini | 2010-02-14 | 1 | -1/+1 | |
| | | | | has just been started :) | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -3/+3 | |
| | ||||||
* | FIX | Andrea Diamantini | 2010-02-09 | 1 | -4/+3 | |
| | | | | | Delete ASAP the threaded job fix focus navigation while opening new tabs back/fore ground.. | |||||
* | FIx focus on browsing (FIRST STEP) and on findbar hiding | Andrea Diamantini | 2010-02-06 | 1 | -1/+1 | |
| | ||||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -21/+32 | |
| | ||||||
* | Cleaning code a bit.. | Andrea Diamantini | 2010-01-26 | 1 | -30/+0 | |
| | ||||||
* | MultiThreaded rekonq !! | Andrea Diamantini | 2010-01-26 | 1 | -54/+78 | |
| | | | | | | | | 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 | |||||
* | Be sure you need to resolv url... | Andrea Diamantini | 2010-01-23 | 1 | -9/+9 | |
| | ||||||
* | STEP 1: | Andrea Diamantini | 2010-01-22 | 1 | -36/+54 | |
| | | | | Subdivide loadUrl stuffs | |||||
* | Some leaks fixed in new code | Andrea Diamantini | 2010-01-20 | 1 | -4/+5 | |
| | ||||||
* | upgrading RULES files and applying loadUrl fix: "double quotes | Andrea Diamantini | 2010-01-16 | 1 | -2/+2 | |
| | | | | | | | | replaced with encoded chars" Courtesy patch of Andrea Scarpino. Thanks and Welcome! CCMAIL:andrea@archlinux.org | |||||
* | Protocol Handling fix | Andrea Diamantini | 2010-01-10 | 1 | -48/+17 | |
| | | | | | We can now manage all the most important protocols :D | |||||
* | Removed forced url sanization | Andrea Diamantini | 2010-01-07 | 1 | -20/+1 | |
| | ||||||
* | Choose new tab start page | Andrea Diamantini | 2010-01-05 | 1 | -1/+1 | |
| | | | | : | |||||
* | native ftp handling & file one ported to kde functions. | Andrea Diamantini | 2009-12-18 | 1 | -1/+4 | |
| | | | | | One step to be feature complete (at least for 0.4): I need to know if an ftp url represent a file or a dir.. | |||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -4/+4 | |
| | ||||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -9/+9 | |
| | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | |||||
* | Moved url storing operation (add to history) in the loadUrl function, | Andrea Diamantini | 2009-12-14 | 1 | -0/+3 | |
| | | | | | after uri filters. This way we stored everytime the "real" url we load :) | |||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 1 | -55/+25 | |
| | | | | | | | | | | | 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 | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -2/+3 | |
| | | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. | |||||
* | Save memory. | Andrea Diamantini | 2009-11-23 | 1 | -1/+13 | |
| | | | | One ad-block is enough | |||||
* | FIxing conflicts | Andrea Diamantini | 2009-11-18 | 1 | -21/+0 | |
|\ | | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt | |||||
| * | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -21/+0 | |
| | | | | | | | | First step | |||||
* | | Fixing "open in ne window" slot | Andrea Diamantini | 2009-11-15 | 1 | -2/+6 | |
|/ | ||||||
* | switching back from rekonq: protocol to about: one | Andrea Diamantini | 2009-11-10 | 1 | -4/+4 | |
| | | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select | |||||
* | Changing homepage.* --> newtabpage.* and fixing API | Andrea Diamantini | 2009-11-10 | 1 | -1/+0 | |
| | ||||||
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 1 | -3/+0 | |
| | ||||||
* | (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) | |||||
* | fixing new mainWindow() behaviour, porting functions calling it | Andrea Diamantini | 2009-11-10 | 1 | -22/+11 | |
| | ||||||
* | Safer Application::mainWindow() call. No 0 return.. | Andrea Diamantini | 2009-11-10 | 1 | -1/+2 | |
| | ||||||
* | Changed loadUrl behaviour to let rekonq being more UI responsive | Andrea Diamantini | 2009-11-08 | 1 | -34/+34 | |
| | | | | and try fixing UI spared hangs | |||||
* | Trivial MainView Test | Andrea Diamantini | 2009-11-03 | 1 | -1/+1 | |
| | | | | and now we have two.. :) | |||||
* | fix arrow icon in the url bar | megabigbug | 2009-10-26 | 1 | -4/+1 | |
| | ||||||
* | should fix bug 211782 | Andrea Diamantini | 2009-10-25 | 1 | -22/+32 | |
| | | | | BUG: 211782 | |||||
* | Me stupid.. (again)!! | Andrea Diamantini | 2009-10-23 | 1 | -5/+1 | |
| | | | | | We have a newMainWindow function, use it instead of forcing the getter mainWindow() to create a new one... | |||||
* | (LAST hopefully) BIG change (before 0.3) | Andrea Diamantini | 2009-10-22 | 1 | -25/+20 | |
| | | | | | | | | | | 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.. | |||||
* | Warning added | Andrea Diamantini | 2009-10-19 | 1 | -0/+7 | |
| | ||||||
* | Merge commit 'refs/merge-requests/1838' of ↵ | Andrea Diamantini | 2009-10-19 | 1 | -1/+1 | |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into Mon3 | |||||
| * | fix a bug in default shortcut detection for urls | matgic78 | 2009-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | Fixing tab close icon | Andrea Diamantini | 2009-10-19 | 1 | -2/+2 | |
| | | ||||||
* | | reintroduce and fix recently closed tab feature | megabigbug | 2009-10-17 | 1 | -1/+1 | |
|/ | ||||||
* | show icons corresponding to homepage pages on tabs | matgic78 | 2009-10-16 | 1 | -3/+9 | |
| | ||||||
* | arrow-right icon for urlbar when homepage shown | matgic78 | 2009-10-16 | 1 | -7/+10 | |
| | | | | because this icon says (for me at least) "please type your request here" | |||||
* | removed bugged closed tabs and implemented a simple tab switch | Andrea Diamantini | 2009-10-16 | 1 | -1/+1 | |
| | ||||||
* | Restored recently closed tabs | Andrea Diamantini | 2009-10-11 | 1 | -1/+1 | |
| | | | | | | | I'm not a big fan of this implementation, but modifying history for this is impossible (no sense) and storing it somewhere.. don't know Perhaps someone has some better ideas here :) | |||||
* | Merge commit 'refs/merge-requests/1750' of ↵ | Andrea Diamantini | 2009-10-11 | 1 | -1/+8 | |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into SundayIll3 | |||||
| * | KIcon("go-home") for homepage | Matthieu Gicquel | 2009-10-10 | 1 | -1/+8 | |
| | | ||||||
* | | Fixing Application::postLaunch() && BookmarksProvider behaviour | Andrea Diamantini | 2009-10-11 | 1 | -1/+14 | |
|/ | | | | | | Another fantastic patch from Ronny Scholz PS: Ehi, Ronny. I think you need a nickname :D | |||||
* | Removed unuseful isKnownProtol check | Andrea Diamantini | 2009-10-05 | 1 | -7/+0 | |
| |