summaryrefslogtreecommitdiff
path: root/src/particles/qquickparticleemitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Update copyright headersJani Heikkinen1-7/+7
2015-01-17QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell1-2/+1
2015-01-03Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber1-1/+1
2014-12-08Fix \inqmlmodule usage: only use one parameterAlejandro Exojo1-1/+1
2014-08-25Update license headers and add new licensesJani Heikkinen1-19/+11
2014-03-18Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh1-2/+4
2013-10-02qdoc: no longer recognizes the version nr in QML refsMartin Smith1-19/+19
2013-09-26Fix API of QQmlV4HandleLars Knoll1-2/+2
2013-09-22Convert putIndexed()Lars Knoll1-1/+2
2013-09-18Convert more methods to return a Returned<>Lars Knoll1-2/+3
2013-06-24Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann1-2/+4
2013-06-12Convert v8::Array usage in particles to V4Simon Hausmann1-3/+6
2013-05-15Doc fixAlan Alpert1-1/+1
2013-05-08Remove v8 dependencies from QQmlV4HandleLars Knoll1-2/+2
2013-05-04Only use emitCap when we run into infinite particlesAlan Alpert1-1/+3
2013-05-03Remove v8::HandleScopeLars Knoll1-1/+0
2013-05-03Cleanup v8 Context handlingLars Knoll1-1/+0
2013-04-19Rename QQmlV8Handle to QQmlV4HandleLars Knoll1-3/+3
2013-01-29docfix: Emitter.enabled was documented as Emitter.emitting.Gunnar Sletta1-1/+1
2013-01-10Update copyright year in Digia's license headersSergio Ahumada1-1/+1
2012-09-23Change copyrights from Nokia to DigiaIikka Eklund1-24/+24
2012-08-02Particles module doc fixesBea Lam1-2/+2
2012-07-30Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion1-1/+2
2012-06-29Rename speed -> velocity in the particle systemAlan Alpert1-17/+17
2012-06-25Delay custom emitter processingAlan Alpert1-2/+5
2012-06-10Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen1-1/+1
2012-06-06Doc: Grouped Qt Quick types into several groupsJerome Pasion1-0/+1
2012-05-24Doc: Sanitized QML typesNico Vertriest1-1/+1
2012-04-23Also check notifier endpoints when checking whether a signal is connected.Michael Brasser1-2/+2
2012-04-16Extract Particles code to an independent libraryMatthew Vogt1-0/+495