aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring TabBarAqua-sama2018-04-026-7/+238
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-3/+2
| | | | | | | | - 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/+1
|
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-072-4/+4
|
* Connected WebView::newBookmark signalAqua-sama2018-02-082-1/+15
|
* Fixed address bar auto-completeAqua-sama2018-02-071-1/+1
|
* 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