aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor
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-2619-761/+514
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* Expand pluginloader test coverageAqua-sama2020-04-291-0/+11
| | | | | | | - add poi-plugin-load to test compatibility of plugins - rewrite tests to use catch2 - use cpp stdlib to read files - clang-tidy and clang-format pass
* Add WIP Python REPL interfaceAqua-sama2019-02-231-1/+1
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* Remove CMakeListsAqua-sama2018-10-251-47/+0
|
* Add missing install itemsAqua-sama2018-10-241-1/+1
|
* Add plugins to meson buildAqua-sama2018-10-231-0/+13
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-2/+2
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-2/+2
| | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
* Unlink plugins from lib/ librariesAqua-sama2018-10-0910-116/+91
|
* Expand HTTP header settings #4Aqua-sama2018-10-077-2/+267
| | | | | | | - 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
|
* Update repository path in license headersAqua-sama2018-09-292-2/+2
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-293-7/+9
|
* Update vendor.cmakeAqua-sama2018-09-181-4/+5
| | | | | - add some more comments - made plugin include paths more generic
* WebProfile: save httpCacheType and persistentCookiesPolicyAqua-sama2018-09-093-63/+43
|
* 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-074-6/+7
|
* PluginEditor: implement add plugin actionAqua-sama2018-08-2710-11/+178
|
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-252-22/+5
|
* Add move tab left/right shortcutAqua-sama2018-08-071-1/+1
|
* Add vendor.cmakeAqua-sama2018-07-151-2/+2
|
* Add configuration/defaults.hAqua-sama2018-07-021-2/+2
|
* 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
* Add Browser::aboutAqua-sama2018-06-211-1/+1
|
* 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-168-80/+225
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* AboutDialog: add profile list to details tabAqua-sama2018-06-151-4/+2
|
* ProfileEditor: add delete buttonAqua-sama2018-06-146-12/+76
|
* ProfileEditor: apply http settings when they're changedAqua-sama2018-06-104-50/+31
|
* Change install type for plugins to RUNTIME for win32Aqua-sama2018-06-081-3/+8
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-1/+1
|
* Don't copy profiles into profile manager pluginAqua-sama2018-06-075-18/+23
|
* Clazy fixesAqua-sama2018-06-021-2/+2
|
* Only add profiles to profile manager at initAqua-sama2018-06-015-25/+35
|
* Add ProfileManagerDialogAqua-sama2018-06-016-4/+177
|
* Profile commandAqua-sama2018-05-262-4/+5
|
* Plugin command-line parametersAqua-sama2018-05-162-0/+11
|
* Profile editor pluginAqua-sama2018-05-153-9/+8
|
* Add missing AUTOUIC in ProfileEditorAqua-sama2018-03-071-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-2/+0
|
* Added profile and plugin list to About dialogAqua-sama2018-01-301-1/+1
|
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-161-0/+2
|
* All QWebEngineSettings are now accessibleAqua-sama2018-01-152-55/+141
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-157-16/+542
|
* Initial plugins testingAqua-sama2018-01-144-0/+79