aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-282-4/+4
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Update ProfileEditor pluginAqua-sama2020-05-2614-709/+479
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* Unlink plugins from lib/ librariesAqua-sama2018-10-097-83/+44
|
* Expand HTTP header settings #4Aqua-sama2018-10-076-2/+264
| | | | | | | - 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
* Update remaining repository paths in license headersAqua-sama2018-10-026-2/+34
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-292-7/+3
|
* WebProfile: save httpCacheType and persistentCookiesPolicyAqua-sama2018-09-092-63/+40
|
* Save WebProfile config when changedAqua-sama2018-09-082-6/+7
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-083-2/+54
|
* Move ProfileManager to libwebAqua-sama2018-09-073-5/+6
|
* PluginEditor: implement add plugin actionAqua-sama2018-08-278-11/+170
|
* Fix various warningsAqua-sama2018-06-221-1/+4
|
* ProfileEditor: add Delete Session and Delete All buttons to CookiesAqua-sama2018-06-212-3/+40
| | | | CookiesList: delete cookies based on selectedRanges
* WebProfile: cache a list of cookiesAqua-sama2018-06-171-4/+9
| | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash
* Sort .profile by timeAqua-sama2018-06-165-68/+211
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* ProfileEditor: add delete buttonAqua-sama2018-06-146-12/+76
|
* ProfileEditor: apply http settings when they're changedAqua-sama2018-06-104-50/+31
|
* Don't copy profiles into profile manager pluginAqua-sama2018-06-072-7/+7
|
* Clazy fixesAqua-sama2018-06-021-2/+2
|
* Only add profiles to profile manager at initAqua-sama2018-06-013-17/+14
|
* Add ProfileManagerDialogAqua-sama2018-06-013-0/+165
|
* Profile editor pluginAqua-sama2018-05-151-1/+1
|
* Fixed repo location in license headersAqua-sama2018-01-202-2/+2
|
* All QWebEngineSettings are now accessibleAqua-sama2018-01-152-55/+141
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-153-0/+530