Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API clean up | Andrea Diamantini | 2010-11-19 | 1 | -1/+1 |
| | | | | urlBar --> currentUrlBar | ||||
* | Ordering files in file: and ftp: embedded protocols | Andrea Diamantini | 2010-11-07 | 1 | -1/+33 |
| | |||||
* | This commit fixes icons handling for "rekonq pages" (eg: about urls). | Andrea Diamantini | 2010-10-21 | 1 | -0/+4 |
| | | | | | | | | | | | It also contains a cleaned version of the WebTab::url() method (the previous one was not working on loading pages. And also immediately after the loadFinished signal) This should also fix some "bad" handling on back/forward buttons. Finally, it contains some unrelated QLatin1String --> QL1S changes. Benjamin, I spoke too early about those. I squashed merged my work and removed previous branch :( | ||||
* | can not -> cannot | Panagiotis Papadopoulos | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Protocol handler (trivial) fixes | Andrea Diamantini | 2010-10-18 | 1 | -13/+8 |
| | |||||
* | Fixed i18n string, ftp handling back to rekonq | Andrea Diamantini | 2010-10-16 | 1 | -3/+10 |
| | |||||
* | More i18n fixes, as instructed by Panagiotis Papadopoulos | Rohan Garg | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | i18n semantics and remove redundant if | Rohan Garg | 2010-10-16 | 1 | -3/+5 |
| | |||||
* | Optimize rekonq to handle more protocols | Rohan Garg | 2010-10-14 | 1 | -25/+18 |
| | |||||
* | Revert "This hacks should fix (a lot of) javascript handling." | Andrea Diamantini | 2010-09-06 | 1 | -1/+0 |
| | | | | | | | | Really sorry. Proposed fix does not handle cookies This reverts commit b08c67eb1e45cb94dc6250fe555d84f0c0e7debe. CCBUG:250298 | ||||
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -25/+15 |
| | |||||
* | This hacks should fix (a lot of) javascript handling. | Andrea Diamantini | 2010-09-01 | 1 | -0/+1 |
| | | | | | | | | Hope this will be properly fixed upstream in KIO... Please, Jurian & Pano. Let me know if this has been really fixed. BUG: 242886 | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -0/+1 |
| | | | | | | | | 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... | ||||
* | Move encodedUrl inside if block, better memory usage | Rohan Garg | 2010-08-24 | 1 | -1/+1 |
| | | | | modified: src/protocolhandler.cpp | ||||
* | Replace more of KUrl by QByteArray... | Rohan Garg | 2010-08-24 | 1 | -2/+3 |
| | | | | modified: src/protocolhandler.cpp | ||||
* | apturl handling | Rohan Garg | 2010-07-06 | 1 | -0/+17 |
| | | | | modified: src/protocolhandler.cpp | ||||
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 1 | -8/+1 |
| | |||||
* | show url on file:// && ftp:// schemes | Andrea Diamantini | 2010-05-21 | 1 | -0/+1 |
| | |||||
* | This patch is based on Cedric's idea about fixing history with error pages | Andrea Diamantini | 2010-05-19 | 1 | -1/+2 |
| | | | | | and use it to fix back/forward buttons also on kparts and so on :) | ||||
* | Fix crashes on file:// urls | Andrea Diamantini | 2010-05-17 | 1 | -12/+3 |
| | |||||
* | Added support for javascript:<code> so that bookmarklets work | Nikhil Marathe | 2010-05-16 | 1 | -2/+12 |
| | | | | BUG: 227422 | ||||
* | Fix crash on close file: tabs | Andrea Diamantini | 2010-05-13 | 1 | -3/+2 |
| | | | | BUG:237426 | ||||
* | Javascript protocol fix | Andrea Diamantini | 2010-05-04 | 1 | -0/+3 |
| | |||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -7/+15 |
| | | | | first bunch | ||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -88/+88 |
| | |||||
* | Fix (again and again) ftp handling (and errors in general) | Andrea Diamantini | 2010-04-30 | 1 | -19/+23 |
| | | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url.. | ||||
* | Remove the "is readable" check. Now things seem work. | Andrea Diamantini | 2010-04-27 | 1 | -14/+2 |
| | | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660 | ||||
* | Fix crash | Andrea Diamantini | 2010-04-26 | 1 | -6/+6 |
| | | | | BUG: 231060 | ||||
* | Proper solutions are always the best ones :) | Andrea Diamantini | 2010-04-14 | 1 | -2/+0 |
| | | | | | | Fix duplicated right icons. CCBUG: 234320 | ||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | - 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 | -1/+0 |
| | | | | | | | | | | 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!!!) | ||||
* | Downloads Page | Andrea Diamantini | 2010-03-20 | 1 | -0/+2 |
| | | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love.. | ||||
* | abp (Ad Block Plus) fake protocol support | Andrea Diamantini | 2010-03-19 | 1 | -9/+75 |
| | | | | | | | | | This will let rekonq to automatically add abp subscriptions from the adblockplus.org site (or wherever someone provides abp urls) Anyway, consider that the raccomended way to manage adblock (by me and by abp developers) is just adding the EasyList subscription. rekonq just does it by default!! | ||||
* | Fix choice between history & bookmarks in the new tab first page. | Andrea Diamantini | 2010-03-05 | 1 | -4/+4 |
| | | | | No more reloading pages on accepting configuration | ||||
* | A stupid regression caused by me. When I'll decide to implement | Andrea Diamantini | 2010-02-21 | 1 | -2/+2 |
| | | | | some unit tests for this, we'll no more see things like this :) | ||||
* | change setHtml( string ) to setHtml( string, url ) to let webviews | Andrea Diamantini | 2010-02-19 | 1 | -2/+2 |
| | | | | return an url on webview->url() calls | ||||
* | Working around about: protocol.. | Andrea Diamantini | 2010-02-18 | 1 | -1/+28 |
| | | | | | - honor rekonq settings on about:home page - loads about:blank :) pages | ||||
* | Fixes focus && let Protocol handler to just load on demand | Andrea Diamantini | 2010-02-16 | 1 | -6/+16 |
| | | | | the KDirLister class (and delete on finish) | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -30/+3 |
| | | | | page you want to preview, and then you click a button | ||||
* | i18n fixes | Panagiotis Papadopoulos | 2010-02-02 | 1 | -3/+3 |
| | | | | Add some context to the strings, and fix one string | ||||
* | Protocol Handling fix | Andrea Diamantini | 2010-01-10 | 1 | -1/+30 |
| | | | | | We can now manage all the most important protocols :D | ||||
* | javascript scheme support | Andrea Diamantini | 2010-01-05 | 1 | -0/+8 |
| | |||||
* | Choose new tab start page | Andrea Diamantini | 2010-01-05 | 1 | -1/+29 |
| | | | | : | ||||
* | Improvements in ftp handling: | Andrea Diamantini | 2009-12-21 | 1 | -6/+29 |
| | | | | | - show dirs - download files | ||||
* | native ftp handling & file one ported to kde functions. | Andrea Diamantini | 2009-12-18 | 1 | -40/+66 |
| | | | | | 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.. | ||||
* | Cleaner file management | Andrea Diamantini | 2009-12-16 | 1 | -6/+2 |
| |