aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/formats
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-281-3/+5
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-1/+1
|
* Parse Tags and Descriptions in FFJsonAqua-sama2020-01-171-0/+13
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-172-4/+38
| | | | | | | - 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-162-0/+64
| | | | | | | | - can only read folders and bookmarks, their title and uri fields Not supported by Bookmark Model: - Separator items - Date added and Date modified fields
* Move/rename files for readabilityAqua-sama2020-01-143-63/+1
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-154-0/+192