aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofile.h
Commit message (Collapse)AuthorAgeFilesLines
* 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