aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1928-28/+28
* Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-261-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-6/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2613-63/+63
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-026-8/+8
* Convert particles over to new calling convention for builtin functionsLars Knoll2018-01-121-26/+26
* Update to new QRandomGenerator APIThiago Macieira2017-12-0513-38/+38
* Get rid of the last usage of the V4_OBJECT macroLars Knoll2017-11-141-12/+15
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-4/+4
* Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0813-45/+51
|\
| * Use QRandomGenerator instead of q?randThiago Macieira2017-08-2313-45/+51
* | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-11/+22
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-59/+48
|\
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-59/+48
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0228-0/+56
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-2628-0/+56
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-0/+7
|\|
| * Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-4/+10
|\|
| * QQuickParticleSystem: Fix crash when an Affector diesMartin T. H. Sandsmark2017-04-051-4/+10
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-232-2/+14
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-2/+14
| |\
| | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-272-2/+14
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-283-14/+5
|\| |
| * | Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-143-14/+5
* | | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-29/+29
|/ /
* | QQuickGravityAffector: Properly deprecate the acceleration property in docsRobin Burchell2017-01-171-7/+5
* | QQuickGravityAffector: Move implementations from header to cppRobin Burchell2017-01-172-37/+46
* | Fix up some last un-fixed instances of qmlInfo that should be qmlWarningRobin Burchell2017-01-161-1/+1
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-163-26/+2
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-112-5/+5
* | particles: Fix up 16k warnings and apply them on non-ES tooLaszlo Agocs2016-12-212-5/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-2/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+4
| | |\
| | | * Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-3/+4
|\| | |
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-3/+4
* | | | Particles: add missing 'override'Anton Kudryavtsev2016-10-102-4/+4
* | | | QQuickDirection: drop const from sample() result typeAnton Kudryavtsev2016-10-0610-10/+10
* | | | Particles: add missing 'override'Anton Kudryavtsev2016-10-0622-44/+50
* | | | Mark some methods as constAnton Kudryavtsev2016-10-065-5/+5
* | | | QQuickImageParticle: mark getState() method as staticAnton Kudryavtsev2016-09-201-1/+1
* | | | QQuickLineExtruder: fix function name according to Qt code styleAnton Kudryavtsev2016-09-201-2/+2
|/ / /
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+2
|\ \ \
| * | | Particles: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
* | | | Have proper OpenGL checks in QQuickFBO and image particlesLaszlo Agocs2016-08-181-0/+10
|/ / /
* | | Private export the Particle EmitterAriel Molina2016-08-121-1/+1
* | | QtQuick: fix use-after-free of shader property connectionsErik Verbruggen2016-07-111-1/+1