summaryrefslogtreecommitdiffstats
path: root/src/core/api
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEv6.2.0-beta3Andreas Buhr2021-08-122-2/+2
* Remove QWebEngineCallbackAllan Sandfeld Jensen2021-08-105-404/+15
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-103-2/+113
* QWebEngineNavigationRequest: Prospective fix for clang parsersFriedemann Kleint2021-07-261-1/+1
* Bump copyrightsAllan Sandfeld Jensen2021-07-2315-15/+15
* Add QWebEngineNewWindowRequest::openIn(QWebEnginePage *)Allan Sandfeld Jensen2021-07-233-5/+22
* Refactor cmake buildMichal Klocek2021-07-221-3/+0
* WebEngineNavigationRequest: add accept/reject and deprecate setActionKirill Burtsev2021-07-215-42/+62
* Remove duplicated 'downloadProgress' in favor of separate signalsKirill Burtsev2021-07-212-16/+0
* QWebEngineProfile: hide notificationPresenter method back from apiKirill Burtsev2021-07-211-1/+3
* Get rid of Quick's TestSupport APIPeter Varga2021-07-211-1/+0
* Various clean-ups around QWebEngineViewPeter Varga2021-07-201-1/+0
* Remove one more redundant function definitionAllan Sandfeld Jensen2021-07-142-15/+7
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-142-4/+4
* Adaptations for 90-basedAllan Sandfeld Jensen2021-07-132-0/+11
* Update comments on ContextMenuRequest enumsPeter Varga2021-07-121-2/+3
* Get rid of private methods of QWebEngineNewWindowRequestPeter Varga2021-07-125-44/+94
* Get rid of a few redundant method variantsAllan Sandfeld Jensen2021-07-092-37/+5
* Fix Qt include conventions in public headersFriedemann Kleint2021-07-0912-28/+30
* Clean up includes, forward declarations and friends in core apiPeter Varga2021-07-0818-42/+5
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-0711-67/+48
* Remove deprecated useforglobalcertificateverificationPeter Varga2021-07-062-46/+0
* Add arm optimization flags to cmake buildMichal Klocek2021-07-071-5/+11
* Restore WebEngineNewViewRequest::openIn methodAllan Sandfeld Jensen2021-07-062-3/+3
* Add cross compilation support to cmake buildsMichal Klocek2021-07-021-5/+5
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-022-5/+5
* Add checks for xrandr and xdamageAllan Sandfeld Jensen2021-06-281-0/+7
* Add API for favicon databasePeter Varga2021-06-283-4/+74
* Make default profile off the recordMichal Klocek2021-06-251-1/+1
* Fix module specified for moved classesAllan Sandfeld Jensen2021-06-242-2/+2
* Add page() and view() back to download-itemAllan Sandfeld Jensen2021-06-224-17/+16
* Remove left-over deprecated API QWebEngineProfile::setRequestInterceptor()Friedemann Kleint2021-06-221-3/+0
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-183-31/+52
* Fix QWebEngineQuick namespace for webenginequick moduleMichal Klocek2021-06-152-5/+5
* Add spellchecker support and qwebengine_covert_dict to cmakeMichal Klocek2021-06-151-1/+0
* Replace Q_NULLPTR and pointer 0 with nullptrAllan Sandfeld Jensen2021-06-108-11/+11
* Make Proprietary Codecs feature visible in config.summaryPeter Varga2021-06-101-0/+1
* Fix some compiler warningsPeter Varga2021-06-104-21/+23
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-102-3/+6
* QWebEnginePage: add new 'loading' property and expose QWebEngineLoadingInfoKirill Burtsev2021-06-082-5/+28
* Add WebEngine qdocconf for documentationAllan Sandfeld Jensen2021-06-081-0/+4
* Replace testsupport's QQuickWebEngineErrorPage with isErrorPageAllan Sandfeld Jensen2021-06-064-25/+38
* Rename WebEngineLoadRequest to WebEngineLoadingInfoKirill Burtsev2021-06-043-45/+44
* Merge WebEngineHistory's quick implementation into QWebEngineHistoryKirill Burtsev2021-06-044-55/+323
* Replace FaviconManager with Chromium's Favicon ComponentPeter Varga2021-06-041-3/+2
* Move QQuickWebEngineNavigationRequest to CoreAllan Sandfeld Jensen2021-06-045-0/+327
* Turn webrtc back on for non-embedded buildsAllan Sandfeld Jensen2021-06-031-2/+2
* Drop printsupport dependency from coreSzabolcs David2021-06-034-195/+11
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-036-42/+465
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-312-0/+2