aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-251-23/+0
|
* Bookmarks: integrate model/viewAqua-sama2018-09-251-37/+8
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* 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