Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -1/+1 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -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 bar | Aqua-sama | 2018-12-13 | 1 | -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 code | Aqua-sama | 2018-11-28 | 1 | -46/+32 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 1 | -9/+86 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 1 | -0/+114 |