summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix forward declarationMontel Laurent2010-11-031-2/+0
|
* Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-2/+4
| | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-2/+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 Laissus2010-09-021-2/+1
| | | | | | | | | | | | | | - 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-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.*