Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load URL/Search page menu actions | Aqua-sama | 2018-04-18 | 2 | -6/+8 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 4 | -5/+4 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 2 | -3/+3 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 2 | -0/+16 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 2 | -9/+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 | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+7 |
| | |||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 2 | -0/+7 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 12 | -732/+232 |
| | | | | | | - 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 | 6 | -15/+59 |
| | | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count | ||||
* | Bookmarks drag and drop | Aqua-sama | 2018-02-04 | 6 | -47/+92 |
| | |||||
* | Pressing enter/return sets bookmark items | Aqua-sama | 2018-01-20 | 1 | -0/+26 |
| | |||||
* | Saner bookmark editing | Aqua-sama | 2018-01-20 | 6 | -44/+130 |
| | | | | - Fixed bug with bookmarks in folders getting duplicated | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 8 | -8/+8 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Writing BookmarksModel to xbel | Aqua-sama | 2018-01-11 | 6 | -42/+118 |
| | |||||
* | Editing bookmark items | Aqua-sama | 2018-01-11 | 3 | -2/+17 |
| | |||||
* | BookmarksModel::insertItem | Aqua-sama | 2018-01-08 | 3 | -1/+87 |
| | |||||
* | Fixed bugs with QDockWidgets | Aqua-sama | 2018-01-08 | 2 | -1/+8 |
| | | | | | | - 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 | 8 | -25/+25 |
| | |||||
* | Searching through BookmarkModel elements | Aqua-sama | 2018-01-07 | 2 | -4/+34 |
| | |||||
* | Added BookmarksModel | Aqua-sama | 2018-01-07 | 10 | -287/+423 |
| | | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders | ||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 2 | -14/+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 | 6 | -0/+513 |