aboutsummaryrefslogtreecommitdiff
path: root/src/webengine
Commit message (Collapse)AuthorAgeFilesLines
* unstable: KWallet integrationAqua-sama2018-10-131-0/+12
|
* Update readmeAqua-sama2018-10-121-0/+4
|
* Expand HTTP header settings #4Aqua-sama2018-10-074-124/+182
| | | | | | | - 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
* Split off UrlFilter into libraryAqua-sama2018-10-022-7/+8
| | | | - add more adblock filter options
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+2
|
* Update repository path in license headersAqua-sama2018-09-296-6/+6
|
* clang-format passAqua-sama2018-09-183-11/+12
|
* Update vendor.cmakeAqua-sama2018-09-181-2/+2
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-10/+6
|
* Clean up ProfileManagerAqua-sama2018-09-021-1/+1
|
* WebPage: add render process crash recovery pageAqua-sama2018-08-232-2/+35
|
* Add mute button to WebView context menuAqua-sama2018-08-201-2/+15
|
* WebView: close context menu when buttons are pressedAqua-sama2018-08-191-3/+14
|
* Add back/forward/refresh buttons to page context menuAqua-sama2018-08-191-2/+35
|
* Move SubWindow to src/subwindowAqua-sama2018-08-071-1/+1
|
* WebView: add open image action to context menuAqua-sama2018-07-311-3/+8
|
* UrlRequestInterceptor: add filter rulesAqua-sama2018-07-242-14/+42
|
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-182-25/+0
|
* WebView: add Open in new tab and Save actions for imagesAqua-sama2018-07-121-0/+8
|
* WebView: always add Open link actions if the link URL is not emptyAqua-sama2018-07-121-59/+67
|
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-121-1/+1
|
* WebView: always add zoom widget to context menuAqua-sama2018-07-111-21/+21
|
* Remove PageToolsMenuAqua-sama2018-07-114-106/+1
|
* Add custom WebView context menuAqua-sama2018-07-111-26/+115
|
* Remove PageMenuAqua-sama2018-07-084-165/+36
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-072-6/+38
|
* Add web/urlfilterAqua-sama2018-07-051-0/+9
|
* Add filter.headerAqua-sama2018-07-052-3/+26
|
* Socket messages are json formattedAqua-sama2018-06-262-16/+5
|
* Add ProfileManagerAqua-sama2018-06-241-5/+7
|
* clang-format passAqua-sama2018-06-224-11/+12
|
* Fix various warningsAqua-sama2018-06-223-3/+7
|
* Bookmarks manager bugfixesAqua-sama2018-06-151-1/+4
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* Move load profile menu to page menu from tab menuAqua-sama2018-06-092-0/+32
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-073-263/+1
|
* Fix clazy warnings in WebProfileAqua-sama2018-06-052-66/+128
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Clazy fixesAqua-sama2018-06-022-21/+34
|
* Profile attributesAqua-sama2018-05-292-125/+14
|
* Refactor SubwindowAqua-sama2018-05-292-5/+5
|
* Profile propertiesAqua-sama2018-05-282-192/+209
|
* Show view profile instead of window profile in titleAqua-sama2018-05-282-0/+9
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-5/+3
|
* QTBUG-68224 workaroundAqua-sama2018-05-262-0/+30
|
* Merge address bar menusAqua-sama2018-05-032-48/+23
|
* QTBUG-65223 workaroundAqua-sama2018-05-031-0/+8
|
* Clean up WebViewAqua-sama2018-05-022-34/+6
|
* Split off addressbar into lib/Aqua-sama2018-05-011-2/+3
|
* Load URL/Search page menu actionsAqua-sama2018-04-183-1/+32
|
* Style passAqua-sama2018-04-172-3/+4
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-172-10/+0
|