aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/loadingbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Multiple subwindows interfaceAqua-sama2018-04-161-1/+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 bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-1/+4
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+50
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted