summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | update the padnavigator example and suppress the padnavigator-ngThierry Bastian2009-05-2027-1190/+154
| * | | | | Avoid memory leaks in QStateMachine testsEskil Abrahamsen Blomfeldt2009-05-201-29/+28
| * | | | | add animation and state machine examples to qtdemoKent Hansen2009-05-201-0/+15
| * | | | | fix compiler warningsKent Hansen2009-05-203-4/+4
| * | | | | fix two .pro file bugsKent Hansen2009-05-202-2/+1
| * | | | | compile with -qtnamespace, clean up the example .pro filesKent Hansen2009-05-2032-100/+131
| * | | | | compile when using qt namespaceKent Hansen2009-05-202-2/+8
| * | | | | add README file for examples/animationKent Hansen2009-05-201-0/+38
| * | | | | Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-05-2014-956/+0
| |\ \ \ \ \
| | * | | | | remove the citizenquartz exampleKent Hansen2009-05-2014-956/+0
| * | | | | | remove QT_EXPERIMENTAL stuffKent Hansen2009-05-2011-67/+10
| * | | | | | update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-208-13/+8
| * | | | | | kill experimental QtAnimation module stuff, the module doesn't exist anymoreKent Hansen2009-05-202-4/+1
| * | | | | | Remove old examples and demos for animationsThierry Bastian2009-05-2033-3437/+0
| * | | | | | 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-1940-258/+24
| * | | | | | Removed unused method from QVariantAnimationPrivateLeonardo Sobral Cunha2009-05-192-7/+0
| * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1910-73/+190
| |\ \ \ \ \ \
| | * | | | | | Removed memory leak in QEasingCurvePrivateLeonardo Sobral Cunha2009-05-191-0/+1
| | * | | | | | Whitespace cleanup in QEasingCurveLeonardo Sobral Cunha2009-05-191-45/+44
| | |/ / / / /
| | * | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-1910-49/+478
| | |\ \ \ \ \
| | * | | | | | doc: Minor fixes + update UML diagrams for stick man exampleEskil Abrahamsen Blomfeldt2009-05-185-4/+10
| | * | | | | | doc: New state chart diagrams for Stickman exampleEskil Abrahamsen Blomfeldt2009-05-153-0/+0
| | * | | | | | doc: Update signature of eventTest() in documentationEskil Abrahamsen Blomfeldt2009-05-151-1/+1
| | * | | | | | Remove the connectByAnimation() function and add some documentation for the S...Eskil Abrahamsen Blomfeldt2009-05-145-28/+137
| | * | | | | | Start work on docs for Stickman exampleEskil Abrahamsen Blomfeldt2009-05-141-3/+5
| * | | | | | | Doc: Added information about ownership of animations.David Boddie2009-05-191-7/+14
| | |/ / / / / | |/| | | | |
| * | | | | | Fixed access to members of an object.David Boddie2009-05-181-2/+2
| * | | | | | Doc: Added architecture image to animation overview.Geir Vattekar2009-05-152-1/+4
| * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1545-106/+293
| |\ \ \ \ \ \
| | * | | | | | 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-152-0/+35
| | * | | | | | Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-152-4/+41
| | * | | | | | Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-156-15/+12
| | |/ / / / /
| | * | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-145-10/+14
| | |\ \ \ \ \
| | * | | | | | Fix top level compile in examples/animationEskil Abrahamsen Blomfeldt2009-05-141-3/+0
| | * | | | | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-1429-45/+45
| | * | | | | | Pop up message when a tank wins the gameEskil Abrahamsen Blomfeldt2009-05-148-12/+113
| | * | | | | | Fix run-time error in Seek AI's state machineEskil Abrahamsen Blomfeldt2009-05-141-1/+5
| | * | | | | | Fix SpinState in Tank Game Example to spin more than 180 degreesEskil Abrahamsen Blomfeldt2009-05-142-2/+12
| | * | | | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-133-7/+62
| * | | | | | | Doc: Added a work in progress class hierarchy overview.David Boddie2009-05-151-0/+351
| | |/ / / / / | |/| | | | |
| * | | | | | Doc: Marked up a link correctly.David Boddie2009-05-141-1/+1
| * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1329-326/+464
| |\ \ \ \ \ \
| | * | | | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-133-7/+62
| | |/ / / / /
| | * | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-131-55/+85
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-1353-498/+689
| | | |\ \ \ \ \
| | | * | | | | | Doc: Work on QStateMachine class descriptionGeir Vattekar2009-05-131-55/+85