| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reapply 'Fix compilation issues' | Michal Klocek | 2023-06-08 | 1 | -0/+1 |
| * | Fix compilation issues with 6.2 | Michal Klocek | 2023-05-24 | 1 | -0/+1 |
| * | Various clean-ups | Peter Varga | 2022-06-24 | 1 | -2/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -38/+2 |
| * | Support HTML5 <datalist> element | Peter Varga | 2022-06-19 | 1 | -0/+5 |
| * | Switch from QT_NO macros to feature checks | Allan Sandfeld Jensen | 2022-06-10 | 1 | -1/+1 |
| * | Add convenience constructors to QWebEngineView | Allan Sandfeld Jensen | 2022-05-09 | 1 | -0/+2 |
| * | Clean up coding style in API header files | Allan Sandfeld Jensen | 2021-08-18 | 1 | -18/+24 |
| * | Add QWebEnginePage::view() replacement | Allan Sandfeld Jensen | 2021-08-09 | 1 | -0/+2 |
| * | 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 | -6/+5 |
| * | Clean up includes, forward declarations and friends in core api | Peter Varga | 2021-07-08 | 1 | -0/+1 |
| * | Switch printToPdf to std::function | Allan Sandfeld Jensen | 2021-06-24 | 1 | -2/+1 |
| * | Add QPageRanges to PDF printing | Allan Sandfeld Jensen | 2021-06-22 | 1 | -2/+7 |
| * | Switch QWebEngineCallbacks in QWebEnginePage to std::function | Allan Sandfeld Jensen | 2021-06-17 | 1 | -2/+3 |
| * | Move printing finished callback to signal | Allan Sandfeld Jensen | 2021-06-11 | 1 | -1/+2 |
| * | Replace Q_NULLPTR and pointer 0 with nullptr | Allan Sandfeld Jensen | 2021-06-10 | 1 | -1/+1 |
| * | 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 | -0/+7 |
| * | Move QWebEnginePage to core | Michal Klocek | 2020-11-24 | 1 | -1/+1 |
| * | Merge all webenginecontextmenudata wrappers into one class | Michal Klocek | 2020-08-12 | 1 | -1/+2 |
| * | Move QMenu handling from page to view | Michal Klocek | 2020-08-12 | 1 | -0/+5 |
| * | Invalidate accessible interfaces on destruction of view or page | Peter Varga | 2020-02-27 | 1 | -0/+4 |
| * | Implement page lifecycle API | Jüri Valdmann | 2019-05-24 | 1 | -0/+1 |
| * | Fix build with '-no-feature-action' configuration | Valentin Fokin | 2018-07-18 | 1 | -0/+2 |
| * | Make sure we can build with -no-feature-draganddrop | Joerg Bornemann | 2018-04-17 | 1 | -0/+2 |
| * | Doc: Fix doc generation for QWebEngineView::findText() | Leena Miettinen | 2018-03-08 | 1 | -6/+0 |
| * | Replace Q_DECL_OVERRIDE with override | Kevin Funk | 2017-09-21 | 1 | -9/+9 |
| * | Remove erroneous CONSTANT attributes from the public widgets API | Alexandru Croitor | 2017-03-07 | 1 | -3/+3 |
| * | Add methods to issue various types of HTTP requests | Viktor Engelmann | 2017-01-11 | 1 | -1/+3 |
| * | QML: Add FINAL, CONST to Q_PROPERTY declarations | Viktor Engelmann | 2016-12-19 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-20 | 1 | -3/+3 |
| |\ |
|
| | * | Silence zero-as-null-pointer=constant warnings | Allan Sandfeld Jensen | 2016-05-19 | 1 | -3/+3 |
| * | | Add missing icon getter and corresponding signal to QWebEngineView | Peter Varga | 2016-05-03 | 1 | -1/+4 |
| * | | Remove superfluous declarations | Kai Koehne | 2016-04-03 | 1 | -2/+0 |
| * | | Move printToPDF to page | Allan Sandfeld Jensen | 2016-02-25 | 1 | -3/+0 |
| * | | Add rudimentary printing API and add it to example. | Michael Bruning | 2016-02-16 | 1 | -0/+5 |
| * | | Unify license header usage. | Jani Heikkinen | 2016-02-01 | 1 | -11/+14 |
| * | | Implement drag and drop support | Joerg Bornemann | 2016-01-03 | 1 | -0/+4 |
| |/ |
|
| * | Ensure WebContents::WasShown/WasHidden are called | Allan Sandfeld Jensen | 2015-11-06 | 1 | -0/+2 |
| * | Emit a signal when the rendering process exits. | Jake Petroules | 2015-09-10 | 1 | -0/+2 |
| * | Consistenly use Q_DISABLE_COPY in public API | Kai Koehne | 2015-08-26 | 1 | -0/+1 |
| * | Remove erroneous semicolons after Q_DECLARE_* macros | Andras Becsi | 2015-04-20 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-16 | 1 | -7/+7 |
| * | Hide QWebEngineCallback from the docs | Pierre Rossi | 2014-09-18 | 1 | -0/+5 |
| * | Add widgets settings doc plus revive QWeb(Engine)View::settings | Pierre Rossi | 2014-09-17 | 1 | -1/+3 |
| * | Update License Headers for Qt WebEngine to LGPLv3. | Zeno Albisser | 2014-08-21 | 1 | -20/+35 |
| * | Don't inherit from Qt private types | Jocelyn Turcotte | 2014-08-04 | 1 | -0/+1 |
| * | Add api to get the favicon URL | Allan Sandfeld Jensen | 2014-07-30 | 1 | -0/+3 |
| * | Cleanup the QtWebEngineWidgets public headers and API | Jocelyn Turcotte | 2014-04-15 | 1 | -39/+0 |