summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstoolbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-151-38/+5
| | | | | | | | | | Cleans up 1.x code about and create a unique bk menu to be shown in rekonq tools menu, (eventually) in the toolbar and in (an ideal) menubar This work starts from Lindsay's review request about. Thanks :) REVIEW: 108729
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-0/+1
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-101-5/+2
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+111
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-115/+0
| | | | Preparing repo to merge rekonq2 code...
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* - Bookmark can now be dropped inside folders :Yoann Laissus2011-06-041-0/+1
| | | | - Correctly hide a folder menu if there is a click outside
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Coding styleAndrea Diamantini2011-02-251-3/+3
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-0/+3
| | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-0/+1
| | | | - The context menu now works without selected bookmark in the BK bar
* Merge commit 'refs/merge-requests/181' of ↵Andrea Diamantini2010-08-201-15/+10
|\ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h
| * - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-21/+9
| | | | | | | | | | | | 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)
* | Krazy fixes, first bunchAndrea Diamantini2010-08-201-7/+3
|/
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-0/+120
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479