summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertycache_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-3/+34
| | | | Task-number: QTBUG-13451
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Support property/method versions in QMLMartin Jones2011-01-051-1/+3
|/ | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-0/+1
| | | | Task-number: QTBUG-13719
* Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-141-2/+7
| | | | Task-number: QTBUG-14449
* Connect property alias change signals on useAaron Kennedy2010-10-071-3/+6
| | | | Task-number: QTBUG-14089
* 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.