Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove non-const BookmarkItem::icon | Aqua-sama | 2020-01-28 | 1 | -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 toolbar | Aqua-sama | 2020-01-28 | 1 | -0/+5 |
| | | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder. | ||||
* | Add bookmarks subcommand | Aqua-sama | 2020-01-17 | 1 | -7/+7 |
| | |||||
* | Move/rename files for readability | Aqua-sama | 2020-01-14 | 1 | -0/+139 |
| | | | | - add BookmarkFormat <<|>> BookmarkModel operators | ||||
* | bookmarks: fix new/delete buttons | Aqua-sama | 2018-10-05 | 1 | -136/+0 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Bookmarks: add tags and description fields to xbel | Aqua-sama | 2018-09-25 | 1 | -3/+3 |
| | |||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 1 | -1/+1 |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | ||||
* | Bookmarks: add BookmarkItem and BookmarkModel | Aqua-sama | 2018-09-24 | 1 | -0/+136 |
| | | | | | - read-only xbel - only enabled in debug build | ||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -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 bugfixes | Aqua-sama | 2018-02-07 | 1 | -2/+8 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 1 | -0/+61 |
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders |