| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Default BookmarkItem icons will be created when creating the item, if a
QApplication (and subsequently, qApp->style()) is present.
- added a poi-bookmarks test
|
|
|
|
|
| |
Bookmarks Toolbar displays the contents of the top-level "Bookmarks
Toolbar" folder.
|
| |
|
|
|
|
|
|
|
| |
- 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 BookmarkFormat <<|>> BookmarkModel operators
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- fix addBookmark and search signals
- fix drag'n'drop
- add xbel::write
|
|
|
|
|
| |
- read-only xbel
- only enabled in debug build
|
|
|
|
|
|
| |
- cut out all the boilerplate that was BookmarkItem/BookmarksModel
- deleting items no longer crash; proper drag'n'drop
- Split Xbel into XbelReader and XbelWriter
|
|
|
|
|
| |
- Overwriting bookmarks file when saving
- Added BookmarksModel::removeItem with mystery crash on QVector::count
|
| |
|
| |
|
|
TODO: Editing bookmarks
TODO: Saving bookmarks
BUG: Completer doesn't search through folders
|