summaryrefslogtreecommitdiff
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-04-091-1/+1
* make isRightAligned() const and setNoiseSource() const referenceXiao YaoBing2021-03-171-2/+2
* QtQuick.Particles: Make plugin optionalMaximilian Goldstein2021-03-143-151/+0
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-063-8/+29
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-051-0/+1
* Prefer qHypot() over sqrt(a sum of squares)Edward Welbourne2021-02-011-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-152-108/+0
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-4/+4
* Replace some more foreach with ranged forVolker Hilsheimer2020-11-302-3/+4
* Replace a bunch of foreach with ranged forVolker Hilsheimer2020-11-252-27/+27
* QQuickParticleAffector: Fix warnings about copying non-shared containersFriedemann Kleint2020-11-231-2/+2
* Allow removing attractor particlesystem at runtimeKaj Grönholm2020-11-123-2/+19
* Take pixel ratio into account with point particlesKaj Grönholm2020-11-1216-1/+16
* Fix QQuickImageParticle resetting loopKaj Grönholm2020-11-112-28/+27
* Add simpler non point particle levelKaj Grönholm2020-11-1122-76/+199
* Optimize particles vertex dataKaj Grönholm2020-11-0914-50/+51
* Cleanup and optimize particlesKaj Grönholm2020-11-0514-96/+44
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-5/+5
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-1/+1
* Add "we mean it" comment to private headerVolker Hilsheimer2020-08-251-0/+11
* Ship with optimized SPIR-V for the built-in shadersLaszlo Agocs2020-08-1111-10/+13