summaryrefslogtreecommitdiff
path: root/src/urlbar
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'm213'Andrea Diamantini2010-10-114-9/+40
|\
| * Fix multiple word highlighting.Pierre Rossi2010-10-082-7/+39
| * Prompt user before restoring session after a crash.Pierre Rossi2010-10-082-2/+1
* | No need to check progress if load is finished.Andrea Diamantini2010-10-091-3/+0
|/
* fix opensearch suggestions urlmegabigbug2010-10-052-2/+2
* Clean up urlbar use. This fix an urlbar bug opening pluginsAndrea Diamantini2010-09-291-1/+0
* Revert "Fixes a string change (this commit should be reverted after v0.6)"Jon Ander Peñalba2010-09-231-4/+1
* Merge remote branch 'yoann/fixRegressionSearch2' into m207Andrea Diamantini2010-09-121-15/+19
|\
| * - Modifiers are now correctly handled after EscYoann Laissus2010-09-121-15/+19
| * Merge commit 'refs/merge-requests/207' of git://gitorious.org/rekonq/mainlineYoann Laissus2010-09-121-5/+32
| |\
* | \ Merge commit 'refs/merge-requests/207' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-09-121-5/+32
|\ \ \ | | |/ | |/|
| * | properly handle modifiers+return key when the completion list is displayedmegabigbug2010-09-111-5/+32
* | | Fix green arrow show upAndrea Diamantini2010-09-111-2/+6
* | | Merge commit 'refs/merge-requests/208' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-09-111-1/+1
|\ \ \ | |_|/ |/| |
| * | Switch QLatin1String to QL1SRohan Garg2010-09-111-1/+1
| * | Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| |/
* | Fixes a string change (this commit should be reverted after v0.6)Jon Ander Peñalba2010-09-101-1/+4
* | Minor bug introduced in previous commit fixedJon Ander Peñalba2010-09-102-2/+2
* | The RSS widget and the bookmark widget are now more consistent (they have the...Jon Ander Peñalba2010-09-104-62/+32
* | BookmarkWidget now inherits from QMenu (much nicer).Jon Ander Peñalba2010-09-102-4/+3
* | No need to show the url in the bookmark widget (specially if it's not editable).Jon Ander Peñalba2010-09-102-51/+35
|/
* Only show the bookmark widget if the page is already bookmarked.Jon Ander Peñalba2010-09-071-5/+7
* Restore autocomplete shortcuts. Or at least, I hope so :)Andrea Diamantini2010-09-042-1/+8
* Recognize .local & .eu domains.Andrea Diamantini2010-09-041-2/+2
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-5/+6
* Merge commit 'refs/merge-requests/197' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-09-021-3/+2
|\
| * A little bunch of fixes :Yoann Laissus2010-09-021-3/+2
* | Code Review.Andrea Diamantini2010-09-022-8/+11
* | Fix wrong highlights in the search stringsAndrea Diamantini2010-09-022-8/+23
* | This commit hopes to definitely fix troubles with HTML encodings.Andrea Diamantini2010-09-021-6/+5
* | rekonq 0.5.85Andrea Diamantini2010-09-021-0/+2
* | don't calculate suggestions on fast typing resolution or when userAndrea Diamantini2010-09-023-13/+24
* | trivials:Andrea Diamantini2010-09-021-3/+3
* | big commit: fix fast typinglionelc2010-09-015-55/+42
|/
* Fix adding suggestions to not let completion widget "flicker"Andrea Diamantini2010-08-303-26/+33
* about url detection fixAndrea Diamantini2010-08-301-1/+1
* Cleaning up new suggestions mechanismAndrea Diamantini2010-08-294-38/+9
* First fixes, 4 suggestionsAndrea Diamantini2010-08-292-18/+24
* Restore urlbar responsivenessAndrea Diamantini2010-08-284-35/+72
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-285-7/+37
* Merge commit 'refs/merge-requests/191' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-08-261-4/+13
|\
| * Awesome bar: support for multiple word search.Pierre Rossi2010-08-251-4/+13
* | Fix urlbar to make about:foo the first entry instead of the googlingRohan Garg2010-08-241-1/+1
|/
* Restore mr #174.Andrea Diamantini2010-08-231-0/+2
* Restore bk icon on the rightAndrea Diamantini2010-08-213-16/+16
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-202-0/+2
* Changed the name of the files src/bookmarks/bookmarksmanager.* to src/bookmar...Jon Ander Peñalba2010-08-203-45/+45
* Merge branch 'opensearch'Andrea Diamantini2010-08-205-106/+261
|\
| * Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-08-204-8/+43
| |\
| | * fix suggestion item: use the correct search enginemegabigbug2010-08-194-8/+43