summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support HTML5 <datalist> elementPeter Varga2022-06-191-0/+31
* Avoid extra window after change of pageAllan Sandfeld Jensen2022-06-111-5/+21
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-101-6/+6
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-091-54/+317
* Add convenience constructors to QWebEngineViewAllan Sandfeld Jensen2022-05-091-0/+34
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-221-0/+3
* Do not access accessibility from qt post routinesMichal Klocek2021-11-161-1/+4
* Do not cancel custom tooltips by QWebEngineView custom tooltip handlerPeter Varga2021-11-051-12/+12
* Disconnect safelyAllan Sandfeld Jensen2021-09-301-2/+7
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-171-1/+1
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-091-50/+9
* Add QWebEnginePage::view() replacementAllan Sandfeld Jensen2021-08-091-0/+14
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-131-1/+1
* Various clean-ups around QWebEngineViewPeter Varga2021-07-131-25/+29
* Fix build with printing disabledAllan Sandfeld Jensen2021-07-121-0/+1
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-011-3/+7
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-011-1/+1
* Switch printToPdf to std::functionAllan Sandfeld Jensen2021-06-241-6/+11
* Fix some translated messagesFriedemann Kleint2021-06-231-1/+1
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-221-6/+9
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-171-6/+6
* Add back the rest of the lost printing documentationAllan Sandfeld Jensen2021-06-111-2/+44
* Move printing finished callback to signalAllan Sandfeld Jensen2021-06-111-9/+45
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-101-1/+1
* Drop printsupport dependency from coreSzabolcs David2021-06-031-1/+125
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-031-1/+1
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-311-1/+0
* Add WebEngineWidgets, WebEngineQuick modules cmake buildMichal Klocek2021-05-191-2/+2
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-03-221-1/+1
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-03-161-1/+9
|\
| * Only disconnect QWebEnginePage signals that QWebEngineView connectedMichael Brüning2021-03-111-1/+9
* | Drop dependency on QWebEngineView in pageMichal Klocek2020-11-241-4/+79
* | Move default notification presenter setter to viewMichal Klocek2020-11-241-0/+5
* | Move styled icons from page to viewMichal Klocek2020-11-231-0/+28
* | Move page's view and widget bindings to viewMichal Klocek2020-11-201-2/+89
* | Move dialogs from view to pageMichal Klocek2020-11-201-1/+147
* | Fix almost all deprecation warningsJüri Valdmann2020-08-131-3/+4
* | Merge all webenginecontextmenudata wrappers into one classMichal Klocek2020-08-121-32/+22
* | Move QMenu handling from page to viewMichal Klocek2020-08-121-1/+238
* | Add ; to Q_UNUSEDLars Schmertmann2020-06-271-1/+1
|/
* Invalidate accessible interfaces on destruction of view or pagePeter Varga2020-02-271-1/+12
* Fix widget accessibility on macOSPeter Varga2020-01-241-4/+18
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-09-241-0/+2
|\
| * Fix QWebEnginePage visibility stateJüri Valdmann2019-08-201-0/+3
* | Implement page lifecycle APIJüri Valdmann2019-05-241-2/+12
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-04-301-0/+2
|\
| * Fix QWebEngineView::setPage not deleting old pageJüri Valdmann2019-04-171-0/+2
* | Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-031-2/+2
|/
* Doc: Always treat \brief as full sentenceKai Koehne2019-02-221-1/+1
* Stop showing speculative framesJüri Valdmann2018-10-291-64/+38