aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksview.h
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks manager bugfixesAqua-sama2018-06-151-0/+1
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* Style passAqua-sama2018-04-171-1/+0
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-0/+38
- cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter