summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc error.Jason McDonald2009-09-291-2/+2
* Removed unused line in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-1/+0
* Refactor of timer verification in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-6/+4
* Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-281-2/+2
* Small change in the API of animationsThierry Bastian2009-09-231-9/+9
* Fix a possible warning on animations used with statesThierry Bastian2009-09-221-7/+11
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* QAbstractAnimation: replacing QPointer usage for QWeakPointerLeonardo Sobral Cunha2009-08-281-12/+19
* QAbstractAnimation: fixes segfault when deleting animation inside updateCurre...Leonardo Sobral Cunha2009-08-271-9/+18
* animations: make sure setCurrentTime is called on all animationsThierry Bastian2009-08-251-2/+5
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Animations: better handling of the timerThierry Bastian2009-08-041-24/+6
* Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-3/+2
* Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
* QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
* 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
* Fix compilation with -pedanticDavid Faure2009-05-291-1/+1
* Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-251-26/+0
* 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-20/+0
* Correct spelling. setConsitentTiming -> setConsistentTimingMichael Brasser2009-05-081-1/+1
* change the API of private class for QAbstractAnimation to allow settingThierry Bastian2009-05-071-9/+25
* Provide a way in private API to have a consistent timer for animations.Thierry Bastian2009-05-071-3/+13
* Doc: Work on QAbstractAnimation class descriptionGeir Vattekar2009-05-051-46/+49
* Doc: Updated QVariantAnimation class descriptionGeir Vattekar2009-05-051-7/+11
* iterationCount becomes loopCount againThierry Bastian2009-04-201-47/+47
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+747