summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-3/+3
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* Use QList instead of QVector in corelibJarek Kobus2020-06-253-6/+5
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-065-15/+15
* Remove potential out of bounds accesses to QListLars Knoll2019-10-101-1/+4
* QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-252-3/+5
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-1/+1
|\
| * Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-1/+1
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-144-2/+30
|\ \
| * | Fix invalid vptr during destruction of animationsAllan Sandfeld Jensen2019-05-234-2/+30
* | | QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| |\|
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-261-8/+8
* | | More nullptr usage in headersKevin Funk2019-03-144-4/+4
|/ /
* | QAnimationDriver: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-052-3/+6
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2520-120/+25
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1720-85/+20
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-1220-85/+20
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-154-35/+5
* | | Fix namespaced buildJędrzej Nowacki2018-10-011-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+13
|\|