summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-227-60/+87
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* This commit fixes icons handling for "rekonq pages" (eg: about urls).Andrea Diamantini2010-10-217-52/+45
| | | | | | | | | | | 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 :(
* add comment to stringPanagiotis Papadopoulos2010-10-211-1/+1
| | | | CCBUG: 254818
* Fix highlighting of the last characterPierre Rossi2010-10-202-12/+16
| | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain
* Minor clean-up to the UrlPanel classJon Ander Peñalba2010-10-193-20/+14
|
* can not -> cannotPanagiotis Papadopoulos2010-10-192-3/+3
|
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-205-8/+14
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-10-181-2/+2
|\
| * fix string (wasn’t → was not)Panagiotis Papadopoulos2010-10-171-2/+2
| |
* | Protocol handler (trivial) fixesAndrea Diamantini2010-10-181-13/+8
|/
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-10-161-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-10-151-0/+2
| |
* | Fixed i18n string, ftp handling back to rekonqAndrea Diamantini2010-10-161-3/+10
| |
* | More i18n fixes, as instructed by Panagiotis PapadopoulosRohan Garg2010-10-161-2/+2
| |
* | i18n semantics and remove redundant ifRohan Garg2010-10-161-3/+5
| |
* | Better protocol resolution for URL barRohan Garg2010-10-151-1/+2
| |
* | Optimize rekonq to handle more protocolsRohan Garg2010-10-141-25/+18
|/
* Fix 'make buildtests'Andrea Diamantini2010-10-131-0/+3
| | | | Patch from Jon Ander Penalba. Thanks :)
* commit the fixnihui2010-10-132-4/+4
|
* Merge branch 'bkmenuleak'Andrea Diamantini2010-10-134-6/+15
|\
| * Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-134-6/+15
| | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* | - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-136-174/+173
|/ | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* Enabling WebKit Page Cache feature: please, refers toAndrea Diamantini2010-10-121-0/+3
| | | | | | | | | http://webkit.org/blog/427/webkit-page-cache-i-the-basics/ to see what I'm referring about.. CCBUG:208132 PS: Thanks, Kilian :)
* This change to be sure universal XSS bug has been fixed.Andrea Diamantini2010-10-121-1/+7
| | | | | | | | | Anyway, from Eelko's patch on, this was no more reproducible, so... :) Does the CVE request need to be updated?? CCBUG:217464 CCMAIL:tampakrap@gmail.com
* Merge branch 'm213'Andrea Diamantini2010-10-1120-107/+447
|\
| * ListItem: add auto test for multiple word highlighting.Pierre Rossi2010-10-082-0/+106
| |
| * Fix multiple word highlighting.Pierre Rossi2010-10-082-7/+39
| | | | | | | | | | | | | | This time it works even with 'b' coming after some <b> or </b> have been inserted and with substrings, which would cause the following: <b>String_containing_<b>substring</b></b>
| * Prompt user before restoring session after a crash.Pierre Rossi2010-10-0816-100/+302
| | | | | | | | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* | No need to check progress if load is finished.Andrea Diamantini2010-10-091-3/+0
|/ | | | This can lead to unwanted behavior on urlbar... (like right icons not shown)
* Merge branch 'm220'Andrea Diamantini2010-10-062-2/+2
|\
| * fix opensearch suggestions urlmegabigbug2010-10-052-2/+2
| |
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-10-061-0/+2
|/
* use QL1C and QL1Smegabigbug2010-10-041-2/+2
|
* use local language instead of english for opensearchmegabigbug2010-10-031-2/+5
|
* Fix OpenSearchManager behavior to work in every case (also the disconnected ↵Andrea Diamantini2010-10-032-27/+33
| | | | | | | | | | ones) I hope this fix bug #250263 Applied in rekonq 0.6.1 and in master CCBUG:250263
* Merge branch 'AdBlockImprovements'Andrea Diamantini2010-09-306-1/+39
|\
| * Implement a sort of debugging informations for adblockAndrea Diamantini2010-09-296-1/+39
| |
* | Clean up urlbar use. This fix an urlbar bug opening pluginsAndrea Diamantini2010-09-296-35/+45
| | | | | | | | | | in next tabs and remove some Application::instance() calls from the Web* classes.
* | search --> opensearch dirAndrea Diamantini2010-09-2910-0/+0
|/
* HACK: fix Chinese sites encoding, as suggested by Weng Xuetian in bug #251264Andrea Diamantini2010-09-292-5/+19
| | | | | | | | and by... Wikipedia!! ;) CCBUG: 251264 Xeng, does this fix your issue?
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-09-291-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-281-0/+2
| |
* | WARNING: This commit changes rekonq behaviourAndrea Diamantini2010-09-291-18/+7
|/ | | | | | | | | | After debating with Martin Grablin & Jani-Matti Hatinen it has been pointed out that we have to change rekonq broken behavior about external links handling It now opens links in tab or in new windows following the "Open Links in tab or in window" settings NO MORE stealing focus to the other apps. BUG: 250502 BUG: 243572
* Merge commit 'refs/merge-requests/218' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-09-271-4/+1
|\
| * Revert "Fixes a string change (this commit should be reverted after v0.6)"Jon Ander Peñalba2010-09-231-4/+1
| | | | | | | | This reverts commit ef0c5630983853473e1e3c97a4c68baa1d487e6e.
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-241-3/+2
|/
* Merge branch 'Branches.0.6' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-09-231-0/+3
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-221-0/+1
| |
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-201-0/+2
| |
| * Merge branch 'Branches.0.6' of gitorious.org:rekonq/mainline into Branches.0.6Andrea Diamantini2010-09-181-0/+3
| |\