summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.h
Commit message (Collapse)AuthorAgeFilesLines
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-158/+0
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-121-0/+1
|
* - Fix bookmark conflict between Rekonq and KonquerorYoann Laissus2011-05-151-0/+1
| | | | | - New way to copy rekonq default bookmarks so no problem with konqueror anymore BUG: 273134
* Untrack the bookmarks menu list and set a parent to automagicallyAndrea Diamantini2011-03-271-1/+0
| | | | | | delete it as object child CCBUG:269490
* Coding styleAndrea Diamantini2011-02-251-3/+9
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* 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.*