aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-281-3/+4
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* BookmarkModel: enable drag/drop for the root itemAqua-sama2020-01-301-1/+2
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-171-0/+3
| | | | | | | - add read support in FFJson for DateAdded and LastModified fields - add read/write support in Xbel for DateAdded and LastModified fields - BookmarkModel: set DateAdded on appendBookmark and appendFolder - EditBookmarkDialog: set LastModified field when saving changes
* 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