summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Support HTML5 <datalist> elementPeter Varga2022-06-196-0/+377
* Avoid extra window after change of pageAllan Sandfeld Jensen2022-06-111-5/+21
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-103-10/+10
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-097-758/+555
* Include moc filesAllan Sandfeld Jensen2022-05-312-0/+4
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-161-1/+1
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-121-0/+20
* Add convenience constructors to QWebEngineViewAllan Sandfeld Jensen2022-05-092-0/+36
* Clean up documentationAllan Sandfeld Jensen2022-05-032-4/+4
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-221-0/+3
* Fix wrong assumption about focus in/out event deliveryMichal Klocek2022-03-181-6/+1
* Fix accumulation of compositor-observer bindings for skia-on-glKirill Burtsev2022-02-041-1/+0
* QWebEngineView Designer plugin: Fix crash on Windows when using D3D11Friedemann Kleint2022-01-311-0/+9
* Fix not working web ui popup (html comboboxes) due to focus out eventsMichal Klocek2022-01-131-1/+6
* 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
* Remove the rest of qmake based configurationMichal Klocek2021-10-142-54/+0
* Disconnect safelyAllan Sandfeld Jensen2021-09-304-3/+12
* Rename Quick examples' folder from webengine to webenginequickBalazs Egedi2021-09-131-1/+1
* Enable no opengl buildsMichal Klocek2021-09-041-0/+5
* Add desginer plugin to cmake buildMichal Klocek2021-09-015-1/+271
* Rewrite gn-cmake integrationMichal Klocek2021-08-291-6/+0
* Clean up coding style in API header filesAllan Sandfeld Jensen2021-08-183-20/+27
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-174-2/+19
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-092-55/+10
* Add QWebEnginePage::view() replacementAllan Sandfeld Jensen2021-08-092-0/+16
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-133-5/+4
* Various clean-ups around QWebEngineViewPeter Varga2021-07-134-39/+40
* Fix build with printing disabledAllan Sandfeld Jensen2021-07-121-0/+1
* Clean up includes, forward declarations and friends in core apiPeter Varga2021-07-081-0/+1
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-012-5/+7
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-011-1/+1
* Switch printToPdf to std::functionAllan Sandfeld Jensen2021-06-243-10/+13
* Fix module specified for moved classesAllan Sandfeld Jensen2021-06-232-896/+0
* Fix some translated messagesFriedemann Kleint2021-06-231-1/+1
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-222-8/+16
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-174-15/+19
* Add back the rest of the lost printing documentationAllan Sandfeld Jensen2021-06-111-2/+44
* Move printing finished callback to signalAllan Sandfeld Jensen2021-06-112-10/+47
* Replace Q_NULLPTR and pointer 0 with nullptrAllan Sandfeld Jensen2021-06-101-1/+1
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-104-4/+4
* Merge WebEngineHistory's quick implementation into QWebEngineHistoryKirill Burtsev2021-06-041-231/+0
* Drop printsupport dependency from coreSzabolcs David2021-06-034-1/+145
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-032-6/+9
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-312-1/+2
* Add missing dependecies, update shasMichal Klocek2021-05-251-1/+1
* Make handling of certificate errors possible from a signalAllan Sandfeld Jensen2021-05-251-1/+1
* Clean headersMichal Klocek2021-05-221-1/+1
* Add WebEngineWidgets, WebEngineQuick modules cmake buildMichal Klocek2021-05-194-4/+35
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-121-0/+6
|\