aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar/completer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enabled address bar suggestionsAqua-sama2018-04-171-9/+2
| | | | Also fixed occasional bug when showing the completer.
* Fixed address bar auto-completeAqua-sama2018-02-071-3/+4
|
* UrlLineEdit reworkAqua-sama2018-01-261-0/+74
- 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