aboutsummaryrefslogtreecommitdiff
path: root/src/subwindow/subwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libwebengineAqua-sama2020-05-081-9/+12
| | | | | | | | | | | 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
* Rewrite Session backendAqua-sama2020-04-131-0/+37
| | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check
* Remove QMdiArea in MainWindowAqua-sama2020-04-031-55/+24
| | | | | | | | | | | | | | | | | | | | Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources
* Fix various compiler warningsAqua-sama2020-03-231-2/+5
|
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* Drop boost dependencyAqua-sama2019-11-031-2/+3
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-27/+0
| | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser.
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-251-1/+1
|
* Move tab actions to Subwindow menuAqua-sama2018-12-151-29/+26
|
* MainWindow: rework menu barAqua-sama2018-12-131-16/+22
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Remove old session codeAqua-sama2018-11-281-1/+5
|
* Rewrite Session saving and loadingAqua-sama2018-11-281-1/+1
|
* Remove lib/ as includepathAqua-sama2018-10-231-3/+3
|
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+1
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* SubWindow: add 'open last closed tab/tabs' actionsAqua-sama2018-09-221-0/+1
|
* clang-format passAqua-sama2018-09-181-7/+9
|
* Update vendor.cmakeAqua-sama2018-09-181-3/+3
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-11/+4
|
* Clean up ProfileManagerAqua-sama2018-09-021-1/+1
|
* Add move tab left/right shortcutAqua-sama2018-08-071-5/+18
|
* Move SubWindow to src/subwindowAqua-sama2018-08-071-0/+176