aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/tabwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move SubWindow to src/subwindowAqua-sama2018-08-071-123/+0
|
* clang-format passAqua-sama2018-06-221-1/+1
|
* SubWindow: delete views right away when closing tabAqua-sama2018-06-151-4/+5
|
* Move load profile menu to page menu from tab menuAqua-sama2018-06-091-18/+0
|
* Better profile loadingAqua-sama2018-06-081-1/+2
| | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool.
* Middle mouse button closes tabAqua-sama2018-06-011-0/+14
|
* Add load profile actions to tab menuAqua-sama2018-05-291-1/+20
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-1/+1
|
* Focus view when changing tabsAqua-sama2018-05-271-0/+7
|
* Add Window menuAqua-sama2018-04-191-22/+0
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Multiple subwindows interfaceAqua-sama2018-04-161-0/+121
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