summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Q*Animation: s/QPair/std::pair/Marc Mutz2023-12-141-1/+1
* QPropertyAnimation: fix binding loopsIvan Solovev2023-09-031-11/+13
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-201-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-281-22/+41
* Port QPropertyAnimation::propertyName to the new property systemAndreas Buhr2021-04-201-12/+30
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-1/+2
* QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-12/+1
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-4/+0
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-121-4/+0
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-8/+1
| |/
* / Fix namespaced buildJędrzej Nowacki2018-10-011-2/+2
|/
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Remove pointless QT_NO_THREAD ifdefs from qpropertyanimation.cppUlf Hermann2017-01-041-2/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-161-2/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make the animation framework docs more framework-agnosticJan Arve Saether2012-11-281-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+1
* Don't use QMutexPool from the animation frameworkOlivier Goffart2012-03-061-2/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QPropertyAnimation::setTargetObject() fails if new and old target object have...Armin Berres2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+317