summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-4/+7
| | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+1
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* A very small commit to fix the KEditBookmark issue with bookmark exporting ↵Yoann Laissus2010-09-081-0/+1
| | | | when it's launched from rekonq
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-12/+5
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * Oops, fix compilationYoann Laissus2010-09-021-1/+1
| |
| * A little bunch of fixes :Yoann Laissus2010-09-021-12/+5
| | | | | | | | | | | | | | - 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 Diamantini2010-09-021-0/+1
|/ | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* Restore old bookmarks file managementAndrea Diamantini2010-09-011-8/+22
| | | | Please, read NOTE inside.
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+3
| | | | | | | | 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...
* Awesome bar: support for multiple word search.Pierre Rossi2010-08-251-2/+14
| | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'.
* Useless includeYoann Laissus2010-08-221-1/+0
|
* - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-20/+0
| | | | - The context menu now works without selected bookmark in the BK bar
* BookmarkProvider's code reorderedJon Ander Peñalba2010-08-201-81/+81
|
* Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵Jon Ander Peñalba2010-08-201-31/+14
| | | | faster
* Improved the code to load the bookmarks file using KStandardDirs and other ↵Jon Ander Peñalba2010-08-201-36/+26
| | | | minor changes to BookmarkProvider.
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-7/+7
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-0/+332
src/bookmarks/bookmarkprovider.*