aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar/urllineedit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split off addressbar into lib/Aqua-sama2018-05-011-127/+0
|
* Clean up UrlLineEditAqua-sama2018-04-171-51/+8
|
* Add loading progess bar to the address barAqua-sama2018-04-171-19/+2
|
* Address bar searches work againAqua-sama2018-04-171-2/+2
|
* Enabled address bar suggestionsAqua-sama2018-04-171-14/+28
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-9/+9
| | | | | | | | | | | | 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
* Page menus refactoringAqua-sama2018-04-011-0/+1
| | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-311-13/+33
|
* Removed unused SSL menu from address barAqua-sama2018-03-301-14/+2
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Fixed address bar auto-completeAqua-sama2018-02-071-8/+3
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-0/+1
|
* UrlLineEdit reworkAqua-sama2018-01-261-0/+168
- 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