Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'yoann/fixRegressionSearch2' into m207 | Andrea Diamantini | 2010-09-12 | 1 | -15/+19 |
|\ | |||||
| * | - Modifiers are now correctly handled after Esc | Yoann Laissus | 2010-09-12 | 1 | -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/mainline | Yoann Laissus | 2010-09-12 | 1 | -5/+32 |
| |\ | |||||
* | \ | Merge commit 'refs/merge-requests/207' of ↵ | Andrea Diamantini | 2010-09-12 | 1 | -5/+32 |
|\ \ \ | | |/ | |/| | | | | git://gitorious.org/rekonq/mainline into m207 | ||||
| * | | properly handle modifiers+return key when the completion list is displayed | megabigbug | 2010-09-11 | 1 | -5/+32 |
| | | | | | | | | | | | | TODO: fix when the completion list is not displayed | ||||
* | | | Fix green arrow show up | Andrea Diamantini | 2010-09-11 | 1 | -2/+6 |
| | | | |||||
* | | | Merge commit 'refs/merge-requests/208' of ↵ | Andrea Diamantini | 2010-09-11 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | git://gitorious.org/rekonq/mainline into m208 | ||||
| * | | Switch QLatin1String to QL1S | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
| * | | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | | Fixes a string change (this commit should be reverted after v0.6) | Jon Ander Peñalba | 2010-09-10 | 1 | -1/+4 |
| | | |||||
* | | Minor bug introduced in previous commit fixed | Jon Ander Peñalba | 2010-09-10 | 2 | -2/+2 |
| | | |||||
* | | The RSS widget and the bookmark widget are now more consistent (they have ↵ | Jon Ander Peñalba | 2010-09-10 | 4 | -62/+32 |
| | | | | | | | | the same look and behavior) | ||||
* | | BookmarkWidget now inherits from QMenu (much nicer). | Jon Ander Peñalba | 2010-09-10 | 2 | -4/+3 |
| | | |||||
* | | No need to show the url in the bookmark widget (specially if it's not editable). | Jon Ander Peñalba | 2010-09-10 | 2 | -51/+35 |
|/ | |||||
* | Only show the bookmark widget if the page is already bookmarked. | Jon Ander Peñalba | 2010-09-07 | 1 | -5/+7 |
| | | | | This makes bookmarking with default parameters (the most frecuent use for the bookmark icon) faster. | ||||
* | Restore autocomplete shortcuts. Or at least, I hope so :) | Andrea Diamantini | 2010-09-04 | 2 | -1/+8 |
| | | | | BUG: 243902 | ||||
* | Recognize .local & .eu domains. | Andrea Diamantini | 2010-09-04 | 1 | -2/+2 |
| | | | | | | Courtesy patch from Libor Klepac. Thanks :) BUG: 248983 | ||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -5/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :) | ||||
| * | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -3/+2 |
| | | | | | | | | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup | ||||
* | | Code Review. | Andrea Diamantini | 2010-09-02 | 2 | -8/+11 |
| | | | | | | | | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers | ||||
* | | Fix wrong highlights in the search strings | Andrea Diamantini | 2010-09-02 | 2 | -8/+23 |
| | | | | | | | | | | | | PS: this fix costs a string change, sorry BUG: 249735 | ||||
* | | This commit hopes to definitely fix troubles with HTML encodings. | Andrea Diamantini | 2010-09-02 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It needs manual testing (waiting for some automatic ones..) I tested it with the following strings: plan b i b kde <i> <b> a & b fix & fit and it seems working well. Let me know if it is really true :) CCBUG: 249736 CCMAIL: pierre.rossi@nokia.com | ||||
* | | rekonq 0.5.85 | Andrea Diamantini | 2010-09-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | another bunch of bug fixes CCBUG:248967 CCBUG:244039 Please, check this version and let us know. Many thanks for... | ||||
* | | don't calculate suggestions on fast typing resolution or when user | Andrea Diamantini | 2010-09-02 | 3 | -13/+24 |
| | | | | | | | | types a local url (something starting with /) | ||||
* | | trivials: | Andrea Diamantini | 2010-09-02 | 1 | -3/+3 |
| | | | | | | | | | | paren --> parent parameters passing: from value to const reference | ||||
* | | big commit: fix fast typing | lionelc | 2010-09-01 | 5 | -55/+42 |
|/ | |||||
* | Fix adding suggestions to not let completion widget "flicker" | Andrea Diamantini | 2010-08-30 | 3 | -26/+33 |
| | |||||
* | about url detection fix | Andrea Diamantini | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Cleaning up new suggestions mechanism | Andrea Diamantini | 2010-08-29 | 4 | -38/+9 |
| | |||||
* | First fixes, 4 suggestions | Andrea Diamantini | 2010-08-29 | 2 | -18/+24 |
| | |||||
* | Restore urlbar responsiveness | Andrea Diamantini | 2010-08-28 | 4 | -35/+72 |
| | | | | Suggestions are now added when ready | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 5 | -7/+37 |
| | | | | | | | | 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... | ||||
* | Merge commit 'refs/merge-requests/191' of ↵ | Andrea Diamantini | 2010-08-26 | 1 | -4/+13 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2_191 | ||||
| * | Awesome bar: support for multiple word search. | Pierre Rossi | 2010-08-25 | 1 | -4/+13 |
| | | | | | | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'. | ||||
* | | Fix urlbar to make about:foo the first entry instead of the googling | Rohan Garg | 2010-08-24 | 1 | -1/+1 |
|/ | | | | modified: src/urlbar/urlresolver.cpp | ||||
* | Restore mr #174. | Andrea Diamantini | 2010-08-23 | 1 | -0/+2 |
| | | | | Lesson learned: no more hand merging nor reverting on conflicts.. :) | ||||
* | Restore bk icon on the right | Andrea Diamantini | 2010-08-21 | 3 | -16/+16 |
| | | | | | | | This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 2 | -0/+2 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 3 | -45/+45 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Merge branch 'opensearch' | Andrea Diamantini | 2010-08-20 | 5 | -106/+261 |
|\ | | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp | ||||
| * | Merge commit 'refs/merge-requests/169' of ↵ | Andrea Diamantini | 2010-08-20 | 4 | -8/+43 |
| |\ | | | | | | | | | | git://gitorious.org/rekonq/mainline into opensearch | ||||
| | * | fix suggestion item: use the correct search engine | megabigbug | 2010-08-19 | 4 | -8/+43 |
| | | | |||||
| * | | OpenSearch review | Andrea Diamantini | 2010-08-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | - file headers fix - clean up code - import engine files | ||||
| * | | Merge commit 'refs/merge-requests/169' of ↵ | Andrea Diamantini | 2010-08-16 | 5 | -101/+221 |
| |\ \ | | |/ | | | | | | | git://gitorious.org/rekonq/mainline into opensearch | ||||
| | * | working opensearch suggestions | megabigbug | 2010-08-15 | 2 | -112/+172 |
| | | | |||||
| | * | wait signal | megabigbug | 2010-08-15 | 1 | -0/+5 |
| | | | |||||
| | * | introduce a new SuggestionListItem | lionelc | 2010-08-12 | 5 | -7/+62 |
| | | | | | | | | | | | | introduce an opensearch engine | ||||
* | | | Merge commit 'refs/merge-requests/181' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h | ||||
| * | | | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left) |