Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 1 | -0/+3 |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | ||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 1 | -2/+2 |
| | |||||
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 1 | -0/+4 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -4/+1 |
| | | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins | ||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -4/+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/+1 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Bookmarks drag and drop | Aqua-sama | 2018-02-04 | 1 | -0/+2 |
| | |||||
* | Saner bookmark editing | Aqua-sama | 2018-01-20 | 1 | -2/+0 |
| | | | | - Fixed bug with bookmarks in folders getting duplicated | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Writing BookmarksModel to xbel | Aqua-sama | 2018-01-11 | 1 | -2/+0 |
| | |||||
* | Editing bookmark items | Aqua-sama | 2018-01-11 | 1 | -0/+3 |
| | |||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 1 | -0/+3 |
| | | | | | | - 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 | -5/+5 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 1 | -6/+3 |
| | | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders | ||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -5/+2 |
| | | | | | | | - 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/+49 |