Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 1 | -0/+5 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -7/+9 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -0/+2 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 1 | -0/+1 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 1 | -1/+4 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 1 | -3/+3 |
| | |||||
* | Tabifying dock widgets | Aqua-sama | 2018-05-06 | 1 | -0/+1 |
| | |||||
* | Don't open additional tabs when creating subwindows | Aqua-sama | 2018-05-01 | 1 | -1/+4 |
| | |||||
* | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 1 | -2/+7 |
| | |||||
* | Add tile and cascade actions to Window menu | Aqua-sama | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | 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 |