summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkowner.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-2/+0
|
* Coding styleAndrea Diamantini2011-02-251-1/+4
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Fix issues as pointed out by KrazyRohan Garg2011-01-131-1/+1
| | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject
* "Open folder in Tabs" featureFurkan Uzumcu2011-01-101-1/+1
| | | | Reviewed by: Benjamin Poulain
* Variable renamedJon Ander Peñalba2010-11-071-1/+1
|
* Function renamedJon Ander Peñalba2010-11-071-2/+2
|
* BookmarkOwner clean-up and minor bug fixedJon Ander Peñalba2010-11-071-36/+17
|
* - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-21/+36
| | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-3/+4
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * A little bunch of fixes :Yoann Laissus2010-09-021-3/+4
| | | | | | | | | | | | | | - 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
* | Code Review.Andrea Diamantini2010-09-021-13/+14
|/ | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-14/+14
| | | | | | 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 clean-upJon Ander Peñalba2010-08-191-30/+22
|
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+155