aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move/rename files for readabilityAqua-sama2020-01-141-0/+356
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* bookmarks: fix new/delete buttonsAqua-sama2018-10-051-309/+0
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* 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