summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-1/+46
* Allow aliases to value type propertiesAaron Kennedy2010-10-081-5/+20
* Connect property alias change signals on useAaron Kennedy2010-10-071-13/+35
* Only emit change signal when variant properties actually changeAaron Kennedy2010-09-011-3/+11
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-081-0/+30
* Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-241-1/+1
* Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-2/+1
* Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-191-6/+21
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-1/+2
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Optimization: reduce allocationsAaron Kennedy2010-03-291-3/+3
* Use QDateTime when specifying a "date" property in QMLAaron Kennedy2010-03-291-0/+24
* Fix for qdeclarativelanguage::listPropertiesAaron Kennedy2010-03-291-2/+5
* Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-291-28/+402
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-12/+13
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-1/+1
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-1/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+366