aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
...
* Changing Window profileAqua-sama2018-05-282-5/+32
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-283-9/+19
|
* Swap to new tab after creating itAqua-sama2018-05-281-1/+2
|
* Focus view when changing tabsAqua-sama2018-05-272-12/+14
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-3/+30
|
* Download widget item tooltipAqua-sama2018-05-131-0/+1
| | | | Simplified ElidedLabel
* New window actionAqua-sama2018-05-061-3/+8
|
* Tabifying dock widgetsAqua-sama2018-05-064-8/+70
|
* QTBUG-18665 workaroundAqua-sama2018-05-063-15/+19
|
* Clean up WebViewAqua-sama2018-05-021-1/+1
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-013-7/+24
|
* Split off addressbar into lib/Aqua-sama2018-05-012-18/+34
|
* Window::sessionAqua-sama2018-04-303-1/+63
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-222-9/+10
|
* Add Window menuAqua-sama2018-04-196-34/+42
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-192-11/+1
|
* Style passAqua-sama2018-04-172-13/+13
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-175-3/+13
|
* Remove LoadingBarAqua-sama2018-04-172-83/+0
|
* Search box works againAqua-sama2018-04-175-33/+83
|
* Clear navigation bar and address bar when last subwindow is closedAqua-sama2018-04-171-1/+6
|
* Add loading progess bar to the address barAqua-sama2018-04-172-12/+5
|
* Enabled address bar suggestionsAqua-sama2018-04-174-15/+22
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-1613-688/+481
| | | | | | | | | | | | 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
* 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