summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativedeclarativedata_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-1/+1
|\
| * Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-011-2/+4
| |
* | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-2/+6
|/ | | | This improves the declarative/creation/itemtree_qml benchmark by 6%
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-7/+10
|
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-171-1/+2
|
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-4/+13
| | | | | | | QML now behaves in a way similar to QtScript when it comes to QObject ownership. QT-2803
* QDeclarativeGuard should handle objects being deletedAaron Kennedy2010-03-031-0/+5
|
* Don't return QDeclarativeDeclarativeData for a deleting objectAaron Kennedy2010-03-021-1/+4
| | | | This was causing crashes in the qmldesigner.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+138
QDeclarativeXXX.