aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* improve dependencies of qmlparser testOswald Buddenhagen2013-03-162-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-144-16/+17
|\
| * Improve timer dependent tests.Frederik Gladhorn2013-03-111-0/+1
| * Fix warning about uninitialized value in QML-ECMA-test (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Fix warning about use of uninitialized value in QML-debug helpers.Friedemann Kleint2013-03-111-14/+14
| * Fix warning about adding int to a QString (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Mark flaky tst_qv8profilerservice test as insignificant on MacKai Koehne2013-02-281-0/+2
* | Add QtQml.Models moduleAlan Alpert2013-03-126-0/+172
* | Fixed some auto testsBernd Weimer2013-03-121-1/+1
* | Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-111-2/+2
* | Disable qv8profilerservice test. It is very unstableGunnar Sletta2013-03-071-0/+1
* | Add core application functionality to Qt.application in QMLAlan Alpert2013-03-051-5/+3
* | Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-041-0/+49
* | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-187-5/+33
* | Add Composite Types to QQmlTypeAlan Alpert2013-02-188-1/+89
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-246-120/+120
* | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-2419-104/+103
* | Merge branch 'stable' into devGunnar Sletta2013-01-17122-122/+122
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-10120-120/+120
| * make use of qtHaveModule()Oswald Buddenhagen2013-01-102-2/+2
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-162-1/+3
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-113-0/+28
* | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-112-0/+2
* | Reenable temporarily skipped QML testsPeter Varga2013-01-092-6/+0
* | Update some QML tests and temporarily skip themPeter Varga2013-01-092-15/+11
* | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-083-0/+82
* | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-084-3/+11
* | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-0756-278/+220
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0456-278/+220
| |\|
| | * Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-208-146/+54
| | * Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-207-24/+24
| | * Fix tst_qqmlbundle on Windows.Friedemann Kleint2012-12-192-1/+2
| | * Fix tst_qqmllanguage for MSVC.Friedemann Kleint2012-12-182-6/+4
| | * Move the Q_DECLARE_METATYPE to where it should be.Stephen Kelly2012-12-112-1/+1
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+40
| | * Remove 'com.nokia' string from autotestAlan Alpert2012-12-0539-97/+97
| | * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-044-6/+0
* | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-074-0/+26
|/ /
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-0/+14
* | Fix the test suiteLars Knoll2012-12-1119-352/+15
* | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-1112-0/+123
|/
* Stabilize tst_qqmltimerAlan Alpert2012-12-011-28/+44
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-4/+5
* Made tst_QQmlDebugJS insignificant on Mac.Janne Anttila2012-11-301-0/+2
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-2941-129/+523
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-262-0/+21
* When declarative debug tests fail in CI, confirm timeout as reasonShawn Rutledge2012-11-081-0/+2
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-053-3/+50
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* Mark failing tests as insignificant.Stephen Kelly2012-10-241-0/+2