aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/formats/xbel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-1/+1
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-171-2/+22
| | | | | | | - 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-1/+1
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-151-0/+110