summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxvisualitemmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-40/+40
|
* Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-1/+1
| | | | Use qmlContext(object) instead. This makes everything consistent.
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-3/+7
| | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+690