summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-121-0/+20
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-231-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-02-011-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-231-1/+4
* Remove the rest of qmake based configurationMichal Klocek2021-10-152-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-051-0/+5
* Add desginer plugin to cmake buildMichal Klocek2021-09-035-1/+271
* Rewrite gn-cmake integrationMichal Klocek2021-08-301-6/+0
* Clean up coding style in API header filesAllan Sandfeld Jensen2021-08-193-20/+27
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-184-2/+19
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-102-55/+10
* Add QWebEnginePage::view() replacementAllan Sandfeld Jensen2021-08-092-0/+16
* Various clean-ups around QWebEngineViewPeter Varga2021-07-204-39/+40
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-143-5/+4
* Fix build with printing disabledAllan Sandfeld Jensen2021-07-131-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-072-5/+7
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-021-1/+1
* Switch printToPdf to std::functionAllan Sandfeld Jensen2021-06-243-10/+13
* Fix module specified for moved classesAllan Sandfeld Jensen2021-06-242-896/+0
* Fix some translated messagesFriedemann Kleint2021-06-241-1/+1
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-222-8/+16
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-184-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
|\
| * Fix inconsistent number of load signals and their orderKirill Burtsev2021-05-062-15/+6
| * Doc: Add a note about navigation within a page to a fragmentKirill Burtsev2021-05-061-0/+6
| * Docs: Suggest to use higher DPI for printingSzabolcs David2021-04-211-0/+4
* | Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-03-223-3/+3
* | 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
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-02-171-3/+2
|\|
| * Remove more leftovers of the old compositorAllan Sandfeld Jensen2021-02-082-14/+0
| * Fix loadFinished signal if page has content but server sends HTTP errorPeter Varga2021-02-052-5/+6