aboutsummaryrefslogtreecommitdiff
path: root/src/subwindow/tabwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault in release buildAqua-sama2020-05-291-9/+7
| | | | | | | | When creating a WebView out of a Session struct, fall back to the default profile if one is not set, or a profile with that ID is not found. - Update PKGBUILD
* Turn on more warnings by defaultAqua-sama2020-05-281-12/+10
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* libwebengineAqua-sama2020-05-081-5/+6
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* SubWindow: closing tab restores previous indexAqua-sama2019-02-151-0/+7
| | | | | SubWindow keeps track of its previous tab index, and when a tab is closed, the previous index should be restored.
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-251-10/+7
|
* Move tab actions to Subwindow menuAqua-sama2018-12-151-0/+4
|
* MainWindow: rework menu barAqua-sama2018-12-131-46/+32
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
|
* Subwindow: only keep tab history for restore tab actionAqua-sama2018-10-031-19/+30
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* SubWindow: add 'open last closed tab/tabs' actionsAqua-sama2018-09-221-0/+57
|
* Update vendor.cmakeAqua-sama2018-09-181-1/+1
| | | | | - add some more comments - made plugin include paths more generic
* Move SubWindow to src/subwindowAqua-sama2018-08-071-0/+123