aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-1/+1
| | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-313-3/+7
|
* Profile menu lists loadable profilesAqua-sama2018-01-302-13/+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-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