aboutsummaryrefslogtreecommitdiff
path: root/lib/web/profilemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-171/+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.
* Profile picker menu: use QActionGroup instead of QRadioButtonAqua-sama2018-12-131-9/+9
|
* MainWindow: rework menu barAqua-sama2018-12-131-0/+20
| | | | | 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/+13
|
* Expand HTTP header settings #4Aqua-sama2018-10-071-0/+13
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* clazy: fix warningsAqua-sama2018-10-041-8/+8
|
* Add Util namespaceAqua-sama2018-10-021-15/+0
| | | | - Util::files lists files in specified .path
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-30/+24
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-291-1/+9
|
* Save WebProfile config when changedAqua-sama2018-09-081-3/+12
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-15/+28
|
* Move ProfileManager to libwebAqua-sama2018-09-071-0/+116