summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-173-3/+21
|\
| * Add an autotest for QVariant method paramsAaron Kennedy2011-01-132-0/+18
| * Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-141-1/+1
|\ \
| * \ Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-2310-17/+168
| |\ \
| * | | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-0612-2/+471
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-0/+37
| * | Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-0/+46
| * | Remove expect-fails from passing testsAaron Kennedy2010-11-301-2/+0
| * | Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2912-0/+388
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-192-2/+2
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-151-1/+1
| |\ \
| | * | compile with quintptr instead of intptr_tThiago Macieira2010-11-151-1/+1
| * | | Remove unneeded semicolons.Martin Jones2010-11-151-1/+1
| |/ /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-124-1/+34
|\ \ \ | |/ /
| * | Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
| * | Add testcase for QTBUG-13719.Michael Brasser2010-11-043-0/+32
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-255-13/+104
|\ \ \ | |/ /
| * | Properties take precedence over methodsAaron Kennedy2010-10-192-6/+6
| * | Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-152-7/+65
| * | Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-144-0/+33
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-152-0/+27
|\ \ \ | |/ /
| * | Allow objectName to be used in QML bindingsAaron Kennedy2010-10-112-0/+27
| |/
* | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
|/
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2974-74/+74
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-283-0/+28
* Autotests cleanup.Yann Bodson2010-09-101-12/+4
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-034-1/+52
* Support JS "in" operator on QML objectsAaron Kennedy2010-09-012-0/+18
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-312-0/+24
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-313-0/+36
* Make QML tests compile on OpenSolarisMartin Jones2010-08-191-12/+12
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-024-26/+26
* Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-0/+11
* Fix assertAaron Kennedy2010-06-253-0/+20
* Disallow global object properties as property namesAaron Kennedy2010-06-252-2/+4
* Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-252-0/+22
* References to undefined variables throws a ReferenceErrorAaron Kennedy2010-06-234-7/+20
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-1/+12
* Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-5/+5
* Remove license headers from test data.Warwick Allison2010-05-23105-4305/+0
* Add license headers for .qml files.Jason McDonald2010-05-21105-0/+4305
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-202-0/+6
* Improve error messages when tests fail.Warwick Allison2010-05-201-14/+15
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+0
* Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-184-0/+33
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-181-1/+1
|\
| * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* | Round correctly in binding optimizerAaron Kennedy2010-05-181-3/+2
|/