aboutsummaryrefslogtreecommitdiff
path: root/src/session/session.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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