Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move/rename files for readability | Aqua-sama | 2020-01-14 | 1 | -0/+69 |
| | | | | - add BookmarkFormat <<|>> BookmarkModel operators | ||||
* | bookmarks: fix new/delete buttons | Aqua-sama | 2018-10-05 | 1 | -69/+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/+4 |
| | |||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 1 | -4/+4 |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | ||||
* | Bookmarks: add BookmarkItem and BookmarkModel | Aqua-sama | 2018-09-24 | 1 | -0/+68 |
| | | | | | - read-only xbel - only enabled in debug build | ||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -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 bugfixes | Aqua-sama | 2018-02-07 | 1 | -0/+1 |
| | | | | | - 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 | -3/+5 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 1 | -0/+53 |
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders |