aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofile.h
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-281-1/+1
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Update ProfileEditor pluginAqua-sama2020-05-261-9/+53
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* libwebengineAqua-sama2020-05-081-42/+125
| | | | | | | | | | | 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/+29
| | | | | | | | | 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-17/+11
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-0/+94
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-114/+0
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-051-30/+52
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Profile attributesAqua-sama2018-05-291-2/+1
|
* Profile propertiesAqua-sama2018-05-281-9/+34
|
* Load URL/Search page menu actionsAqua-sama2018-04-181-0/+10
|
* Style passAqua-sama2018-04-171-1/+2
|
* Address bar searches work againAqua-sama2018-04-171-1/+5
|
* Multiple subwindows interfaceAqua-sama2018-04-161-0/+53
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