Split up ModelParticle
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 23 May 2011 05:16:00 +0000 (15:16 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Mon, 23 May 2011 05:16:00 +0000 (15:16 +1000)
commit52d1ff7d3f302d3f4fc84085e4c4c9bd31c4e359
treef393b3dc07c8efcf2617ceb6ad80adb9a4e83d53
parent2c5df92e860f8fba494b62ce6ee619766f004490
Split up ModelParticle

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.
14 files changed:
demos/declarative/flickr/content/StreamView.qml
examples/declarative/particles/modelparticles/bubbles.qml
examples/declarative/particles/modelparticles/gridsplosion.qml
examples/declarative/particles/modelparticles/package.qml
examples/declarative/particles/modelparticles/stream.qml
src/imports/particles/dataparticle.cpp [new file with mode: 0644]
src/imports/particles/dataparticle.h [new file with mode: 0644]
src/imports/particles/itemparticle.cpp [new file with mode: 0644]
src/imports/particles/itemparticle.h [new file with mode: 0644]
src/imports/particles/main.cpp
src/imports/particles/modelparticle.cpp
src/imports/particles/particles.pro
src/imports/particles/particlesystem.cpp
src/imports/particles/particlesystem.h