summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-06-1920-40/+41
|\
| * 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-1720-40/+40
* | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-101-14/+19
|\ \ | |/
| * removed foreach usage from animation APIThierry Bastian2009-06-091-14/+19
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-097-15/+15
|\ \ | |/
| * move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-047-15/+15
* | Merge commit 'mainline/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-049-44/+48
|\ \ | |/
| * use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in theThierry Bastian2009-06-032-36/+40
| * prepend private/ for included private headersMartin Jones2009-06-015-5/+5
| * Fix compilation with -pedanticDavid Faure2009-05-293-3/+3
| * Export symbol needed by the declarative module.Michael Brasser2009-05-281-1/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2717-182/+148
|\ \ | |/
| * small refactor to change the interpolator at the same time as theThierry Bastian2009-05-274-34/+40
| * 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-263-6/+15
| * Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-31/+19
| * Fix compilation on Solaris for animation API.Alexis Menard2009-05-221-1/+1
| * update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-207-13/+7
| * Fix an issue that made appear warnings when the target of a propertyThierry Bastian2009-05-203-2/+31
| * No need to export QVariantAnimationPrivateThierry Bastian2009-05-201-1/+1
| * Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-1911-74/+9
| * Removed unused method from QVariantAnimationPrivateLeonardo Sobral Cunha2009-05-192-7/+0
| * Doc: Added information about ownership of animations.David Boddie2009-05-191-7/+14
* | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-188-68/+166
|\ \ | |/
| * Avoid resetting the QVariantAnimation::currentValue when changing stateLeonardo Sobral Cunha2009-05-151-2/+0
| * General refactors in QVariantAnimationLeonardo Sobral Cunha2009-05-152-27/+35
| * 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-155-13/+10
| * Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-128-128/+334
| |\
| | * Doc: Work on QPauseAnimationGeir Vattekar2009-05-111-0/+16
| | * Doc: Work on QParallelAnimationGroup and QSequentialAnimationGroupGeir Vattekar2009-05-112-7/+49
| | * Doc: Work on QAnimationGroup class description.Geir Vattekar2009-05-081-12/+40
| | * Correct spelling. setConsitentTiming -> setConsistentTimingMichael Brasser2009-05-082-2/+2
| * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-04-291-17/+7
| |\ \
| * | | Merged local changes.David Boddie2009-04-291-1/+1
* | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-9/+7
* | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-121-1/+1
* | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-121-1/+1
* | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-074-133/+229
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-073-8/+44
| |\ \ \
| | * | | change the API of private class for QAbstractAnimation to allow settingThierry Bastian2009-05-072-14/+35
| | * | | Addeed a warning if one is trying to animate a property that's not partThierry Bastian2009-05-071-0/+2
| | * | | Provide a way in private API to have a consistent timer for animations.Thierry Bastian2009-05-072-3/+16
| * | | | Doc: Work on QPropertyAnimation class descriptionGeir Vattekar2009-05-071-18/+39
| |/ / /
| * | | Doc: Work on QAbstractAnimation class descriptionGeir Vattekar2009-05-051-46/+49
| * | | Doc: Git merge conflict in QVariantAnimationGeir Vattekar2009-05-051-7/+0
| * | | Doc: Updated QVariantAnimation class descriptionGeir Vattekar2009-05-052-47/+114
| | |/ | |/|
| * | Small refactor of QVariantAnimation::updateCurrentValueThierry Bastian2009-04-291-17/+7
| |/