aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2355-496/+2037
|\
| * tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
| * qmltest: added layout/tst_layout.qml and related filesLiang Qi2017-01-203-0/+186
| * PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-0/+97
| * test262: Allow specifying a custom V4CMDRobin Burchell2017-01-191-1/+1
| * Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-1/+3
| * Make inspector animation speed test more robustUlf Hermann2017-01-182-21/+37
| * qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-23/+23
| * Remove remnants of blackberry platform supportRobin Burchell2017-01-163-13/+0
| * ListView: allow flicking to both directionsJ-P Nurmi2017-01-162-0/+149
| * tests: Remove some vestigial referencesRobin Burchell2017-01-162-48/+0
| * QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-163-0/+39
| * Fix imageSource and svg tests after change to how QtSvg interprets image sizeRobin Burchell2017-01-152-12/+6
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-148-7/+110
| |\
| | * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
| | * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-121-0/+21
| | * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-113-2/+32
| | * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-5/+53
| * | Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-141-1/+1
| * | Blacklist imageSource and svg testsRobin Burchell2017-01-131-0/+6
| * | Improve visibility into Positioner positioning from QMLMichael Brasser2017-01-131-0/+75
| * | test: fix tst_QQuickGraphicsInfo::testProperties()Liang Qi2017-01-122-4/+1
| * | tst_touchmouse: Have a go at some stabilisation & improvementsRobin Burchell2017-01-111-315/+270
| * | PathView: fix crash on path removeOleg Yadrov2017-01-112-0/+40
| * | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-111-0/+14
| * | 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
| * | MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-041-21/+63
| * | mpta-crosshairs manual test: correct the velocity vector rotationShawn Rutledge2017-01-041-1/+2
| * | Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-023-1/+36
| * | add text manual testShawn Rutledge2016-12-316-0/+321
| * | Add TextInput::textEdited()J-P Nurmi2016-12-301-0/+52
| * | Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-293-0/+330
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-254-2/+28
| |\|
| | * ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-204-2/+28
| * | TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-211-0/+36
| * | TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-211-0/+30
* | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-101-136/+176
* | | Stencil clipping for NVPRLaszlo Agocs2017-01-102-3/+82
* | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-195-0/+379
|/ /
* | Keys: add shortcutOverride signalMitch Curtis2016-12-182-0/+100
* | Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-162-0/+57
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1443-177/+582
|\|
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-4/+3
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-082-87/+144