aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticleemitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and optimize particlesKaj Grönholm2020-11-051-1/+0
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+1
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-7/+8
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-7/+8
* | Remove QQmlV4HandleUlf Hermann2019-04-101-2/+5
|/
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* Update to new QRandomGenerator APIThiago Macieira2017-12-051-2/+2
* Use QRandomGenerator instead of q?randThiago Macieira2017-08-231-2/+3
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Particles: half the number of calls to emittersChanged.Erik Verbruggen2016-03-081-0/+2
* Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-3/+2
* Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-041-0/+12
* Particles: inline 4 methods.Erik Verbruggen2016-03-041-7/+0
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-1/+1
|\
| * Fix negative emitRate causing app to hangMitch Curtis2016-02-041-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* 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