summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qvariantanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPropertyAnimation: refactor of the default-value codeThierry Bastian2009-08-131-39/+26
* oops: fix an issue when going backward and there is only 1 key value setThierry Bastian2009-08-121-4/+11
* Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-121-38/+39
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-1/+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-14/+15
* small refactor to change the interpolator at the same time as theThierry Bastian2009-05-271-14/+29
* Fixed a bug in animation when you set a start value that doesn't haveThierry Bastian2009-05-261-3/+7
* Fixed docs warnings for Animation APIThierry Bastian2009-05-261-3/+12
* update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-201-2/+1
* Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-191-4/+1
* Removed unused method from QVariantAnimationPrivateLeonardo Sobral Cunha2009-05-191-6/+0
* Avoid resetting the QVariantAnimation::currentValue when changing stateLeonardo Sobral Cunha2009-05-151-2/+0
* General refactors in QVariantAnimationLeonardo Sobral Cunha2009-05-151-26/+32
* Update current value on QVariantAnimation::setKeyValuesLeonardo Sobral Cunha2009-05-151-0/+1
* Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-151-4/+10
* Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-151-8/+6
* Doc: Git merge conflict in QVariantAnimationGeir Vattekar2009-05-051-7/+0
* Doc: Updated QVariantAnimation class descriptionGeir Vattekar2009-05-051-40/+103
* Small refactor of QVariantAnimation::updateCurrentValueThierry Bastian2009-04-291-17/+7
* Expose QVariantAnimationPrivate::getInterpolator in the private headerLeonardo Sobral Cunha2009-04-211-2/+2
* iterationCount becomes loopCount againThierry Bastian2009-04-201-1/+1
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+599