aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-393/+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-1/+16
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-041-13/+62
|
* Saner bookmark editingAqua-sama2018-01-201-12/+29
| | | | - 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-5/+40
|
* Editing bookmark itemsAqua-sama2018-01-111-0/+3
|
* BookmarksModel::insertItemAqua-sama2018-01-081-0/+69
|
* Added .clang-formatAqua-sama2018-01-071-9/+9
|
* Searching through BookmarkModel elementsAqua-sama2018-01-071-2/+30
|
* Added BookmarksModelAqua-sama2018-01-071-0/+177
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders