| Commit message (Expand) | Author | Age | Files | Lines |
| * | Better handling of interrupted PDF printing | Szabolcs David | 2023-04-05 | 1 | -0/+3 |
| * | Fix build with -no-accessibility | Peter Varga | 2023-01-10 | 1 | -1/+4 |
| * | Add touchSelectionMenu for widgets | Martin Negyokru | 2022-12-12 | 1 | -0/+38 |
| * | Fix bogus layouting of qwebengineview | Michal Klocek | 2022-10-17 | 1 | -4/+12 |
| * | Port from container::count() and length() to size() - V4 | Marc Mutz | 2022-10-11 | 1 | -2/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Do not let print engine multiply number of copies | Szabolcs David | 2022-09-14 | 1 | -1/+6 |
| * | Add touchHandles for widgets | Martin Negyokru | 2022-08-29 | 1 | -0/+8 |
| * | Fix initial widget focus | Peter Varga | 2022-08-24 | 1 | -1/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -38/+2 |
| * | Remove widget from QWebEnginePagePrivate | Allan Sandfeld Jensen | 2022-06-22 | 1 | -30/+18 |
| * | Cleanup item delegate logic | Allan Sandfeld Jensen | 2022-06-22 | 1 | -24/+20 |
| * | Do not use the native dialog to show the color picker on macOS | Michael Brüning | 2022-06-19 | 1 | -0/+4 |
| * | Support HTML5 <datalist> element | Peter Varga | 2022-06-19 | 1 | -0/+31 |
| * | Avoid extra window after change of page | Allan Sandfeld Jensen | 2022-06-11 | 1 | -5/+21 |
| * | Switch from QT_NO macros to feature checks | Allan Sandfeld Jensen | 2022-06-10 | 1 | -6/+6 |
| * | Create a RWHV delegate in core | Allan Sandfeld Jensen | 2022-06-09 | 1 | -54/+317 |
| * | Add convenience constructors to QWebEngineView | Allan Sandfeld Jensen | 2022-05-09 | 1 | -0/+34 |
| * | Support setting page to nullptr to unset | Allan Sandfeld Jensen | 2022-04-22 | 1 | -0/+3 |
| * | Do not access accessibility from qt post routines | Michal Klocek | 2021-11-16 | 1 | -1/+4 |
| * | Do not cancel custom tooltips by QWebEngineView custom tooltip handler | Peter Varga | 2021-11-05 | 1 | -12/+12 |
| * | Disconnect safely | Allan Sandfeld Jensen | 2021-09-30 | 1 | -2/+7 |
| * | Update documentation notes for build with WebEngine modules | Kirill Burtsev | 2021-08-17 | 1 | -1/+1 |
| * | Return printToPdf to QWebEnginePage | Allan Sandfeld Jensen | 2021-08-09 | 1 | -50/+9 |
| * | Add QWebEnginePage::view() replacement | Allan Sandfeld Jensen | 2021-08-09 | 1 | -0/+14 |
| * | Update parameters to findText callback | Allan Sandfeld Jensen | 2021-07-13 | 1 | -1/+1 |
| * | Various clean-ups around QWebEngineView | Peter Varga | 2021-07-13 | 1 | -25/+29 |
| * | Fix build with printing disabled | Allan Sandfeld Jensen | 2021-07-12 | 1 | -0/+1 |
| * | Doc: Fix documentation issues for Qt WebEngine | Topi Reinio | 2021-07-01 | 1 | -3/+7 |
| * | Fix docs since 6.0 references for new apis | Kirill Burtsev | 2021-07-01 | 1 | -1/+1 |
| * | Switch printToPdf to std::function | Allan Sandfeld Jensen | 2021-06-24 | 1 | -6/+11 |
| * | Fix some translated messages | Friedemann Kleint | 2021-06-23 | 1 | -1/+1 |
| * | Add QPageRanges to PDF printing | Allan Sandfeld Jensen | 2021-06-22 | 1 | -6/+9 |
| * | Switch QWebEngineCallbacks in QWebEnginePage to std::function | Allan Sandfeld Jensen | 2021-06-17 | 1 | -6/+6 |
| * | Add back the rest of the lost printing documentation | Allan Sandfeld Jensen | 2021-06-11 | 1 | -2/+44 |
| * | Move printing finished callback to signal | Allan Sandfeld Jensen | 2021-06-11 | 1 | -9/+45 |
| * | Switch QWebEnginePage::findText() to std::function | Allan Sandfeld Jensen | 2021-06-10 | 1 | -1/+1 |
| * | Drop printsupport dependency from core | Szabolcs David | 2021-06-03 | 1 | -1/+125 |
| * | Move createWindow to a signal | Allan Sandfeld Jensen | 2021-06-03 | 1 | -1/+1 |
| * | Add missing FileSelectionMode enum value | Balazs Egedi | 2021-05-31 | 1 | -1/+0 |
| * | Add WebEngineWidgets, WebEngineQuick modules cmake build | Michal Klocek | 2021-05-19 | 1 | -2/+2 |
| * | Replace 0 pointer constants with nullptr | Allan Sandfeld Jensen | 2021-03-22 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Allan Sandfeld Jensen | 2021-03-16 | 1 | -1/+9 |
| |\ |
|
| | * | Only disconnect QWebEnginePage signals that QWebEngineView connected | Michael Brüning | 2021-03-11 | 1 | -1/+9 |
| * | | Drop dependency on QWebEngineView in page | Michal Klocek | 2020-11-24 | 1 | -4/+79 |
| * | | Move default notification presenter setter to view | Michal Klocek | 2020-11-24 | 1 | -0/+5 |
| * | | Move styled icons from page to view | Michal Klocek | 2020-11-23 | 1 | -0/+28 |
| * | | Move page's view and widget bindings to view | Michal Klocek | 2020-11-20 | 1 | -2/+89 |
| * | | Move dialogs from view to page | Michal Klocek | 2020-11-20 | 1 | -1/+147 |
| * | | Fix almost all deprecation warnings | Jüri Valdmann | 2020-08-13 | 1 | -3/+4 |