aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Profile menu lists loadable profilesAqua-sama2018-01-301-12/+5
|
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-3/+3
|
* UrlLineEdit reworkAqua-sama2018-01-261-4/+2
| | | | | | | | | - 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
* Added result label to search formAqua-sama2018-01-201-1/+1
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+316
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted