summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompileddata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement property versioning inside the declarative engineAaron Kennedy2011-01-271-0/+30
| | | | Task-number: QTBUG-13451
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Don't leak QML compiled data objectsAaron Kennedy2010-11-191-2/+2
| | | | Task-number: QTBUG-14761
* Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-141-1/+1
|
* 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: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-20/+0
|
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-171-3/+9
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+239
QDeclarativeXXX.