summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+8
* Clean up coding style in API header filesAllan Sandfeld Jensen2021-08-183-20/+27
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-171-1/+1
* 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-132-2/+2
* Various clean-ups around QWebEngineViewPeter Varga2021-07-133-37/+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-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-243-10/+13
* 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-173-10/+14
* 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-102-2/+2
* Drop printsupport dependency from coreSzabolcs David2021-06-033-1/+140
* 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-192-3/+3
* 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
| * Fix loadFinished signal if page has content but server sends HTTP errorPeter Varga2021-02-052-5/+6
| * Adaptations for Chromium 86Allan Sandfeld Jensen2021-01-131-1/+1
| * Adaptations for Chromium 85Allan Sandfeld Jensen2021-01-131-2/+9
| * Suppress error pages also for http errors if they are disabledKirill Burtsev2021-01-061-1/+0
| * Fix new view request handlingTamas Zakor2020-11-101-0/+5
* | Move QWebEnginePage to coreMichal Klocek2020-11-244-3092/+1
* | Move PrinterWorker to coreMichal Klocek2020-11-241-1/+1
* | Move QWebEngineHistory to coreMichal Klocek2020-11-245-489/+21
* | Drop dependency on QApplication in pageMichal Klocek2020-11-241-4/+4
* | Drop dependency on QWebEngineView in pageMichal Klocek2020-11-245-47/+197
* | Move default notification presenter setter to viewMichal Klocek2020-11-242-3/+5
* | Move styled icons from page to viewMichal Klocek2020-11-233-10/+29
* | Swap widgetCahgned with adapterClientChangedMichal Klocek2020-11-232-9/+0
* | Move page's view and widget bindings to viewMichal Klocek2020-11-205-94/+99
* | Remove qwebengineview setter from qwebenginepageMichal Klocek2020-11-202-21/+6
* | Move dialogs from view to pageMichal Klocek2020-11-203-119/+175
* | Move client certificate selection to coreMichal Klocek2020-11-203-204/+1
* | Move profile from widgets to coreMichal Klocek2020-11-203-1173/+0
* | Move share context initialization by loaderMichal Klocek2020-11-201-77/+0
* | Drop dependency on page in profileMichal Klocek2020-11-183-4/+10
* | Drop dependency on default notification presenter in profileMichal Klocek2020-11-183-4/+15
* | Small refactor of startDraggingMichal Klocek2020-11-132-16/+4