aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
Commit message (Collapse)AuthorAgeFilesLines
* Only create developer tools page when action is triggeredAqua-sama2018-04-021-4/+2
|
* Refactoring TabBarAqua-sama2018-04-021-0/+3
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-4/+18
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-2/+6
|
* UrlLineEdit reworkAqua-sama2018-01-261-1/+0
| | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+6
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Added .clang-formatAqua-sama2018-01-071-2/+2
|
* Changed from qbs to cmakeAqua-sama2018-01-031-1/+1
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Added SSL cert warningsAqua-sama2017-12-201-1/+3
|
* Can now open links in new tabAqua-sama2017-12-201-2/+6
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* WebView pageMenu implementationAqua-sama2017-12-151-1/+2
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-1/+9
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Added loading bar to status barAqua-sama2017-02-021-0/+40
Hovered links now display in status bar