summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-031-2/+2
* Doc: Always treat \brief as full sentenceKai Koehne2019-02-221-1/+1
* Stop showing speculative framesJüri Valdmann2018-10-291-64/+38
* Fix QWebEngineView changed properties emit on setPageKirill Burtsev2018-10-011-16/+60
* Avoid reattach of page before deleting itAllan Sandfeld Jensen2018-09-051-7/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Michael Brüning2018-08-211-1/+1
|\
| * Forward mouse and keyboard modifiers from QDropEventJüri Valdmann2018-07-131-1/+1
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-181-0/+6
|/
* Remove hardcoded size from QWebEngineView::sizeHint()Szabolcs David2018-05-091-1/+2
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-04-171-0/+2
* Change QWebEngineView to use another layoutSzabolcs David2018-04-051-4/+4
* Adaptations to form validationAllan Sandfeld Jensen2018-03-151-8/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2018-01-081-1/+14
|\
| * Refactor QWebEngineView tooltip handlingPeter Varga2017-12-081-1/+14
* | Fix Qt::NoContextMenu policy handling in QWebEngineViewValentin Fokin2017-10-241-2/+8
|/
* Remove QWebEngineViewPrivate::m_pendingContextMenuEventJoerg Bornemann2017-09-111-3/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Allan Sandfeld Jensen2017-03-021-1/+0
|\
| * Fix crash on context menuAllan Sandfeld Jensen2017-02-221-1/+0
* | Add methods to issue various types of HTTP requestsViktor Engelmann2017-01-111-0/+11
|/
* Prevent crash with overridden drag 'n drop event handlersJoerg Bornemann2016-10-261-0/+12
* Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-05-091-0/+1
|\
| * Fix memory leak of standardContextMenuMichal Klocek2016-05-041-0/+1
* | Add missing icon getter and corresponding signal to QWebEngineViewPeter Varga2016-05-031-0/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\|
| * Doc: Mark renderProcessTerminated signal as new in 5.6Kai Koehne2016-03-111-0/+1
* | Move printToPDF to pageAllan Sandfeld Jensen2016-02-251-5/+0
* | Add rudimentary printing API and add it to example.Michael Bruning2016-02-161-0/+5
* | Unify license header usage.Jani Heikkinen2016-02-011-11/+14
* | Doc: mark drag event methods as reimplementedLeena Miettinen2016-01-281-0/+12
* | Implement drag and drop supportJoerg Bornemann2016-01-031-0/+35
|/
* Ensure WebContents::WasShown/WasHidden are calledAllan Sandfeld Jensen2015-11-061-0/+18
* Doc: add docs for QWebEngineView::renderProcessTerminated()Leena Miettinen2015-10-071-0/+8
* Emit a signal when the rendering process exits.Jake Petroules2015-09-101-0/+1
* Support HTML5 form validation featurePeter Varga2015-03-131-0/+8
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Enable building Qt WebEngine without accessiblity enabled.Michael Brüning2015-01-231-1/+6
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-171-0/+19
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-211-15/+10
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-041-3/+6
* Add api to get the favicon URLAllan Sandfeld Jensen2014-07-301-0/+6
* Fix the indexOfChild function for the web documentFrederik Gladhorn2014-07-111-0/+7
* Widget based accessibility glue codeFrederik Gladhorn2014-07-101-0/+23
* Properly cleanup the old page when attaching a new oneJocelyn Turcotte2014-05-071-0/+3
* Fix an false positive assertion with context menuPierre Rossi2014-04-101-0/+3
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-081-32/+5
* Tooltip support.Pierre Rossi2014-03-141-2/+5
* Implement QWebEnginePage::viewportSizeJocelyn Turcotte2014-02-211-0/+1
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-131-0/+5
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-131-0/+11
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-121-5/+28