aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpta-crosshairs manual test: correct the velocity vector rotationShawn Rutledge2017-01-041-1/+2
* qml: use QUrl::fromUserInput("file.qml", QDir::currentPath())Shawn Rutledge2017-01-031-23/+7
* Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-025-1/+41
* add text manual testShawn Rutledge2016-12-316-0/+321
* Add TextInput::textEdited()J-P Nurmi2016-12-304-1/+68
* Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-297-3/+420
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-2523-77/+329
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-255-12/+190
| |\
| | * Add changes file for 5.8.0v5.8.0-rc1Jani Heikkinen2016-12-091-0/+172
| | * change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
| | * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-092-6/+5
| | * Calqlatr Example: Pass the third arg to the mapToItem() callsVenugopal Shivashankar2016-12-091-2/+3
| | * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
| * | Doc: minor grammar mistakeNico Vertriest2016-12-211-1/+1
| * | Example: corrected screenshot of the localstorage appNico Vertriest2016-12-213-1/+1
| * | qmlimportscanner: Output the relative path of a pluginFriedemann Kleint2016-12-201-14/+22
| * | Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
| * | ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-205-4/+35
| * | QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-202-31/+30
| * | V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2
| * | Q_CHECK_PTR QSGGeometry allocationsUlf Hermann2016-12-201-0/+1
| * | Q_CHECK_PTR the result of malloc() in batch rendererUlf Hermann2016-12-201-0/+1
| * | Doc: added support for JSON in localstorage documentationNico Vertriest2016-12-202-11/+41
* | | Fix Q_QUICK_SG_PROFILE macros in OpenVG renderloopAndy Nichols2016-12-251-4/+8