summaryrefslogtreecommitdiff
path: root/src/webenginewidgets/api/qwebengineview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-231-0/+3
* Do not access accessibility from qt post routinesMichal Klocek2021-11-231-1/+4
* Disconnect safelyAllan Sandfeld Jensen2021-09-301-2/+7
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-181-1/+1
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-101-50/+9
* Add QWebEnginePage::view() replacementAllan Sandfeld Jensen2021-08-091-0/+14
* Various clean-ups around QWebEngineViewPeter Varga2021-07-201-25/+29
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-141-1/+1
* Fix build with printing disabledAllan Sandfeld Jensen2021-07-131-0/+1
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-071-3/+7
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-021-1/+1
* Switch printToPdf to std::functionAllan Sandfeld Jensen2021-06-241-6/+11
* Fix some translated messagesFriedemann Kleint2021-06-241-1/+1
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-221-6/+9
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-181-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
* Fix QWebEngineView changed properties emit on setPageKirill Burtsev2018-10-011-16/+60
* Avoid reattach of page before deleting itAllan Sandfeld Jensen2018-09-051-7/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Michael Brüning2018-08-211-1/+1
|\
| * Forward mouse and keyboard modifiers from QDropEventJüri Valdmann2018-07-131-1/+1
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-181-0/+6
|/
* Remove hardcoded size from QWebEngineView::sizeHint()Szabolcs David2018-05-091-1/+2