Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 2 | -5/+5 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 2 | -2/+2 |
| | | | | | | | | | | - 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 SaveSessionDialog | Aqua-sama | 2018-12-14 | 3 | -0/+199 |
| | |||||
* | 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 | ||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 2 | -12/+41 |
| | |||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 5 | -56/+58 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 3 | -11/+98 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 2 | -0/+140 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 6 | -0/+331 |