aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+22
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Added .clang-formatAqua-sama2018-01-071-7/+7
|
* 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
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-231-0/+2
|
* Bug fixesAqua-sama2017-12-201-1/+2
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Added SSL cert warningsAqua-sama2017-12-201-3/+13
|
* Can now open links in new tabAqua-sama2017-12-201-2/+38
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* WebView pageMenu implementationAqua-sama2017-12-151-7/+91
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-1/+1
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-0/+20
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Added loading bar to status barAqua-sama2017-02-021-0/+39
Hovered links now display in status bar