| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Code cleanup | Aqua-sama | 2020-01-05 | 1 | -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/webengine | Aqua-sama | 2019-11-04 | 1 | -1/+1 | 
| | | |||||
| * | 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. | ||||
| * | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 1 | -0/+78 | 
