Add Move affector
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 14 Oct 2011 07:06:39 +0000 (17:06 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Oct 2011 08:46:03 +0000 (10:46 +0200)
commita7486d3b3bec3df9b7a036da7e331565770cbc49
tree4eb7b9912cb103c0e78e2eaa138551f4e4c4df84
parenta5e8e81c1d7f3fdf9421cb590de5e4613baa7fa1
Add Move affector

Slated to replace the 'Gravity' affector which only did one specialized
gravity usecase anyways. This one is more generic.

Change-Id: I3cbb975bad24e8f6fca7e07b671aa8ba5a3a916c
Reviewed-on: http://codereview.qt-project.org/6657
Reviewed-by: Bea Lam <bea.lam@nokia.com>
examples/declarative/particles/affectors/gravity.qml
examples/declarative/particles/affectors/move.qml [new file with mode: 0644]
src/declarative/particles/particles.pri
src/declarative/particles/qsggravity.cpp
src/declarative/particles/qsgmove.cpp [new file with mode: 0644]
src/declarative/particles/qsgmove_p.h [new file with mode: 0644]
src/declarative/particles/qsgparticlesmodule.cpp