aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar/urllineedit.h
Commit message (Collapse)AuthorAgeFilesLines
* Split off addressbar into lib/Aqua-sama2018-05-011-51/+0
|
* Style passAqua-sama2018-04-171-1/+0
|
* Clean up UrlLineEditAqua-sama2018-04-171-12/+7
|
* Add loading progess bar to the address barAqua-sama2018-04-171-14/+2
|
* Address bar searches work againAqua-sama2018-04-171-1/+0
|
* Enabled address bar suggestionsAqua-sama2018-04-171-6/+11
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-2/+5
| | | | | | | | | | | | 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
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-311-5/+8
|
* Removed unused SSL menu from address barAqua-sama2018-03-301-5/+0
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Fixed address bar auto-completeAqua-sama2018-02-071-4/+3
|
* UrlLineEdit reworkAqua-sama2018-01-261-0/+65
- 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