aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
* 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-204-1/+145
|
* Fixed repo location in license headersAqua-sama2018-01-206-6/+6
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-197-0/+727
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted