aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QNX build on WindowsSimon Hausmann2017-09-061-1/+1
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-08-312-0/+21
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-0/+43
* Fix build of animation benchmarkErik Verbruggen2017-05-121-0/+5
* Another benchmark fixErik Verbruggen2017-05-122-1/+3
* Disable particle benchmarksErik Verbruggen2017-05-122-2/+4
* Fix qml file loading for tst_affectorsErik Verbruggen2017-05-122-5/+9
* Fix benchmark: remove benchmarks containing old v8 referencesErik Verbruggen2017-05-122-89/+2
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-091-0/+12
* Fix a QJSValue benchmarkErik Verbruggen2017-05-092-2/+2
* Remove outdated QJSValue benchmarkErik Verbruggen2017-05-095-120/+2
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-261-0/+15
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-032-11/+52
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-192-2/+13
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-143-0/+4
* 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
* Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-152-0/+36
* Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
* QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-0/+29
* Add a test for bitmap font rendering in Qt QuickEskil Abrahamsen Blomfeldt2016-10-251-0/+18
* Make tst_qquicktextedit::mouseSelection() passJ-P Nurmi2016-10-242-7/+8
* tst_qquicktextedit: remove mouseDoubleClickInterval waitJ-P Nurmi2016-10-231-3/+0
* tst_qquicktext: remove bogus blacklistingJ-P Nurmi2016-10-231-2/+0
* QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-2/+5
* Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-0/+14
* Flickable: add a trackpad (touchpad) autotestShawn Rutledge2016-10-041-0/+45
* Fix vtable for QQuickPaintedItemSimon Hausmann2016-09-302-2/+2
* BC test data files for Qt 5.6 for QtDeclarativeMilla Pohjanheimo2016-09-304-0/+54475
* qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-13/+13
* Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-292-0/+73
* QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-0/+12
* Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-292-1/+24
* Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
* Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-222-0/+137
* Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+4
* Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+4
* Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
* Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
* PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-122-0/+103
* Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
* PathView: fix item creationAnton Kudryavtsev2016-08-122-0/+101
* Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
* Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* tst_librarymetrics_performance: Use QBENCHMARK macro instead of rolling our ownRobin Burchell2016-08-051-133/+14
* benchmarks: Remove odd qqmlimage benchmarkRobin Burchell2016-08-054-113/+0