aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | tst_qquickwindow::mouseFiltering: verify that siblings don't filterShawn Rutledge2017-01-041-19/+69
* | | QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-039-0/+171
* | | Add a DragHandler::translation propertyJan Arve Saether2016-12-293-0/+93
* | | DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-292-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-285-2/+94
|\| |
| * | 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
* | | Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-15/+26
* | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-2072-278/+1539
|\| |
| * | 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
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-074-3/+18
| | |\
| | | * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-304-3/+18
| | * | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-062-13/+14
| | * | Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
| | * | Start cleaning up the QmlContextWrapperLars Knoll2016-12-042-1/+2
| | * | Build benchmarks only in release modeFriedemann Kleint2016-12-021-1/+2
| | * | Remove reference to trusted-benchmarks.priFriedemann Kleint2016-12-011-2/+0
| | * | Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-307-0/+247
| | * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2920-63/+63
| | |/
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-285-2/+88
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-255-2/+88
| | | |\
| | | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-0/+8
| | | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-0/+40
| | | | * QML: Fix memory leak in a benchmarkErik Verbruggen2016-11-161-1/+4
| | | | * QML: Change C++ benchmark to reflect QML benchmarkErik Verbruggen2016-11-161-1/+2
| | | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+34
| * | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-12-144-2/+45
| |\ \ \ \