aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* Disable quick autotests on mac until qtbase is fixedLars Knoll2013-09-181-1/+2
* Expose "Qt.application.state".Yoann Lopes2013-09-171-0/+66
* These files are not used anywhere.Gunnar Sletta2013-09-171-1/+0
* Add qml toolAlan Alpert2013-09-177-11/+32
* Skip failing testsAlan Alpert2013-09-161-0/+3
* Skip failing test for nowAlan Alpert2013-09-161-0/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-132-94/+105
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-132-94/+105
| |\
| | * Add missing file to qquickflickable testMartin Jones2013-09-091-0/+26
| | * Stabilize tst_QQuickMultiPointTouchArea.Friedemann Kleint2013-09-061-94/+79
* | | Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-0/+70
|/ /
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-133-7/+12
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* | Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-0/+132
* | tst_qquicktextinput/data::maxLength(): Fix assert about zero-width window.Friedemann Kleint2013-09-121-0/+2
* | Fix return type checks in test.Erik Verbruggen2013-09-112-11/+23
* | Move CallData onto the JS stackLars Knoll2013-09-111-11/+15
* | V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-7/+7
* | Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-103-3/+77
* | Change access mode for functions declared in qmlCaroline Chao2013-09-101-4/+1
* | Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-0/+1
* | Tests: Re-enabled tests for access type of QMetaObject::SignalCaroline Chao2013-09-091-2/+4
* | Fix return type checks in test.Erik Verbruggen2013-09-091-4/+16
* | Tests: Disabled temporarily access type tests of QMetaMethod::SignalCaroline Chao2013-09-091-2/+3
* | Remove insignification of the test on Windows.Friedemann Kleint2013-09-061-2/+0
* | Merge branch 'stable' into devSergio Ahumada2013-09-0618-449/+621
|\|
| * Fix crash tst_qqmllanguageDominik Holland2013-09-051-1/+0
| * Fix tons of reference errors in tst_qquickpositionersJ-P Nurmi2013-09-051-0/+6
| * Stabilize tst_rendernode.Friedemann Kleint2013-08-301-8/+33
| * tst_QQuickItemLayer: Specify precision in shader for ANGLE.Friedemann Kleint2013-08-301-2/+2
| * tst_qquickpathview::cancelDrag(): Move mouse after setUrl().Friedemann Kleint2013-08-301-1/+1
| * Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-266-11/+84
| * Stabilize tst_qquickmousearea.Friedemann Kleint2013-08-232-411/+387
| * tst_qquickitem: Make exclusion more fine-grained.Friedemann Kleint2013-08-232-2/+3
| * Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-214-0/+91
| * Fix some style issues in tst_qquickwindowJosh Faust2013-08-191-16/+15
* | Fix qqmllocale test to use correct spec and time zoneJohn Layt2013-09-051-6/+6
* | Optimise property lookups on primitive typesLars Knoll2013-09-021-2/+1
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+0
* | change calling convention for JS function callsLars Knoll2013-09-021-6/+12
* | New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-022-129/+30
* | Make sure text is output to console on windowsJan Arve Saether2013-09-021-0/+1
* | The fast and the furious, register drift.Erik Verbruggen2013-08-271-2/+2
* | Improve reliability of propertyVarOwnership testSimon Hausmann2013-08-272-3/+9
* | Allow for function declarations inside conditionalsSimon Hausmann2013-08-232-0/+26
* | Don't crash with deferred propertiesAlan Alpert2013-08-224-0/+49
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1911-41/+132
|\|