summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeopenmetaobject_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-3/+4
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-031-0/+1
| | | | | | | | If a model emits dataChanged() every role was be updated, rather than just the roles required. Now only roles which have been used are updated. Task-number: QTBUG-12598 Reviewed-by: Michael Brasser
* Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-0/+2
| | | | | | changed. Task-number: QTBUG-9386
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+125
QDeclarativeXXX.