summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeopenmetaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-031-0/+12
| | | | | | | | 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 unnecessarily regenerate property cacheAaron Kennedy2010-04-281-1/+1
| | | | Improves compilation:boomblock benchmark by 22%
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-291-1/+1
| | | | Task-number: QTBUG-9439
* Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-0/+10
| | | | | | changed. Task-number: QTBUG-9386
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+355
QDeclarativeXXX.