summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativebinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash.Warwick Allison2010-04-211-1/+3
* Allow null to be assigned to object propertiesAaron Kennedy2010-04-201-0/+4
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+1
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-3/+3
* Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-091-0/+4
* Use variant instead of var in QMLAaron Kennedy2010-04-091-13/+0
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-3/+2
* Fix crash on null object assignmentAaron Kennedy2010-04-081-1/+2
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-7/+37
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-5/+5
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+0
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-4/+15
* Improve value type binding behaviorAaron Kennedy2010-03-111-9/+133
* Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-2/+2
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-6/+6
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-4/+4
* Tweak QDeclarativeMetaProperty type category APIAaron Kennedy2010-02-251-1/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+308