aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Add loading progess bar to the address barAqua-sama2018-04-171-2/+2
|
* Enabled address bar suggestionsAqua-sama2018-04-171-1/+6
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-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 TabBarAqua-sama2018-04-021-4/+2
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Connected WebView::newBookmark signalAqua-sama2018-02-081-0/+3
|
* Profile menu lists loadable profilesAqua-sama2018-01-301-1/+0
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+98
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted