aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-112-0/+23
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* 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
* | | Move qqmldebug.h includes into the right placesUlf Hermann2017-11-091-1/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-062-2/+11
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-4/+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