aboutsummaryrefslogtreecommitdiff
path: root/src/session/session.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite Session backendAqua-sama2020-04-131-177/+0
| | | | | | | | | | | | | | | | | | 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
* Code cleanupAqua-sama2020-01-051-6/+6
| | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-1/+1
| | | | | | | | | | - 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.
* MainWindow: rework menu barAqua-sama2018-12-131-2/+2
| | | | | 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-46/+32
|
* Rewrite Session saving and loadingAqua-sama2018-11-281-9/+86
|
* Add Session::view and Session::restoreViewAqua-sama2018-11-261-0/+114