aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-248-13/+58
|\
| * 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
| |/
* | 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
|/
* 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
|/
* Remove workaround for particle shader on BlackberryFabian Bumberger2013-01-162-10/+0
* Doc: correcting typo "the the"Nico Vertriest2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1061-61/+61
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+1
* Apply full transformAlan Alpert2012-11-291-4/+7
* Blackberry: Workaround for GLSL compiler bug.Fabian Bumberger2012-11-092-0/+10
* Change qml list interfaceMarco Bubke2012-10-231-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2361-1466/+1466
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-111-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Fix uses of various qml doc commandsBea Lam2012-08-084-9/+9
* Fixes a crash in QQuickImageParticleBerthold Krevert2012-08-061-2/+4
* Particle doc fixesBea Lam2012-08-032-7/+7
* Particles module doc fixesBea Lam2012-08-026-16/+17
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-3028-28/+55