aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkformat.h
Commit message (Collapse)AuthorAgeFilesLines
* Add bookmarks toolbarAqua-sama2020-01-281-32/+3
| | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder.
* Add Import option to BookmarksWidgetAqua-sama2020-01-171-4/+0
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-171-1/+1
| | | | | | | - 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-1/+3
| | | | | | | | - 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-141-0/+67
- add BookmarkFormat <<|>> BookmarkModel operators