summaryrefslogtreecommitdiff
path: root/src/particles
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann1-1/+1
2015-07-15Doc: replace Mac OS X with OS XNico Vertriest1-1/+1
2015-06-19Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint5-7/+7
2015-06-08Add 28 QList::reserve() callsSérgio Martins2-1/+4
2015-05-15Fix build with QT_STRICT_ITERATORSSérgio Martins1-2/+2
2015-04-24Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll1-1/+1
2015-03-10qt quick particles: Fix const correctness in old style castsThiago Macieira1-5/+5
2015-02-26QtQuick: Micro-optimize iterator loops.Friedemann Kleint1-2/+5
2015-02-19Cleanup math function includes and usageAllan Sandfeld Jensen4-20/+14
2015-02-12QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2-5/+10
2015-02-12Update copyright headersJani Heikkinen61-427/+427
2015-02-04QQuickItemParticle: Only delete owned particlesAlan Alpert2-11/+54
2015-01-23CleanupsLars Knoll1-15/+15
2015-01-21Remove all the setVTable() calls that aren't required anymoreLars Knoll1-1/+0
2015-01-17QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell1-2/+1
2015-01-16QQuickItemParticle: delete delegates once they are completed.Robin Burchell1-1/+1
2015-01-08Move extension mechanism over to use the v4 engineLars Knoll1-8/+7
2015-01-03Use QV4::ScopedObject typedef instead of actual typeOleg Shparber1-1/+1
2015-01-03Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber3-3/+3
2014-12-20Remove most of the places where getPointer() is usedLars Knoll1-1/+1
2014-12-09Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann28-28/+28
2014-12-08Fix \inqmlmodule usage: only use one parameterAlejandro Exojo28-28/+28
2014-11-08Move Object::Data into the Heap namespaceLars Knoll1-1/+1
2014-11-04Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll1-11/+11
2014-10-29Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn5-18/+40
2014-10-27Fix leaks in QQuickImageParticleJocelyn Turcotte4-18/+37
2014-10-21QQuickCustomParticle: Check for current OpenGL Context before useAndy Nichols1-0/+3
2014-10-20QQuickParticleSystem: Use QVector instead of QList.Robin Burchell1-2/+4
2014-10-20QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.Robin Burchell1-4/+9
2014-10-20QQuickParticleSystem: Optimize hash manipulation.Robin Burchell1-2/+2
2014-09-11Check for a current QOpenGLContext before useAndy Nichols1-0/+3
2014-08-25Update license headers and add new licensesJani Heikkinen61-1159/+671
2014-08-24Add const & to argumentsAlbert Astals Cid8-16/+16
2014-08-12Doc: Remove duplicated wordsTopi Reinio1-1/+1
2014-07-22Cleanup: Get rid of __data membersSimon Hausmann1-4/+0
2014-07-22Fix Managed::as<>() methodLars Knoll1-1/+1
2014-07-22Change the object allocation schemeSimon Hausmann1-1/+1
2014-07-22Start implement new Object creation patternLars Knoll1-10/+7
2014-07-22Convert ExecutionContext to new storage schemeLars Knoll1-15/+15
2014-07-22Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll1-1/+1
2014-07-22Convert QQuickParticleData to new data layoutLars Knoll1-26/+31
2014-06-13Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann1-1/+7
2014-06-12Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer1-1/+7
2014-06-04Merge remote-tracking branch 'origin/stable' into devSimon Hausmann1-0/+1
2014-05-30Fix potential null pointer dereferencingFrederik Gladhorn1-0/+1
2014-05-23Avoid direct GL calls in QuickLaszlo Agocs1-1/+1
2014-04-25Follow QOpenGLContext API renamingLaszlo Agocs2-8/+8
2014-04-04Initialize variables in QQuickItemParticleGunnar Sletta1-1/+1
2014-03-18Dynamic GL in QuickLaszlo Agocs2-42/+43
2014-03-18Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh4-11/+16