Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing loading checking errors and retrieving ssl metadata. | Andrea Diamantini | 2010-03-22 | 1 | -2/+18 | |
| | | | | We need just this F*****g awesome bar to show them :) | |||||
* | First SSL support. | Andrea Diamantini | 2010-03-22 | 1 | -25/+150 | |
| | | | | checking metadata missing.. | |||||
* | Downloads Page | Andrea Diamantini | 2010-03-20 | 1 | -39/+66 | |
| | | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love.. | |||||
* | First Krazy rekonq-git fixes :D | Andrea Diamantini | 2010-03-17 | 1 | -6/+7 | |
| | ||||||
* | Implemented automatic adblock update. | Andrea Diamantini | 2010-03-13 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :) | |||||
* | to be really sure about.. Q_ASSERT it! | Andrea Diamantini | 2010-02-25 | 1 | -0/+3 | |
| | ||||||
* | On the road of fixing BUG 227947 | Andrea Diamantini | 2010-02-25 | 1 | -44/+46 | |
| | | | | a clear (network) error management. | |||||
* | Fix cookies handling. | Andrea Diamantini | 2010-02-25 | 1 | -1/+5 | |
| | | | | Change WebPage ctor && setting winId for each page in the cookiejar | |||||
* | Moved away the m_requestedUrl call, using currentFrame()->url(). | Andrea Diamantini | 2010-02-24 | 1 | -1/+1 | |
| | | | | (When you want to download something from a page, you should just have loaded it..) | |||||
* | Merge commit 'refs/merge-requests/94' of git://gitorious.org/rekonq/mainline ↵ | Andrea Diamantini | 2010-02-24 | 1 | -4/+8 | |
|\ | | | | | | | into m94 | |||||
| * | remove duplicate links | megabigbug | 2010-02-21 | 1 | -5/+5 | |
| | | ||||||
| * | handle relative urls (needs test with particular encoding) | megabigbug | 2010-02-21 | 1 | -2/+6 | |
| | | ||||||
* | | Fixes 217521 bug and let us save also some memory | Andrea Diamantini | 2010-02-22 | 1 | -6/+8 | |
|/ | | | | | | | (1 QUrl variable for each webpage). It needs testing, obvious, but it seems working well.. BUG:217521 | |||||
* | Fixes focus && let Protocol handler to just load on demand | Andrea Diamantini | 2010-02-16 | 1 | -1/+0 | |
| | | | | the KDirLister class (and delete on finish) | |||||
* | Some stupid changes && kDebug sentences added to better debug download system | Andrea Diamantini | 2010-02-14 | 1 | -2/+5 | |
| | ||||||
* | Krazy issues (1st branch) | Andrea Diamantini | 2010-02-14 | 1 | -1/+1 | |
| | ||||||
* | Fixing download code && (hopefully) issues | Andrea Diamantini | 2010-02-13 | 1 | -3/+8 | |
| | ||||||
* | Honor settings when Opening new link after the current focused page | Andrea Diamantini | 2010-02-13 | 1 | -1/+1 | |
| | | | | BUG:226520 | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+2 | |
| | ||||||
* | Remove m_newtabPage. That was not used anywhere ! | matgic78 | 2010-02-06 | 1 | -7/+0 | |
| | ||||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -9/+7 | |
| | | | | page you want to preview, and then you click a button | |||||
* | Re-implemented previews in homepage without using plugins. Not finished yet : | matgic78 | 2010-02-06 | 1 | -0/+10 | |
| | | | | | | | | | | | | Little things that change: -nice buttons appearing on hover -transitions on hover TODO: -when a preview is empty or when loading, it is very ugly -for now there's no way to choose the page you want to preview -port "closed Tabs" to this new architecture -totally remove PreviewImage classes -eventually, specific contextmenu for previews | |||||
* | Let rekonq use just KIO network cache. This will force webkit | Andrea Diamantini | 2010-02-01 | 1 | -3/+11 | |
| | | | | to search in the history navigation in the right cache.. | |||||
* | disconnect also webpage signals on close! | Andrea Diamantini | 2010-01-24 | 1 | -0/+1 | |
| | | | | | This will save rekonq from crashing on fast CTRL+W close on notify message popup | |||||
* | Better AdBlocking things :) | Andrea Diamantini | 2010-01-14 | 1 | -0/+3 | |
| | ||||||
* | Protocol Handling fix | Andrea Diamantini | 2010-01-10 | 1 | -2/+7 | |
| | | | | | We can now manage all the most important protocols :D | |||||
* | No more error messages on adblocked pages | Andrea Diamantini | 2010-01-07 | 1 | -0/+4 | |
| | ||||||
* | add options for kget in the config panel | megabigbug | 2009-12-22 | 1 | -0/+75 | |
| | | | | replace kio for download | |||||
* | Improvements in ftp handling: | Andrea Diamantini | 2009-12-21 | 1 | -0/+3 | |
| | | | | | - show dirs - download files | |||||
* | Cleaner file management | Andrea Diamantini | 2009-12-16 | 1 | -11/+17 | |
| | ||||||
* | notfound.html --> rekonqinfo.html | Andrea Diamantini | 2009-12-16 | 1 | -3/+2 | |
| | | | | cleanups | |||||
* | local files krun! | Andrea Diamantini | 2009-12-16 | 1 | -2/+0 | |
| | ||||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -11/+2 | |
| | ||||||
* | I tried a bit, but this is not working pretty well :( | Andrea Diamantini | 2009-12-15 | 1 | -4/+4 | |
|\ | | | | | | | | | | | | | | | | | | | | | We are actually creating two widget for request. I'll merge it anyway to let you fix it :) Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72 Conflicts: src/mainview.cpp src/webview.cpp | |||||
| * | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -4/+4 | |
| | | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | |||||
* | | Simpler web classes (but no more friends :) | Andrea Diamantini | 2009-12-15 | 1 | -10/+0 | |
|/ | | | | Moved remaining code to kdewebkit | |||||
* | move KWallet integration into WebPage | Bernhard Beschow | 2009-12-14 | 1 | -0/+12 | |
| | ||||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 1 | -5/+4 | |
| | | | | | | | | | | | 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 | |||||
* | KWebWallet integration | Andrea Diamantini | 2009-12-06 | 1 | -5/+0 | |
| | ||||||
* | kde wallet integration. | Andrea Diamantini | 2009-12-06 | 1 | -0/+6 | |
| | | | | First bits | |||||
* | We have adblock! (and it works) | Andrea Diamantini | 2009-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys. | |||||
* | Porting rekonq to last Qt/KDE API | Andrea Diamantini | 2009-11-30 | 1 | -3/+6 | |
| | | | | adblock (KDE one) fix #1 | |||||
* | removed current bugged adblock implementation. | Andrea Diamantini | 2009-11-28 | 1 | -11/+0 | |
| | | | | Sorry about that :( | |||||
* | Save memory. | Andrea Diamantini | 2009-11-23 | 1 | -2/+2 | |
| | | | | One ad-block is enough | |||||
* | First adblock implementation. now rekonq seems... slower :( | Andrea Diamantini | 2009-11-23 | 1 | -0/+4 | |
| | | | | But at least it's ads free! | |||||
* | AdBlock. First blocks :D | Andrea Diamantini | 2009-11-20 | 1 | -3/+2 | |
| | ||||||
* | KIO download system | Andrea Diamantini | 2009-11-13 | 1 | -2/+0 | |
| | | | | ported to kdewebkit signals and functions | |||||
* | Fixes and improvements in rekonq web classes | Andrea Diamantini | 2009-11-13 | 1 | -29/+32 | |
| | ||||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -34/+4 | |
| | | | | First step | |||||
* | This hack seems solve the about: protocol loading problem | Andrea Diamantini | 2009-11-13 | 1 | -2/+1 | |
| | | | | | also in Qt 4.6. Hope it works really well :) |