aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-11/+11
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-0225-157/+157
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-15/+20
* Fix API of QQmlV4HandleLars Knoll2013-09-264-10/+10
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+6
* Convert putIndexed()Lars Knoll2013-09-223-3/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Further work towards an exact GCLars Knoll2013-09-221-14/+24
* Convert more methods to return a Returned<>Lars Knoll2013-09-183-9/+12
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1226-130/+130
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0617-159/+178
|\
| * std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-264-12/+12
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-248-13/+58
| |\
| * | Convert v8::Array usage in particles to V4Simon Hausmann2013-06-123-12/+21
| * | Port ParticleData to V4Simon Hausmann2013-06-125-103/+118
| * | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-0/+2
| * | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
| * | Get rid of v8::NumberLars Knoll2013-05-211-3/+3
| * | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-086-12/+12
| * | Remove v8::persistent usage from particlesLars Knoll2013-05-083-11/+12
| * | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-8/+9
| * | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
| * | Get rid of v8::LocalLars Knoll2013-05-061-9/+9
| * | Remove v8::HandleScopeLars Knoll2013-05-034-6/+0
| * | Cleanup v8 Context handlingLars Knoll2013-05-034-5/+0
| * | More build fixes.Erik Verbruggen2013-04-192-0/+3
| * | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-1910-21/+21
| * | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+0
* | | avoid redundant calls to glActiveTextureGunnar Sletta2013-08-021-4/+1
* | | Remove redundant calls...Gunnar Sletta2013-08-021-5/+0
| |/ |/|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-282-3/+5
|\ \
| * | Doc fixAlan Alpert2013-05-151-1/+1
| * | pixelIndex -> pixel since image is now 32-bitGunnar Sletta2013-05-071-1/+1
| * | Only use emitCap when we run into infinite particlesAlan Alpert2013-05-041-1/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-292-10/+25
|\| |
| * | Optimize particle mask extruderGunnar Sletta2013-04-261-11/+24
| * | Re-implemented itemChange must always call QQuickItem::itemChangeShawn Rutledge2013-04-261-1/+1
| * | Use the actual size of the image for the iteration.Gunnar Sletta2013-04-231-2/+4
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-0/+9
|\| |
| * | Use triangle strips for particles on Mac OS X, ATI cards.Gunnar Sletta2013-04-161-0/+9
| |/
* / Embed some default particles.Alan Alpert2013-04-155-0/+19
|/
* Replace deprecated V8 functionsPeter Varga2013-03-111-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-072-1/+5
|\
| * docfix: Emitter.enabled was documented as Emitter.emitting.Gunnar Sletta2013-01-291-1/+1
| * Introduce a workaround for a GLSL bug on BB10Fabian Bumberger2013-01-261-0/+4
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2828-95/+0
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-1/+0
|/