aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow assigning functions in ListElementMichael Brasser2017-10-247-9/+188
* Qml Tooling: replace some 0 with nullptrUlf Hermann2017-10-241-7/+7
* QQmlEngineControlService: Make data types explicitUlf Hermann2017-10-241-4/+5
* stabilize tst_QQuickListView::flickBothDirectionsShawn Rutledge2017-10-232-3/+1
* Blacklist tst_QQuickListView::flickBothDirections() temporarilyLiang Qi2017-10-201-0/+3
* Blacklist tst_qquickmousearea::pressedMultipleButtons() temporarilyLiang Qi2017-10-191-0/+3
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-2745-140/+140
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-255-13/+13
* Disambiguate QQuickStateActionEvent::overrideKevin Funk2017-09-255-9/+9
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-25121-565/+565
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-22113-534/+1667
|\
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-2083-314/+1065
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2083-314/+1065
| | |\
| | | * qmlimportscanner: Scan the root directory againMorten Johan Sørvig2017-09-191-1/+1
| | | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-194-9/+61
| | | * Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
| | | * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-152-1/+27
| | | * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
| | | * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-142-1/+14
| | | * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-134-7/+29
| | | * Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-122-2/+69
| | | * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-124-0/+86
| | | * Fix Integrity buildSimon Hausmann2017-09-121-1/+1
| | | * Add missing math.h include for math functionsJake Petroules2017-09-124-0/+6
| | | * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| | | * Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
| | | * Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
| | | * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-083-0/+50
| | | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-0811-39/+73
| | | * Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
| | | * Get rid of the root object index variableSimon Hausmann2017-09-0813-46/+33
| | | * Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
| | | * Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
| | | * qmlplugindump: skip imports containing "private"Marco Benelli2017-09-081-1/+1
| | | * Settings: document how to have several categoriesMitch Curtis2017-09-071-0/+9
| | | * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-072-10/+19
| | | * QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
| | | * add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
| | | * Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
| | | * QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
| | | * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-066-1/+50
| | | * Fix crashes with closures created in QML componentsLars Knoll2017-09-0616-106/+257
| | | * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-064-27/+18
| | | * Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
| | | * Add change file for Qt 5.6.3Jani Heikkinen2017-09-061-0/+78
| | | * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
| | | * Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
| | | * QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-055-16/+54
| | | * tst_qquickmultipointtoucharea nonOverlapping: add visual feedbackShawn Rutledge2017-09-051-5/+35
| * | | Register uncreateable types PointerHandler, EventPoint, EventTouchPointShawn Rutledge2017-09-201-1/+6
| |/ /