Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -386/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | break an eventual "recall" loop | Andrea Diamantini | 2012-07-04 | 1 | -0/+2 |
| | | | | | | | This is needed in case rekonq has been associated with something it cannot properly handle BUG: 299056 | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -2/+2 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Another clean up in rekonq file:// pages | Andrea Diamantini | 2012-05-25 | 1 | -2/+2 |
| | |||||
* | Minor speed-up | Andrea Diamantini | 2012-05-25 | 1 | -13/+17 |
| | | | | moving const chars to QL1S in file:// pages | ||||
* | clean up rekonqinfo css | Andrea Diamantini | 2012-05-25 | 1 | -4/+12 |
| | |||||
* | Clean up url management | Andrea Diamantini | 2012-04-24 | 1 | -1/+9 |
| | | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829 | ||||
* | set Main Window on KDirLister | Andrea Diamantini | 2012-04-24 | 1 | -1/+3 |
| | |||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -2/+3 |
| | |||||
* | Fix apturl handling (workaround) | Andrea Diamantini | 2012-04-20 | 1 | -0/+9 |
| | |||||
* | New History Manager, NO MORE QWebHistoryInterface based. | Andrea Diamantini | 2012-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | We are just saving datas on our own, I don't like QtWebKit APIs to do it. We now call addHistoryEntry(url, title) on loadFinished. Data structure will remain the same as usual, but I think API is better and data are now saved when we really have them ready. REVIEW:104257 | ||||
* | Remove ability to manage abp schemes and add subscriptions on click | Andrea Diamantini | 2012-03-13 | 1 | -53/+0 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -2/+2 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Manage rekonq pages in "current" NOT "main" frame | Andrea Diamantini | 2012-01-04 | 1 | -2/+2 |
| | | | | | | Also double check for strange about urls BUG: 290411 | ||||
* | about:tabs, easy method to manage rekonq tabs. | Andrea Diamantini | 2012-01-02 | 1 | -0/+3 |
| | | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566 | ||||
* | Sanitizing strings... | Andrea Diamantini | 2011-10-14 | 1 | -2/+3 |
| | |||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -33/+33 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Use KLocale::formatByteSize instead of a i18n call | Andrea Diamantini | 2011-07-21 | 1 | -1/+1 |
| | | | | | | | Pino suggested me it is better. And it seems so, Thanks :) CCBUG: 278170 | ||||
* | Fix untraslatable string | Andrea Diamantini | 2011-07-21 | 1 | -1/+1 |
| | | | | BUG:278170 | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -7/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -37/+37 |
| | |||||
* | This should fix "border" protocols handling like apt. | Andrea Diamantini | 2011-06-28 | 1 | -1/+10 |
| | | | | And it should also be a nice semplification :) | ||||
* | fix string :-) | Panagiotis Papadopoulos | 2011-04-04 | 1 | -1/+1 |
| | | | | | In KDE apps you should not use abbreviations like don't, doesn't, can't, etc. You have to fully write them out: do not, does not, cannot, etc. :-) | ||||
* | Fix string | Andrea Diamantini | 2011-04-04 | 1 | -4/+1 |
| | |||||
* | Clean up the "rekonq handling chain" to work as: | Andrea Diamantini | 2011-03-03 | 1 | -28/+8 |
| | | | | | | | | | 1. preHandling: about, javascript, abp protocols. Stops if protocol is NOT known 2. WebKit handling: Allow WebKit to try doing its job 3. postHandling / unsupported content handling: try what is possible to let users see it :) This also prevents some possible infinite loop on opening... BUG:267201 | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -9/+3 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -10/+11 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -8/+8 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Fix a regression introduced by f8a2d38a | Yoann Laissus | 2010-12-28 | 1 | -0/+4 |
| | | | | KDE documentation protocol is opened directly in rekonq instead of the KDE default browser | ||||
* | 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 :) |