aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkitem.h
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-241-0/+68
| | | | | - read-only xbel - only enabled in debug build
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-56/+0
| | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter
* Bookmarks bugfixesAqua-sama2018-02-071-0/+1
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Added .clang-formatAqua-sama2018-01-071-3/+5
|
* Added BookmarksModelAqua-sama2018-01-071-0/+53
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders