aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-2561-1159/+671
* Add const & to argumentsAlbert Astals Cid2014-08-248-16/+16
* Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Change the object allocation schemeSimon Hausmann2014-07-221-1/+1
* Start implement new Object creation patternLars Knoll2014-07-221-10/+7
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-15/+15
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert QQuickParticleData to new data layoutLars Knoll2014-07-221-26/+31
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-1/+7
|\
| * Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer2014-06-121-1/+7
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-0/+1
|\|
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-0/+1
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-1/+1
|/
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-252-8/+8
* Initialize variables in QQuickItemParticleGunnar Sletta2014-04-041-1/+1
* Dynamic GL in QuickLaszlo Agocs2014-03-182-42/+43
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-184-11/+16
* Optimize QQuickItemParticle::prepareNextFrame().Volker Krause2014-02-201-3/+4
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Fix some typos in documentation.Jeff Tranter2014-01-092-2/+2
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-191-17/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Don't store the QSGNode pointerAlan Alpert2013-11-222-24/+24
* Remove version definition from custom particle shaders for OpenGL ES.Maciej Kujalowicz2013-11-151-0/+6
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1312-26/+315
* Simplify & speed up function callingLars Knoll2013-11-091-11/+11
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-051-0/+7
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-319-244/+308
* Load image data on main threadAlan Alpert2013-10-302-25/+34
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+6
* Make sure custom particles mark themselves dirty.Gunnar Sletta2013-10-291-1/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* 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