aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquicktrailemitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* 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: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-10/+9
* Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-041-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* 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-4/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-7/+7
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+3
* Convert putIndexed()Lars Knoll2013-09-221-1/+2
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-3/+4
* Convert v8::Array usage in particles to V4Simon Hausmann2013-06-121-4/+7
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-3/+3
* Remove v8::HandleScopeLars Knoll2013-05-031-1/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix uses of various qml doc commandsBea Lam2012-08-081-1/+1
* Particle doc fixesBea Lam2012-08-031-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-9/+9
* Delay custom emitter processingAlan Alpert2012-06-251-3/+4
* 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/+285