aboutsummaryrefslogtreecommitdiff
path: root/lib/web/profilemanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-79/+0
| | | | | | | | | | - 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-0/+1
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Unlink plugins from lib/ librariesAqua-sama2018-10-091-0/+1
|
* Create .profile file when adding a new profileAqua-sama2018-10-081-2/+5
|
* Fix wiping current directory when deleting off-the-record profilesAqua-sama2018-10-081-3/+9
|
* clazy: fix warningsAqua-sama2018-10-041-1/+1
|
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-9/+1
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-291-9/+22
|
* Update vendor.cmakeAqua-sama2018-09-181-1/+0
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-3/+5
|
* Move ProfileManager to libwebAqua-sama2018-09-071-0/+62