| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Change the Find action to show() instead of toggle() | Benjamin Poulain | 2010-08-22 | 3 | -10/+1 |
| * | | Make the FindBar a bit more robust | Benjamin Poulain | 2010-08-22 | 3 | -25/+18 |
* | | | Merge commit 'refs/merge-requests/188' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-23 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add a home icon for about:home | Rohan Garg | 2010-08-22 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge commit 'refs/merge-requests/187' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-23 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add a missing icon | Yoann Laissus | 2010-08-22 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge commit 'refs/merge-requests/186' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-23 | 7 | -12/+54 |
|\ \ \ |
|
| * | | | Add support for domain option in the ad block module | Benjamin Poulain | 2010-08-22 | 7 | -12/+54 |
| |/ / |
|
* | | | Merge commit 'refs/merge-requests/185' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-23 | 1 | -20/+38 |
|\ \ \ |
|
| * | | | Forget to commit some changes | Yoann Laissus | 2010-08-21 | 1 | -3/+4 |
| * | | | - Fix BK toolbar drops at the extremities of the bar | Yoann Laissus | 2010-08-21 | 1 | -22/+39 |
| |/ / |
|
* | | | Merge commit 'refs/merge-requests/184' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-23 | 2 | -3/+16 |
|\ \ \ |
|
| * | | | Don't add open folder in tabs if there are only folders | Yoann Laissus | 2010-08-21 | 2 | -3/+16 |
| |/ / |
|
* | | | fix Messages.sh after yesterday change in extract-messages.sh | Albert Astals Cid | 2010-08-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | rekonq 0.5.80 AKA 0.6 beta0.5.80 | Andrea Diamantini | 2010-08-22 | 1 | -1/+1 |
|/ |
|
* | Restore bk icon on the right | Andrea Diamantini | 2010-08-21 | 3 | -16/+16 |
* | Merge commit 'refs/merge-requests/183' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-21 | 2 | -43/+67 |
|\ |
|
| * | Useless include | Yoann Laissus | 2010-08-20 | 1 | -1/+0 |
| * | Make a string translatable | Yoann Laissus | 2010-08-20 | 1 | -1/+2 |
| * | Fix the help menu and readd the bookmark bar toggle action | Yoann Laissus | 2010-08-20 | 2 | -42/+66 |
* | | Merge commit 'refs/merge-requests/182' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-21 | 17 | -265/+249 |
|\ \ |
|
| * | | BookmarkProvider's code reordered | Jon Ander Peñalba | 2010-08-20 | 3 | -88/+87 |
| * | | Minor changes in BookmarkProvider. Searching for bookmarks should be a bit fa... | Jon Ander Peñalba | 2010-08-20 | 2 | -34/+17 |
| * | | Improved the code to load the bookmarks file using KStandardDirs and other mi... | Jon Ander Peñalba | 2010-08-20 | 2 | -38/+26 |
| * | | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 8 | -44/+58 |
| * | | Changed the name of the files src/bookmarks/bookmarksmanager.* to src/bookmar... | Jon Ander Peñalba | 2010-08-20 | 16 | -95/+95 |
* | | | Merge branch 'opensearch2' | Andrea Diamantini | 2010-08-20 | 0 | -0/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-20 | 4 | -8/+43 |
| |\ \ |
|
* | | | | rekonq 0.5.60 | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
* | | | | Merge branch 'opensearch' | Andrea Diamantini | 2010-08-20 | 20 | -109/+1435 |
|\ \ \ \ |
|
| * | | | | Change from QByteArray to QString in the right way | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
| * | | | | Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-20 | 4 | -8/+43 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | fix suggestion item: use the correct search engine | megabigbug | 2010-08-19 | 4 | -8/+43 |
| * | | | OpenSearch review | Andrea Diamantini | 2010-08-16 | 14 | -284/+520 |
| * | | | Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-16 | 20 | -104/+1159 |
| |\ \ \
| | |/ / |
|
| | * | | working opensearch suggestions | megabigbug | 2010-08-15 | 4 | -114/+176 |
| | * | | wait signal | megabigbug | 2010-08-15 | 4 | -0/+25 |
| | * | | introduce a new SuggestionListItem | lionelc | 2010-08-12 | 18 | -10/+978 |
* | | | | bk toolbar by default for the next rekonq. | Andrea Diamantini | 2010-08-20 | 1 | -1/+0 |
* | | | | Merge commit 'refs/merge-requests/181' of git://gitorious.org/rekonq/mainline... | Andrea Diamantini | 2010-08-20 | 12 | -255/+271 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 12 | -262/+270 |
* | | | | Krazy fixes, first bunch | Andrea Diamantini | 2010-08-20 | 8 | -25/+30 |
* | | | | Add a "show main toolbar" action in the empty tabbar contextual menu | Andrea Diamantini | 2010-08-20 | 1 | -0/+6 |
* | | | | cppcheck: reduce variable scope | Andrea Diamantini | 2010-08-20 | 1 | -2/+1 |
|/ / / |
|
* | | | Fixed tooltip in the bookmarks panel | Jon Ander Peñalba | 2010-08-20 | 1 | -2/+2 |
* | | | Bookmarks panel code reordered | Jon Ander Peñalba | 2010-08-20 | 3 | -131/+132 |
* | | | Bookmarks panel code clean-up | Jon Ander Peñalba | 2010-08-19 | 4 | -134/+91 |
* | | | rekonq 0.5.57 | Andrea Diamantini | 2010-08-19 | 1 | -3/+3 |
* | | | Merge branch 'HistoryReview3' | Andrea Diamantini | 2010-08-19 | 6 | -493/+105 |
|\ \ \ |
|
| * | | | Stupid me, QtWebKit calls addHistoryEntry itself when you let it load a page.. | Andrea Diamantini | 2010-08-19 | 1 | -6/+0 |