summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertycache_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some Q_AUTOTEST_EXPORTsAaron Kennedy2010-06-031-1/+1
|
* Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-281-0/+1
| | | | Improves compilation:boomblock benchmark by 22%
* 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.
* Remove more accidentally submitted codeAaron Kennedy2010-03-111-1/+0
|
* DocAaron Kennedy2010-03-101-3/+3
|
* Remove accidentally submitted codeAaron Kennedy2010-03-101-8/+1
|
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-5/+14
|
* Move private QDeclarativeMetaProperty functions into the private classAaron Kennedy2010-02-251-1/+1
| | | | | | We don't want to allow manipulation of bindings and signal properties through the public API. Equivalents of the public functions now exist in QDeclarativeMetaPropertyPrivate for internal use.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+196
QDeclarativeXXX.