aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-111-0/+22
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-23/+23
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-11/+42
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-11/+42
| |\
| | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-9/+9
| | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| | * Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-7/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-7/+10
| |\|
| | * QQuickWidget: preserve QMouseEvent::source when mapping to the QQ windowShawn Rutledge2017-12-061-7/+10
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-0/+9
| |\|
| | * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+9
* | | Port away from QRegion::rects()Marc Mutz2017-12-051-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-2/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-0/+6
| |\|
| | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-0/+6
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-2/+4
| |\|
| | * Make input method events work in QQuickWidgetv5.9.2Paul Olav Tvete2017-09-281-2/+4
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-1/+1
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* | Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+1
|/
* Support non-integer pixel-ratio in QQuickWidgetAllan Sandfeld Jensen2017-06-221-6/+8
* Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+3
* Software: Fix QQuickWidget rendering in QMdiAreaAndy Nichols2017-05-231-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-4/+0
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-4/+0
* | Make QQuickWidget cleanup work with engines that alter the contextLaszlo Agocs2017-04-041-0/+10
* | Make keyboard events work in QQuickWidgetLaszlo Agocs2017-03-291-4/+3
* | Doc: Remove mentioning of non-existing setContents methodKai Koehne2017-03-071-1/+1
|/
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-071-3/+2
|\
| * qquickwidget.cpp: move QT_END_NAMESPACE to bottomFriedemann Kleint2016-11-301-3/+2
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-21/+21
|/
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-2/+2
* QQuickWidget: Don't render into a null imageUlf Hermann2016-09-021-1/+1
* QQuickWidget: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
* QuickWidgets: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-121-6/+6
* Fix up QQuickWidget and QQuickRenderControl docsLaszlo Agocs2016-07-151-0/+7
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-151-5/+6
* Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-121-2/+7
* QQuickWidget: Fix build with QT_NO_OPENGLAndy Nichols2016-07-111-0/+2
* QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-2/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-20/+43
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-4/+23
| |\
| | * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| | * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4