aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update ProfileEditor pluginAqua-sama2020-05-261-5/+13
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* libwebengineAqua-sama2020-05-081-112/+86
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Remove ProfileInterfaceAqua-sama2020-02-291-2/+2
| | | | | | | | | Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList()
* WebProfile refactoringAqua-sama2019-11-221-1/+12
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-0/+147
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-148/+0
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-051-36/+76
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Clazy fixesAqua-sama2018-06-021-9/+15
|
* Profile attributesAqua-sama2018-05-291-123/+13
|
* Profile propertiesAqua-sama2018-05-281-183/+175
|
* Address bar searches work againAqua-sama2018-04-171-2/+6
|
* Multiple subwindows interfaceAqua-sama2018-04-161-0/+216
Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins