aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks: add search by tagAqua-sama2018-09-251-7/+44
| | | | - Tags are any words starting with ':'
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-251-8/+6
|
* Bookmarks: integrate model/viewAqua-sama2018-09-251-42/+123
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-241-0/+193
- read-only xbel - only enabled in debug build