aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-1436-82/+302
|\
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-134-1/+8
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-124-5/+50
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-115-13/+45
| * graph example: Fix MSVC warning about truncation of 'double'Friedemann Kleint2017-01-101-1/+1
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
| * Doc: added specs to Extending QML - Methods ExampleNico Vertriest2017-01-092-2/+11
| * Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-093-4/+55
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
| * qmlplugindump : Add a "-output" argument to specify the output fileJacques GUILLOU2017-01-051-2/+18
| * Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
| * Added documentation for the GroupSwitchModifierKavindra Palaraja2017-01-051-0/+1
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
| * Added the missing link to AnimationKavindra Palaraja2017-01-031-0/+1
| * Bump versionOswald Buddenhagen2017-01-031-1/+1
| * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-022-5/+58
| * QQuickWindow flushFrameSynchronousEvents: don't hover if nothing dirtyShawn Rutledge2016-12-281-2/+3
| * Get rid of the GCBlockerLars Knoll2016-12-284-36/+0
| * Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* | QQuickItemViewPrivate: cleanup superfluous semi-colonsJ-P Nurmi2017-01-141-2/+2
* | Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-144-3/+17
* | Blacklist imageSource and svg testsRobin Burchell2017-01-131-0/+6
* | Add initial support for INTEGRITYKimmo Ollila2017-01-133-4/+19
* | Improve visibility into Positioner positioning from QMLMichael Brasser2017-01-134-0/+175
* | QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-123-1/+17
* | QQuickItemGrabResult: Use qmlWarning instead of qWarningRobin Burchell2017-01-121-7/+8
* | test: fix tst_QQuickGraphicsInfo::testProperties()Liang Qi2017-01-122-4/+1
* | QSGNodeVisitorEx virtual destructorPier Luigi Fiorini2017-01-121-0/+2
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-1147-165/+165
* | tst_touchmouse: Have a go at some stabilisation & improvementsRobin Burchell2017-01-111-315/+270
* | PathView: fix crash on path removeOleg Yadrov2017-01-113-7/+54
* | QQmlError: Fix code style a bitRobin Burchell2017-01-111-19/+32
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-116-28/+185
* | Binop assembler cleanupSimon Hausmann2017-01-112-87/+97
* | Break circular assembler dependencySimon Hausmann2017-01-113-8/+8
* | Minor assembler cleanupSimon Hausmann2017-01-112-169/+172
* | Remove Q_FLAGS about a enum/flags that don't exist at allAlbert Astals Cid2017-01-111-1/+0
* | tst_qqmllocale: avoid duplicating a QLocale::toString() callEdward Welbourne2017-01-101-6/+9
* | tst_qqmllocale: simplify creation of a QDateTimeEdward Welbourne2017-01-101-27/+9
* | tst_qqmllocale: shuffle commentary on JS Date's month numberingEdward Welbourne2017-01-102-6/+7
* | tst_qqmllocale: use unsetenv to clear environment variableEdward Welbourne2017-01-101-1/+4
* | tst_qqmllocale: use QVERIFY() rather than QCOMPARE(, true)Edward Welbourne2017-01-101-2/+2
* | Blacklist tst_QQuickGraphicsInfo::testProperties() on linuxLiang Qi2017-01-101-0/+3
* | Clarify JIT selection for 32-bit and 64-bit architecturesSimon Hausmann2017-01-041-4/+4
* | MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-045-23/+156