aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Tabifying dock widgetsAqua-sama2018-05-062-0/+48
|
* QTBUG-18665 workaroundAqua-sama2018-05-062-14/+8
|
* Clean up WebViewAqua-sama2018-05-021-1/+1
|
* Add Window menuAqua-sama2018-04-192-26/+0
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Style passAqua-sama2018-04-171-10/+10
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-3/+0
|
* Remove LoadingBarAqua-sama2018-04-172-83/+0
|
* Search box works againAqua-sama2018-04-173-31/+60
|
* Enabled address bar suggestionsAqua-sama2018-04-172-14/+0
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-168-314/+236
| | | | | | | | | | | | 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-024-0/+231
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-313-3/+7
|
* Added result label to search formAqua-sama2018-01-203-0/+144
|
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-194-0/+250
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted