aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-281-0/+41
| | * | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-0/+133
* | | | Fix touch/mouse propagation bugsMartin Jones2014-08-011-2/+5
* | | | Stabilize tst_qquickimageGunnar Sletta2014-07-311-19/+12
* | | | tst_qqmlapplicationengine: clear $QT_MESSAGE_PATTERNDavid Faure2014-07-301-1/+2
* | | | Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-291-0/+55
* | | | Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-291-0/+34
|/ / /
* | | Fix include to proper <>Frederik Gladhorn2014-07-281-1/+1
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-267-8/+341
|\| |
| * | Don't recreate header and footer unnecessarilyMartin Jones2014-07-252-8/+10
| * | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-242-0/+66
| * | Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-242-0/+85
| * | Add autotest for incorrect steal of flick.Michael Brasser2014-07-242-0/+143
| * | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-0/+37
* | | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-258-0/+148
* | | Add Sha1.jsAlbert Astals Cid2014-07-251-0/+146
* | | QQmlError::toString: improve handling of empty urls.David Faure2014-07-2412-39/+39
* | | Fix incorrect acceptableInput value on construction.Aaron McCarthy2014-07-241-4/+2
* | | Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* | | Remove unused methodLars Knoll2014-07-221-1/+1
* | | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-221-18/+18
* | | Remove XFAILs from tst_QQuickTextEskil Abrahamsen Blomfeldt2014-07-221-4/+0
* | | Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-222-0/+85
* | | Remove QWidget include from QQmlProperty test.Andrew den Exter2014-07-171-1/+0
* | | Add QQuickFontMetrics.Mitch Curtis2014-07-173-0/+161
* | | Add containsPress property to MouseAreaMartin Jones2014-07-162-0/+85
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\| |
| * | Fix role for generic Accessible itemsFrederik Gladhorn2014-07-091-1/+1
* | | Add findChild to TestCase.Mitch Curtis2014-07-041-0/+112
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-023-2/+52
|\| |
| * | Avoid double deletion of QQuickWindowShawn Rutledge2014-06-302-0/+45
| * | Use QSignalSpy instead of waitFor in tst_qpacketprotocolUlf Hermann2014-06-191-2/+7
* | | Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-018-0/+330
* | | Avoid direct GL calls in Qt Quick examples and testsLaszlo Agocs2014-07-013-11/+19
* | | Mark failing testcases with QEXPECT_FAIL for windowsGunnar Sletta2014-07-011-0/+4
* | | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-255-8/+8
* | | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-242-0/+50
* | | Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-241-0/+37
* | | Test the javascript heap profilerUlf Hermann2014-06-181-3/+64
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-139-51/+520
|\| |
| * | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-1/+5
| |/
| * Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-052-4/+95
| * Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-0/+49
| * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-044-0/+319
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-131-1/+1
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-1316-0/+668
* | Javascript heap profilerUlf Hermann2014-06-061-0/+13
* | Process children first when delivering drag eventsAleix Pol2014-06-052-53/+88
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-048-158/+356
|\|