summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstoolbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bkmenuleak'Andrea Diamantini2010-10-131-0/+1
|\
| * Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-0/+1
| | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* | - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-6/+1
|/ | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* - Bookmarklet supportYoann Laissus2010-09-151-25/+32
| | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+1
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* Oops, fix compilationYoann Laissus2010-09-021-1/+1
|
* A little bunch of fixes :Yoann Laissus2010-09-021-1/+2
| | | | | | | - 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
* Merge commit 'refs/merge-requests/190' of ↵Andrea Diamantini2010-08-231-0/+16
|\ | | | | | | git://gitorious.org/rekonq/mainline into m190
| * - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-0/+16
| | | | | | | | - The context menu now works without selected bookmark in the BK bar
* | Merge commit 'refs/merge-requests/185' of ↵Andrea Diamantini2010-08-231-20/+38
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m185
| * | Forget to commit some changesYoann Laissus2010-08-211-3/+4
| | |
| * | - Fix BK toolbar drops at the extremities of the barYoann Laissus2010-08-211-22/+39
| |/ | | | | | | - A little cleanup
* | Don't add open folder in tabs if there are only foldersYoann Laissus2010-08-211-0/+1
|/
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
| | | | src/bookmarks/bookmarkprovider.*
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-169/+167
| | | | | | 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-0/+4
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-1/+1
|
* Fix a strange behaviour if a dragged item is dropped on itselfYoann Laissus2010-08-171-1/+2
|
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-0/+432
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479