aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar
Commit message (Collapse)AuthorAgeFilesLines
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-312-18/+41
|
* Removed unused SSL menu from address barAqua-sama2018-03-302-19/+2
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-072-2/+2
|
* Fixed address bar auto-completeAqua-sama2018-02-074-16/+12
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-0/+1
|
* UrlLineEdit reworkAqua-sama2018-01-264-0/+340
- 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