summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkscontextmenu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-1/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-1/+2
| | | | | | - astyle - copyrights - (some) includes
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-271-0/+5
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-271-0/+1
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-4/+9
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* clean upAndrea Diamantini2011-07-251-8/+8
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-11/+11
|
* Null action for root bk folder in the barYoann Laissus2011-05-151-5/+6
|
* - A new option to set/unset the current bookmark bar folder in the context menuAndrea Diamantini2011-04-281-0/+19
| | | | | | | - Fix drag and drop with a custom folder - Fix a regression which affects BK bar drag and drop (5a53d2bf91dd) Patch by Yoann Laissus, reviewed by me :)
* BookmarksContextMenu's destructor moved to the header fileJon Ander Peñalba2010-11-071-5/+0
|
* Function renamedJon Ander Peñalba2010-11-071-21/+21
|
* - 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