aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticleemitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell2015-01-171-2/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-19/+19
* Fix API of QQmlV4HandleLars Knoll2013-09-261-2/+2
* Convert putIndexed()Lars Knoll2013-09-221-1/+2
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-2/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-2/+4
|\
| * Doc fixAlan Alpert2013-05-151-1/+1
| * Only use emitCap when we run into infinite particlesAlan Alpert2013-05-041-1/+3
* | Convert v8::Array usage in particles to V4Simon Hausmann2013-06-121-3/+6
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
* | Remove v8::HandleScopeLars Knoll2013-05-031-1/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-3/+3
|/
* docfix: Emitter.enabled was documented as Emitter.emitting.Gunnar Sletta2013-01-291-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Particles module doc fixesBea Lam2012-08-021-2/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-17/+17
* Delay custom emitter processingAlan Alpert2012-06-251-2/+5
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-0/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-2/+2
* Extract Particles code to an independent libraryMatthew Vogt2012-04-161-0/+495