aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles
Commit message (Expand)AuthorAgeFilesLines
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-318-25/+26
* Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-312-14/+12
|\
| * Add #version 120 in more places.Alan Alpert2011-08-311-1/+1
| * Rename PointAttractor x,y to pointX,pointYAlan Alpert2011-08-311-12/+10
| * setting only colorVariation now worksAlan Alpert2011-08-311-1/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-318-36/+88
|\|
| * Custom Particle now supplies default codeAlan Alpert2011-08-311-20/+48
| * Add more proportionality modes to PointAttractorAlan Alpert2011-08-302-7/+19
| * Fix Attractor affectorAlan Alpert2011-08-301-2/+5
| * Fix entryEffect for Sprite performance levelAlan Alpert2011-08-302-3/+4
| * Add an update flag to Custom AffectorsAlan Alpert2011-08-303-4/+11
* | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-11/+11
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2556-1494/+1415
|\|
| * Add custom emission capability to FollowEmitterAlan Alpert2011-08-254-3/+26
| * Absorb CustomEmitter/AffectorAlan Alpert2011-08-2410-417/+44
| * Lift particle limits on desktopAlan Alpert2011-08-242-2/+6
| * Switch from textures to uniform arrays for size/opacity tablesAlan Alpert2011-08-244-48/+48
| * Compile on MacAlan Alpert2011-08-241-10/+25
| * Switch to using one shader and #ifdefsAlan Alpert2011-08-245-35/+231
| * Initial entryEffect support for ImageParticleAlan Alpert2011-08-246-20/+102
| * Use point spritesAlan Alpert2011-08-246-52/+77
| * Add the rest of the tiered shaders to QSGImageParticleAlan Alpert2011-08-2319-814/+531
| * Add console debugging for particlesAlan Alpert2011-08-232-1/+16
| * Add a deformable level shader for QSGImageParticleAlan Alpert2011-08-225-35/+354
| * Add noCap and startTime properties to EmitterAlan Alpert2011-08-153-5/+63
| * Remove \since tagsAlan Alpert2011-08-1527-27/+0
| * Refactor BasicEmitter into EmitterAlan Alpert2011-08-157-436/+303
* | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-222-13/+30
* | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-221-8/+8
|/
* Code cleanupAlan Alpert2011-07-291-8/+4
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-282-12/+16
* compile when qreal is a floatGunnar Sletta2011-07-281-1/+1
* Add some more properties to JS particle typeAlan Alpert2011-07-2814-81/+113
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-2811-6/+710
* Manage m_activeCount centrallyAlan Alpert2011-07-282-8/+7
* Drive ParticleSystem with an animation insteadAlan Alpert2011-07-284-62/+112
* Delete scene if you aren't going to use it.Alan Alpert2011-07-283-5/+20
* Crash even lessAlan Alpert2011-07-262-1/+1
* Only manage opacity when m_fade is trueAlan Alpert2011-07-252-5/+6
* Initial stab at docs for QtQuick.Particles 2.0Alan Alpert2011-07-2028-3/+645
* Crash lessAlan Alpert2011-07-202-0/+4
* Fixed rendering errors in complex particle system.Samuel Rødal2011-07-111-10/+7
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0856-958/+958
* Fix possible index out of bounds exceptionAlan Alpert2011-07-071-1/+5
* Squashed Particle System Stateful RewriteAlan Alpert2011-07-0635-976/+1894
* Avoid crash on exitAlan Alpert2011-07-041-1/+1
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-231-2/+0
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-211-2/+2
|\
| * Compile when qreal is not a doubleGunnar Sletta2011-06-201-2/+2
* | Rewrite last rewriteAlan Alpert2011-06-2118-672/+459