summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| |\
| | * SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-171-0/+1
| | |
| | * SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-161-0/+2
| | |
* | | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-09-231-0/+1
|\ \ \
| * | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-221-0/+1
| | | |
* | | | History autosaver improved to be more general and less hackishJon Ander Peñalba2010-09-203-69/+72
|/ / /
* | | Merge commit 'refs/merge-requests/216' of ↵Andrea Diamantini2010-09-204-14/+14
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m216
| * | | Change the behavior of Ctrl+Maj+T to open only the last closed tabBenjamin Poulain2010-09-194-14/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Previously, the action of Ctrl+Maj+T was opening all the closed tabs. This was differing from Firefox and Chrome, which can be confusing for users. This patch change the behavior to open only the last closed tab, making the behavior more like the other browsers.
* | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-09-201-0/+2
|/ /
* | Merge commit 'refs/merge-requests/212' of ↵Andrea Diamantini2010-09-173-26/+40
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m212_3
| * | Add a commentYoann Laissus2010-09-151-3/+4
| | |
| * | - Bookmarklet supportYoann Laissus2010-09-153-26/+39
| | | | | | | | | | | | | | | | | | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623
* | | Merge commit 'refs/merge-requests/211' of ↵Andrea Diamantini2010-09-174-16/+18
|\ \ \ | |_|/ |/| | | | | git://gitorious.org/rekonq/mainline into m211
| * | Websnaps: change the image path to use base64.Pierre Rossi2010-09-154-16/+18
| |/ | | | | | | | | | | | | | | | | This should solve the problems caused by special characters for good. A few other improvements: - do not call updateImage as many times as there are favorites. - removed an unused variable. - trade #defines for static const ints - take advantage of the already loaded page to refresh the snapshot.
* | Merge commit 'refs/merge-requests/2295' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-09-162-1/+8
|\ \
| * | Notification bar: fix a memory leak.Pierre Rossi2010-09-152-1/+8
| |/
* | Wallet/previewbar: adjust the already existing bar's target.Pierre Rossi2010-09-142-11/+16
|/
* Merge remote branch 'yoann/fixRegressionSearch2' into m207Andrea Diamantini2010-09-121-15/+19
|\
| * - Modifiers are now correctly handled after EscYoann Laissus2010-09-121-15/+19
| | | | | | | | - Keep the focus when enter is pressed if the urlbar is empty
| * Merge commit 'refs/merge-requests/207' of git://gitorious.org/rekonq/mainlineYoann Laissus2010-09-121-5/+32
| |\
* | \ Merge commit 'refs/merge-requests/207' of ↵Andrea Diamantini2010-09-121-5/+32
|\ \ \ | | |/ | |/| | | | git://gitorious.org/rekonq/mainline into m207
| * | properly handle modifiers+return key when the completion list is displayedmegabigbug2010-09-111-5/+32
| | | | | | | | | | | | TODO: fix when the completion list is not displayed
* | | Fix green arrow show upAndrea Diamantini2010-09-112-3/+7
| | |
* | | Merge commit 'refs/merge-requests/208' of ↵Andrea Diamantini2010-09-114-4/+4
|\ \ \ | |_|/ |/| | | | | git://gitorious.org/rekonq/mainline into m208
| * | Switch QLatin1String to QL1SRohan Garg2010-09-112-2/+2
| | | | | | | | | | | | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
| * | Krazy Fixes for rekonqRohan Garg2010-09-114-4/+4
| |/ | | | | | | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* | Merge commit 'refs/merge-requests/203' of ↵Andrea Diamantini2010-09-114-114/+70
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m203_2
| * Fixes a string change (this commit should be reverted after v0.6)Jon Ander Peñalba2010-09-101-1/+4
| |