summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-1662/+0
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-0/+3
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-8/+5
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
| |\
| | * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | | 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-111-2/+6
* TestAaron Kennedy2010-02-101-0/+17
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-1/+1
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-1/+1
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-0/+24
* Convert lists to variants on assignment.Aaron Kennedy2010-01-281-0/+20
* Support builtin string converters in every contextAaron Kennedy2010-01-281-0/+61
* Assigning undefined resets QObject propertiesAaron Kennedy2010-01-281-0/+35
* Test QML doesn't hijack JS ObjectAaron Kennedy2010-01-251-0/+13
* Implement custom QML slot invokation logicAaron Kennedy2010-01-151-0/+406
* Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-111-1/+8
* QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-111-3/+16
* Another dynamic method autotestAaron Kennedy2010-01-091-0/+9
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-181-0/+9
|\
| * Add autotest for d169873541ca6f6725e9ce5bfbbf9941f1823a1f.Michael Brasser2009-12-171-0/+9
* | Fix deferred property bugsAaron Kennedy2009-12-181-0/+3
|/
* QTBUG-6781 testcaseAaron Kennedy2009-12-141-0/+22
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-111-0/+4
* Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-111-0/+4
* test bugWarwick Allison2009-12-041-0/+13
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-0/+48
* Use console.log, not print.Warwick Allison2009-11-231-1/+1
* Output error when a binding returns undefinedAaron Kennedy2009-11-111-1/+19
* Self-test: Check that errors are caughtWarwick Allison2009-11-091-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-0/+17
|\
| * Testcase for warnings at shutdownAaron Kennedy2009-10-291-0/+17
* | fix headersWarwick Allison2009-10-291-0/+40
|/
* Test for QT-2373Aaron Kennedy2009-10-281-0/+23
* Support return values in synthesized methodsAaron Kennedy2009-10-271-0/+7
* Clear exceptions after a binding evaluationAaron Kennedy2009-10-231-0/+22
* Fix test failures.Aaron Kennedy2009-10-221-1/+5
* Test createQmlObject URL resolution (must be relative to calling context).Warwick Allison2009-10-221-11/+18
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+20
* i18nWarwick Allison2009-10-131-1/+1
* The root object is always last default objectAaron Kennedy2009-10-121-0/+28
* Tweak scope ordering (again)Aaron Kennedy2009-10-091-13/+28
* Output file/line for script errorsAaron Kennedy2009-10-091-0/+20
* Fix crashAaron Kennedy2009-10-081-0/+15
* Self deleting binding testAaron Kennedy2009-10-081-0/+23
* Fix test caseAaron Kennedy2009-10-071-0/+2
* Fix test caseAaron Kennedy2009-10-071-0/+1