aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks manager bugfixesAqua-sama2018-06-151-1/+4
| | | | | | | | 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
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-0/+49
- cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter