aboutsummaryrefslogtreecommitdiff
path: root/src/session/savesessiondialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanupAqua-sama2020-01-051-3/+3
| | | | | | - 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
|
* 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.
* Add SaveSessionDialogAqua-sama2018-12-141-0/+78