aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Add 28 QList::reserve() callsSérgio Martins2015-06-082-1/+4
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* qt quick particles: Fix const correctness in old style castsThiago Macieira2015-03-101-5/+5
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-2/+5
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-194-20/+14
* QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-122-5/+10
* Update copyright headersJani Heikkinen2015-02-1261-427/+427
* QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-042-11/+54
* CleanupsLars Knoll2015-01-231-15/+15
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell2015-01-171-2/+1
* QQuickItemParticle: delete delegates once they are completed.Robin Burchell2015-01-161-1/+1
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-8/+7
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-033-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0928-28/+28
|\
| * Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-0828-28/+28
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-11/+11
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-295-18/+40
|\|
| * Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-274-18/+37
| * QQuickCustomParticle: Check for current OpenGL Context before useAndy Nichols2014-10-211-0/+3
* | QQuickParticleSystem: Use QVector instead of QList.Robin Burchell2014-10-201-2/+4
* | QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.Robin Burchell2014-10-201-4/+9
* | QQuickParticleSystem: Optimize hash manipulation.Robin Burchell2014-10-201-2/+2
|/
* Check for a current QOpenGLContext before useAndy Nichols2014-09-111-0/+3
* 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