aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksmodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-80/+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
* Bookmarks drag and dropAqua-sama2018-02-041-0/+12
|
* Saner bookmark editingAqua-sama2018-01-201-1/+3
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Writing BookmarksModel to xbelAqua-sama2018-01-111-1/+9
|
* BookmarksModel::insertItemAqua-sama2018-01-081-0/+6
|
* Added .clang-formatAqua-sama2018-01-071-2/+1
|
* Searching through BookmarkModel elementsAqua-sama2018-01-071-2/+4
|
* Added BookmarksModelAqua-sama2018-01-071-0/+50
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders