Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 1 | -0/+5 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -67/+42 |
| | | | | | | - 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 | -10/+32 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Bookmarks drag and drop | Aqua-sama | 2018-02-04 | 1 | -2/+9 |
| | |||||
* | Pressing enter/return sets bookmark items | Aqua-sama | 2018-01-20 | 1 | -0/+26 |
| | |||||
* | Saner bookmark editing | Aqua-sama | 2018-01-20 | 1 | -9/+26 |
| | | | | - Fixed bug with bookmarks in folders getting duplicated | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Writing BookmarksModel to xbel | Aqua-sama | 2018-01-11 | 1 | -23/+4 |
| | |||||
* | Editing bookmark items | Aqua-sama | 2018-01-11 | 1 | -2/+11 |
| | |||||
* | BookmarksModel::insertItem | Aqua-sama | 2018-01-08 | 1 | -1/+12 |
| | |||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 1 | -1/+5 |
| | | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets | ||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -3/+3 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 1 | -58/+31 |
| | | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders | ||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -9/+0 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 1 | -0/+112 |