summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertycache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-121-12/+17
|\ | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| * Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-281-12/+17
| | | | | | | | Improves compilation:boomblock benchmark by 22%
* | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-041-1/+1
|/
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-3/+3
| | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway.
* 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.
* Optimization.Michael Brasser2010-03-021-2/+2
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+423
QDeclarativeXXX.