aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-const BookmarkItem::iconAqua-sama2020-01-281-11/+9
| | | | | | | Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test
* Add bookmarks toolbarAqua-sama2020-01-281-0/+5
| | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder.
* Add bookmarks subcommandAqua-sama2020-01-171-7/+7
|
* Move/rename files for readabilityAqua-sama2020-01-141-0/+139
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* bookmarks: fix new/delete buttonsAqua-sama2018-10-051-136/+0
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-251-3/+3
|
* Bookmarks: integrate model/viewAqua-sama2018-09-251-1/+1
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-241-0/+136
| | | | | - read-only xbel - only enabled in debug build
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-67/+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-2/+8
| | | | | - 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-1/+1
|
* Added BookmarksModelAqua-sama2018-01-071-0/+61
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders