summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.*