summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkscontextmenu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-23/+21
| | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* A little bunch of fixes :Yoann Laissus2010-09-021-24/+24
| | | | | | | - 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
* Don't add open folder in tabs if there are only foldersYoann Laissus2010-08-211-3/+15
|
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-1/+1
| | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-1/+1
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-152/+31
|
* All insertion and deletion of bookmarks code moved to the same place ↵Jon Ander Peñalba2010-08-191-81/+8
| | | | (BookmarkOwner)
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-0/+321
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479