Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -150/+0 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 1 | -3/+2 |
| | | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+1 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -6/+6 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -2/+0 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Added SSL cert warnings | Aqua-sama | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 1 | -3/+3 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-19 | 1 | -0/+164 |
Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar) |