aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar/completer.h
Commit message (Collapse)AuthorAgeFilesLines
* Split off addressbar into lib/Aqua-sama2018-05-011-32/+0
|
* Add loading progess bar to the address barAqua-sama2018-04-171-1/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-171-2/+2
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-3/+1
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Fixed address bar auto-completeAqua-sama2018-02-071-1/+2
|
* UrlLineEdit reworkAqua-sama2018-01-261-0/+33
- 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