aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles/dataparticle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Immense Particles Refactor Part AAlan Alpert2011-06-071-274/+0
| | | | | | | Qt.labs.particles 2.0 moved to QtQuick.Particles 2.0. All C++ classes changed names, some renaming of QML types. Also adds CustomParticle.
* Split up ModelParticleAlan Alpert2011-05-231-0/+274
Now has DataParticle (with model and delegate) and an ItemParticle (which you just feed items manually). ModelParticle left for now for damage control - it will probably just disappear someday.