aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/navigationbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring TabBarAqua-sama2018-04-021-0/+2
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-1/+2
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+115
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted