summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-2277-63/+14047
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-224-17/+13
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-22461-14662/+21894
| |\ \
| * | | kill unused private functionsKent Hansen2009-05-226-18/+0
| * | | Fix missing/outdated license headers.Jason McDonald2009-05-219-19/+289
| * | | Revert "QVariant has changed to use some QAtomic API which was missing"Thierry Bastian2009-05-201-14/+0
| * | | compile when using qt namespaceKent Hansen2009-05-202-2/+8
| * | | remove QT_EXPERIMENTAL stuffKent Hansen2009-05-2011-67/+10
| * | | update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-208-13/+8
| * | | 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-1913-84/+10
| * | | 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-192-46/+46
| |\ \ \
| | * | | 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-196-44/+54
| | |\ \ \
| | * | | | doc: Update signature of eventTest() in documentationEskil Abrahamsen Blomfeldt2009-05-151-1/+1
| * | | | | Doc: Added information about ownership of animations.David Boddie2009-05-191-7/+14
| | |/ / / | |/| | |
| * | | | 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' into kinetic-statemachineKent Hansen2009-05-143-1/+5
| |\ \ \
| | * \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1319-295/+115
| | |\ \ \
| | | * | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-132-7/+14
| | * | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-12238-3127/+6257
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-04-296-131/+171
| | |\ \ \ \ \
| | * | | | | | Merged local changes.David Boddie2009-04-293-1/+5
| * | | | | | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-1417-18/+18
| * | | | | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-132-7/+14
| | |_|_|/ / / | |/| | | | |
| * | | | | | 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-135-16/+24
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Doc: Work on QStateMachine class descriptionGeir Vattekar2009-05-131-55/+85
| | * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-05-12202-2834/+5597
| | |\ \ \ \ \ \
| * | | | | | | | kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-1319-233/+16
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-123-15/+23
| * | | | | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-1269-3370/+1729
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-123-7/+65
| | |\ \ \ \ \ \
| | | * | | | | | Doc: Work on QPauseAnimationGeir Vattekar2009-05-111-0/+16
| | | * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-115-12/+74
| | | |\ \ \ \ \ \
| | | * | | | | | | Doc: Work on QParallelAnimationGroup and QSequentialAnimationGroupGeir Vattekar2009-05-112-7/+49
| | * | | | | | | | Fixes crash when calling QState::setErrorState() with null pointerEskil Abrahamsen Blomfeldt2009-05-121-1/+1
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-084-44/+114
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | 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...Geir Vattekar2009-05-0730-145/+272
| | | |\ \ \ \ \ \
| | | | * | | | | | change the API of private class for QAbstractAnimation to allow settingThierry Bastian2009-05-072-14/+35
| | | * | | | | | | Doc: Work on QPropertyAnimation class descriptionGeir Vattekar2009-05-071-18/+39