aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-313-3/+7
|
* Added result label to search formAqua-sama2018-01-203-0/+144
|
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-194-0/+250
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted