summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Q*Animation: s/QPair/std::pair/Marc Mutz2023-12-143-9/+10
* QAbstractAnimation: avoid spurious dependencies on the state propertyIvan Solovev2023-09-181-8/+10
* QAbstractAnimation::setCurrentTime() - fix bindable property usageIvan Solovev2023-09-061-14/+27
* QPauseAnimation: extend tests and fix binding loopIvan Solovev2023-09-031-4/+3
* QVariantAnimation: fix binding loopsIvan Solovev2023-09-031-8/+8
* QPropertyAnimation: fix binding loopsIvan Solovev2023-09-031-11/+13
* Fix build with -sanitize undefinedTor Arne Vestbø2023-06-261-1/+1
* animation: use Q_EMIT in private headerTim Blechmann2023-05-111-2/+2
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-2/+1
* Migration from int to qsizetype of QAnimationGroupKonrad Kujawa2023-02-016-13/+13
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-044-11/+11
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-201-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-1620-760/+40
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-292-2/+2
* Short live Q_CONSTINIT!Marc Mutz2022-03-262-2/+2
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QtCore: use C++11 thread_local instead of QThreadStorageThiago Macieira2022-02-031-13/+8
* De-inline ctors/dtors in qabstractanimation_p.hMarc Mutz2022-01-052-7/+39
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* QDefaultAnimationDriver: don't promote timerEvent() to publicMarc Mutz2022-01-041-0/+2
* QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculationMarc Mutz2021-12-211-1/+3
* Allow negative delta for designer animation driverAntti Määttä2021-10-182-2/+6
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-122-2/+2
* Fix qdoc warning: signal is not constVolker Hilsheimer2021-07-141-1/+1
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-242-4/+4
* Remove const from signalAndreas Buhr2021-06-241-1/+1
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-2/+6
* Fix qdoc warning after port to QPropertyVolker Hilsheimer2021-05-271-1/+1
* Remove unnecessary type conversionXiao YaoBing2021-05-251-2/+2
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-303-6/+35
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-283-31/+58
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-273-15/+97
* Port QPropertyAnimation::propertyName to the new property systemAndreas Buhr2021-04-203-14/+40
* Port QSequentialAnimationGroup to new property systemAndreas Buhr2021-04-193-8/+18
* QAbstractAnimation: initialize the private members while declaring themSona Kurazyan2021-04-132-28/+13
* Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+7
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-0/+1
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-1/+1
* Port QPauseAnimation to the new property systemSona Kurazyan2021-01-262-2/+13
* Remove the qmake project filesJoerg Bornemann2021-01-071-25/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-1/+1
* Remove default parameter from QUnifiedTimer::updateAnimationTimersVolker Hilsheimer2020-10-162-2/+2
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-133-19/+14
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-113-14/+19
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-033-19/+14
* QAnimationDriver: remove deprecated startTime(), setStartTime()Edward Welbourne2020-08-282-36/+0
* Deprecate int based convert/canConvertLars Knoll2020-08-241-3/+4