summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-181-2/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Adding a warning if the property of an animation is not writableThierry Bastian2010-01-221-1/+3
* Merge branch '4.6'Thiago Macieira2010-01-211-5/+12
|\
| * Make the qWarnings in the animation API more useful.Alexis Menard2010-01-191-5/+12
* | Make the animation api compile when QT_NO_THREAD is definedLeonardo Sobral Cunha2010-01-211-0/+2
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fix docs for animation apiLeonardo Sobral Cunha2009-11-091-5/+5
* Result API review with JasminThierry Bastian2009-11-041-3/+3
* QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2
* small optimization for variant handling in animationsThierry Bastian2009-09-111-3/+9
* animations now display a warning if they don't have a end valueThierry Bastian2009-09-111-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* QPropertyAnimation: small refactor and we got rid of QMetaPropertyThierry Bastian2009-08-271-26/+13
* QPropertyAnimation: use of QWeakPointer instead of QObject::connectThierry Bastian2009-08-271-28/+19
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* Fix compile issue for animation frameworkThierry Bastian2009-08-131-1/+1
* QPropertyAnimation: refactor of the default-value codeThierry Bastian2009-08-131-0/+5
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* QPropertyAnimation: save a Q_GLOBAL_STATICThierry Bastian2009-07-081-10/+8
* Doc: Removed mention of QItemAnimation from animation docs and setGeir Vattekar2009-06-181-0/+1
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-041-2/+2
* use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in theThierry Bastian2009-06-031-22/+25
* Fix compilation with -pedanticDavid Faure2009-05-291-1/+1
* small refactor to change the interpolator at the same time as theThierry Bastian2009-05-271-6/+5
* update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-201-1/+1
* Fix an issue that made appear warnings when the target of a propertyThierry Bastian2009-05-201-0/+27
* Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-151-2/+2
* Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-071-0/+2
|\
| * Addeed a warning if one is trying to animate a property that's not partThierry Bastian2009-05-071-0/+2
* | Doc: Work on QPropertyAnimation class descriptionGeir Vattekar2009-05-071-18/+39
|/
* Fixes QPropertyAnimation's default start value update conditionLeonardo Sobral Cunha2009-04-221-7/+15
* QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-211-2/+4
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+256