aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowtabbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-2/+2
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-0/+1
|
* Configuration class reworkAqua-sama2018-01-251-3/+2
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+1
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Added .clang-formatAqua-sama2018-01-071-6/+6
|
* Various minor fixesAqua-sama2018-01-041-2/+0
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* astyle passAqua-sama2017-12-251-1/+1
|
* Added SSL cert warningsAqua-sama2017-12-201-2/+2
|
* Can now open links in new tabAqua-sama2017-12-201-3/+3
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Bug fixesAqua-sama2017-12-191-0/+164
Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)