summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkscontextmenu.h
Commit message (Collapse)AuthorAgeFilesLines
* Null action for root bk folder in the barYoann Laissus2011-05-151-2/+6
|
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* BookmarksContextMenu's destructor moved to the header fileJon Ander Peñalba2010-11-071-1/+1
|
* A little bunch of fixes :Yoann Laissus2010-09-021-1/+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
* Krazy fixes, first bunchAndrea Diamantini2010-08-201-3/+3
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-18/+6
|
* All insertion and deletion of bookmarks code moved to the same place ↵Jon Ander Peñalba2010-08-191-5/+2
| | | | (BookmarkOwner)
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-0/+68
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479