summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-171-5/+4
|\
| * Make tst_qmlecmascript::dynamicDestruction stableAaron Kennedy2010-02-151-5/+4
* | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-161-6/+6
|/
* Improve stability of tst_qmlecmascript::dynamicDestructionAaron Kennedy2010-02-112-3/+7
* Missing fileAaron Kennedy2010-02-101-0/+25
* TestAaron Kennedy2010-02-101-0/+17
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-102-5/+5
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-092-5/+5
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-082-0/+29
* Re-add accidentally deleted fileAaron Kennedy2010-02-041-0/+6
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-033-0/+44
|\
| * Missing filesAaron Kennedy2010-02-033-0/+44
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0314-53/+48
|/
* Convert lists to variants on assignment.Aaron Kennedy2010-01-282-1/+21
* Support builtin string converters in every contextAaron Kennedy2010-01-283-2/+298
* Assigning undefined resets QObject propertiesAaron Kennedy2010-01-283-1/+50
* Test QML doesn't hijack JS ObjectAaron Kennedy2010-01-252-0/+25
* Implement custom QML slot invokation logicAaron Kennedy2010-01-154-3/+453
* missed fileWarwick Allison2010-01-111-0/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-1/+8
|\
| * Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-111-1/+8
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-0/+9
|\ \ | |/
| * Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-111-0/+9
* | Don't use a virtual signal - moc complains.Warwick Allison2010-01-111-1/+2
|/
* QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-112-4/+17
* Another dynamic method autotestAaron Kennedy2010-01-093-0/+26
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-183-0/+22
|\
| * Add autotest for d169873541ca6f6725e9ce5bfbbf9941f1823a1f.Michael Brasser2009-12-173-0/+22
* | Fix deferred property bugsAaron Kennedy2009-12-183-4/+19
|/
* QTBUG-6781 testcaseAaron Kennedy2009-12-142-0/+32
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-113-0/+6
* Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-113-1/+7
* Missed fileWarwick Allison2009-12-071-0/+8
* test bugWarwick Allison2009-12-041-0/+13
* Support array-literal Script::source valuesAaron Kennedy2009-11-297-0/+112
* Use console.log, not print.Warwick Allison2009-11-232-2/+2
* Rename QML Object to QtObjectAaron Kennedy2009-11-1911-19/+19
* Output error when a binding returns undefinedAaron Kennedy2009-11-112-3/+24
* Self-test: Check that errors are caughtWarwick Allison2009-11-091-0/+1
* Remove "to" limit on minor version.Warwick Allison2009-11-051-6/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-303-0/+31
|\
| * Add attached properties typeinfoAaron Kennedy2009-10-291-0/+1
| * Testcase for warnings at shutdownAaron Kennedy2009-10-292-0/+30
* | fix headersWarwick Allison2009-10-293-0/+120
|/
* Make more mac friendlyAaron Kennedy2009-10-281-0/+1
* Test for QT-2373Aaron Kennedy2009-10-283-0/+44
* Support return values in synthesized methodsAaron Kennedy2009-10-272-0/+14
* Clear exceptions after a binding evaluationAaron Kennedy2009-10-232-0/+28
* Fix test failures.Aaron Kennedy2009-10-222-3/+9
* Test createQmlObject URL resolution (must be relative to calling context).Warwick Allison2009-10-223-11/+25