Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Window menu | Aqua-sama | 2018-04-19 | 1 | -0/+1 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Removed MainWindow::titleChangedConnection | Aqua-sama | 2018-04-19 | 1 | -2/+0 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 1 | -0/+1 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 1 | -1/+4 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 1 | -1/+6 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -64/+20 |
| | | | | | | | | | | | | 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 | ||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -4/+2 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 1 | -0/+3 |
| | |||||
* | Profile menu lists loadable profiles | Aqua-sama | 2018-01-30 | 1 | -1/+0 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -0/+98 |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |