summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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