aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* 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.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.9' into 5.10Shawn Rutledge2017-11-131-0/+9
|\|
| * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+9
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-0/+7
|\|
| * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-172-0/+7
* | 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
* | 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-292-6/+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-293-25/+25
|/
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-102-3/+3
* 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-122-7/+7
* Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-031-1/+0
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-0/+1
* 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-112-3/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-302-21/+45
|\
| * 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-272-7/+9
| * | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-242-12/+17
* | | 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-242-3/+40
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
* | | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-241-4/+7
|\ \ \