summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.h
Commit message (Collapse)AuthorAgeFilesLines
* Code Review.Andrea Diamantini2010-09-021-10/+8
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-6/+0
| | | | - The context menu now works without selected bookmark in the BK bar
* BookmarkProvider's code reorderedJon Ander Peñalba2010-08-201-5/+4
|
* Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵Jon Ander Peñalba2010-08-201-3/+3
| | | | faster
* Improved the code to load the bookmarks file using KStandardDirs and other ↵Jon Ander Peñalba2010-08-201-2/+0
| | | | minor changes to BookmarkProvider.
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-26/+30
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-0/+158
src/bookmarks/bookmarkprovider.*