aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Declare some missing value typesUlf Hermann2024-04-171-1/+1
* Fix deadlock in long-running particle systemEskil Abrahamsen Blomfeldt2024-03-142-3/+4
* Fix ItemParticle constant CPU usageSadegh Taghavi2024-03-082-4/+63
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1
* QQuickV4ParticleData: Mark properties as finalFabian Kosmale2024-02-291-1/+1
* Mostly revert "Make properties in the particles module FINAL"Fabian Kosmale2024-02-1625-105/+105
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-154-67/+105
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* Remove the use of Q_QUICKPARTICLES_PRIVATE_EXPORTAlexey Edelev2024-01-0928-35/+35
* Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-10-301-0/+3
* Particles: Simplify QQuickParticleDataUlf Hermann2023-10-192-147/+65
* Make QQuickV4ParticleData a value typeUlf Hermann2023-10-1910-338/+145
* Particles: Use pointer-based connect() and disconnect()Ulf Hermann2023-10-025-31/+35
* Particles: Optimize the case of adding a single emitterUlf Hermann2023-09-212-1/+32
* qimage/qpixmap: use rvalue overloads moreAnton Kudryavtsev2023-09-151-1/+1
* Doc: Fix issues in Attractor QML type documentationTopi Reinio2023-09-011-34/+30
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-012-2/+2
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-1/+0
* Mark QtQuickParticles as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1710-0/+31
* particles: Remove unused checked-in .qsb filesLaszlo Agocs2023-08-1512-0/+0
* Doc: Fix documentation issues for Affector and PathView QML typesTopi Reinio2023-07-051-6/+7
* doc: update base class for LineShapeOliver Eftevaag2023-06-151-1/+1
* Make properties in the particles module FINALOliver Eftevaag2023-06-0725-106/+106
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-6/+5
* Condition particles shaders at build timeLaszlo Agocs2023-03-142-43/+117
* Fix QQuickImageParticle in case of QRhi re-createThomas Senyk2023-02-012-0/+9
* QuickParticles: export classes exposed to QMLSami Shalayel2023-01-2424-24/+29
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-075-34/+34
* Port from container::count() and length() to size()Marc Mutz2022-10-074-12/+12
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add "auto" to module DEPENDENCIESUlf Hermann2022-06-241-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1158-2203/+115
* Make sure all private headers include at least one otherThiago Macieira2022-03-102-2/+4
* Quick.Particles: Do not depend on transitive includesFabian Kosmale2022-02-152-0/+3
* Remove unused .qrc filesJoerg Bornemann2022-01-201-22/+0
* Remove set-but-not-used counter in QQuickParticleSystem::reset()Shawn Rutledge2021-12-091-4/+3
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-143-15/+17
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-022-12/+3
* Avoid unnecessary color format conversionJiDe Zhang2021-10-291-4/+5
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-1824-24/+24
* Use qDegreesToRadians() rather than yet more approximations to pi/180Edward Welbourne2021-09-172-13/+16
* Finally drop last references to v8Ulf Hermann2021-08-162-7/+7
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-2/+0
* Use nullptr rather than 0 for null pointersUlf Hermann2021-06-302-2/+2
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-5/+5
* Refactor and update qml CMake APICraig Scott2021-06-041-24/+7
* Fix MSVC warning C4334Kai Köhne2021-05-281-1/+1
* Switch from QFlatSet to QSet in particlesKaj Grönholm2021-05-184-161/+2