aboutsummaryrefslogtreecommitdiff
path: root/src/addressbar
Commit message (Collapse)AuthorAgeFilesLines
* Split off addressbar into lib/Aqua-sama2018-05-016-405/+0
|
* Style passAqua-sama2018-04-173-6/+6
|
* Clean up UrlLineEditAqua-sama2018-04-174-67/+51
|
* Add loading progess bar to the address barAqua-sama2018-04-176-35/+100
|
* Address bar searches work againAqua-sama2018-04-172-3/+2
|
* Enabled address bar suggestionsAqua-sama2018-04-174-31/+43
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-163-14/+15
| | | | | | | | | | | | 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-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