Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REVERT ME ASAP PATCH :) | Andrea Diamantini | 2010-05-11 | 1 | -6/+6 |
| | | | | | | This patch should fix "troubles" (read crashes) in some systems, but I think it let rekonq leaks horribly :( Studying the right solution for.. | ||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -2/+13 |
| | | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) | ||||
* | reply deleteLater.. | Andrea Diamantini | 2010-05-04 | 1 | -5/+6 |
| | | | | This time seems good. | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -1/+2 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -6/+2 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -170/+170 |
| | |||||
* | A tiny improvement in the error page, showing a fat icon.. :) | Andrea Diamantini | 2010-04-30 | 1 | -2/+12 |
| | |||||
* | Fix (again and again) ftp handling (and errors in general) | Andrea Diamantini | 2010-04-30 | 1 | -5/+10 |
| | | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url.. | ||||
* | Right icon button fix | Andrea Diamantini | 2010-04-28 | 1 | -0/+2 |
| | |||||
* | - Fixed layouts in the *ListItem classes | Andrea Diamantini | 2010-04-28 | 1 | -5/+0 |
| | | | | | - Browse before than Search - remove some warning messages | ||||
* | Fix error pages show | Andrea Diamantini | 2010-04-25 | 1 | -10/+11 |
| | |||||
* | Forgot to clean WebPage class.. | Andrea Diamantini | 2010-04-23 | 1 | -45/+5 |
| | |||||
* | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -0/+52 |
| | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache" | ||||
* | Fix embed kpart bahevior. Try embedding just when there is a ReadOnlyPart | Andrea Diamantini | 2010-04-21 | 1 | -17/+30 |
| | | | | | available. Otherwise, try loading it. | ||||
* | Nebulon's patch. | Andrea Diamantini | 2010-04-21 | 1 | -3/+1 |
| | | | | | Reverting a beautiful fix by me letting rekonq joyfully crashing on every non default action | ||||
* | Partially fixing deleteLater related crashes. But... why these crashes | Andrea Diamantini | 2010-04-20 | 1 | -3/+3 |
| | | | | happen if Qt Docs say to delete (later) them? | ||||
* | deleting replies as explained in QNetworkAccessManager docs | Andrea Diamantini | 2010-04-20 | 1 | -3/+9 |
| | |||||
* | Do not save infos about canceled downloads | matgic78 | 2010-04-09 | 1 | -5/+5 |
| | |||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272 | ||||
* | This commit is the first implementation of a new new new urlbar | Andrea Diamantini | 2010-04-05 | 1 | -17/+18 |
| | | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) | ||||
* | This commit lets rekonq embed parts instead of krunning them | Andrea Diamantini | 2010-03-26 | 1 | -3/+16 |
| | | | | | | | DISCLAIMER: This code really A LOT of testing. Not for the code itself, but for the parts it lets rekonq use. I'm experiencing a lot of crashes with the Dragon Part, in example. | ||||
* | Doing "load finished" operations just on ok loading is really NOT | Andrea Diamantini | 2010-03-22 | 1 | -4/+1 |
| | | | | a good idea.. | ||||
* | 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 |