summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeobjectscriptclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+2
* List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
* Use variant instead of var in QMLAaron Kennedy2010-04-091-6/+1
* Make script and binding assignments identical for list propertiesAaron Kennedy2010-04-081-1/+5
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-24/+44
* Do not create a QScriptValue for an object being deletedAaron Kennedy2010-04-081-0/+3
* Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-071-11/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-10/+10
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-10/+10
* | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-011-5/+5
|/
* Remove warningsYann Bodson2010-03-181-29/+30
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-11/+7
* Fix crash on 32-bit platformsAaron Kennedy2010-03-121-1/+1
* Improve value type binding behaviorAaron Kennedy2010-03-111-1/+2
* Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-35/+55
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-14/+51
* Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-051-0/+81
* Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-041-1/+1
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+673