aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * QQuickWidget: Propagate screen changes.Morten Johan Sørvig2016-06-201-0/+11
| * | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-271-5/+7
| * | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-241-12/+16
* | | Handle AA_ShareOpenGLContexts consistently in QQuickWidgetLaszlo Agocs2016-06-291-0/+25
* | | Make QQuickWidget honor QQuickWindow::isPersistentSceneGraphLaszlo Agocs2016-06-281-6/+25
* | | Enable QQuickWidget for no-OpenGL buildsAllan Sandfeld Jensen2016-06-241-3/+33
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
* | | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-241-4/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-3/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+7
| | |\|
| | | * QQuickWidget: update() when resetting updatePending in showEvent()Ulf Hermann2016-05-171-3/+7
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-071-4/+1
|\| | |
| * | | Introduce delegating constructors.Friedemann Kleint2016-05-061-4/+1
* | | | QQuickWidget: Partial update support with software renderingAndy Nichols2016-04-201-6/+20
* | | | QQuickWidget: Enable use with software renderer backendAndy Nichols2016-04-201-70/+154
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-1/+3
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-1/+3
| |\| |
| | * | Add a note saying that QQuickWidget::rootObject can return nullAlbert Astals Cid2016-04-041-1/+3
* | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-0/+4
|/ / /
* / / Remove Windows CE.Friedemann Kleint2016-03-101-2/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Rewrite inspector serviceUlf Hermann2016-01-121-8/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-7/+16
|\|
| * Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-151-6/+7
| * QQuickWidget: Update position of offscreen window in show().Friedemann Kleint2015-12-151-0/+1