aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/formats/ffjson.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ported to qt6aqua2024-04-231-3/+4
|
* Turn on more warnings by defaultAqua-sama2020-05-281-3/+5
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Parse Tags and Descriptions in FFJsonAqua-sama2020-01-171-0/+13
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-171-2/+16
| | | | | | | - 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
* Add Firefox bookmarks.json format to libbookmarksAqua-sama2020-01-161-0/+45
- can only read folders and bookmarks, their title and uri fields Not supported by Bookmark Model: - Separator items - Date added and Date modified fields