summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fix tests for history state and entering root stateEskil Abrahamsen Blomfeldt2009-05-071-5/+3
| | | * | | | Compile with new APIEskil Abrahamsen Blomfeldt2009-05-071-2/+2
| | | |/ / /
| | | * | | add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-8/+8
| | | * | | ignore QState::assignProperty() calls where the target object is 0Kent Hansen2009-05-041-0/+4
| | | * | | When restoring properties in descendants of a state which assigns it a value,Eskil Abrahamsen Blomfeldt2009-04-301-0/+64
| | | * | | The intuitive interpretation of RestoreProperties is that a value isEskil Abrahamsen Blomfeldt2009-04-301-1/+55
| | | * | | kill QStateMachine::animationsFinished(), introduce QState::polished()Kent Hansen2009-04-291-2/+153
| | | * | | SCXML defines an atomic state as a <state> with no children or <final>. However,Eskil Abrahamsen Blomfeldt2009-04-291-0/+25
| | | * | | kill QStateMachine::states() and QState::transitions()Kent Hansen2009-04-291-14/+16
| | | * | | kill source/target-specific animationsKent Hansen2009-04-291-80/+85
| | | * | | rename QBoundEvent to QWrappedEvent and make it publicKent Hansen2009-04-291-1/+1
| | | * | | replace QState::Type with QState::childMode propertyKent Hansen2009-04-291-2/+2
| | | * | | Add test that property assignments set on parallel states are actuallyEskil Abrahamsen Blomfeldt2009-04-291-3/+40
| | | * | | Remove QEXPECT_FAIL because e06c2e15 fixes this test as well.Eskil Abrahamsen Blomfeldt2009-04-291-1/+0
| | | * | | Compile against new QHistoryState API.Eskil Abrahamsen Blomfeldt2009-04-291-2/+2
| | | * | | Merge the two queries for entry states to support having history states asEskil Abrahamsen Blomfeldt2009-04-291-0/+35
| | | * | | rename a few properties and methodsKent Hansen2009-04-291-7/+7
| | | * | | make history state constructibleKent Hansen2009-04-291-2/+2
| | | * | | Add a test for the semantics of transitions from a region in parallel states.Eskil Abrahamsen Blomfeldt2009-04-281-0/+47
| | | * | | replace QStateFinished{Event,Transition} by QState::finished() signalKent Hansen2009-04-271-2/+2
| | | * | | Merge branch 'kinetic-statemachine' into kinetic-animationsKent Hansen2009-04-244-820/+871
| | | |\ \ \
| | | | * | | Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-232-38/+28
| | | | * | | kill the stateactions apiKent Hansen2009-04-221-172/+22
| | | | * | | Test for overriding default animations. This test defines the order ofEskil Abrahamsen Blomfeldt2009-04-221-0/+247
| | | | * | | Add tests for the removeDefaultAnimation* APIEskil Abrahamsen Blomfeldt2009-04-221-0/+127
| | | | * | | Add API for adding default animations to the state machine. This is especiallyEskil Abrahamsen Blomfeldt2009-04-211-0/+140
| | | | * | | QAnimationState is no more, so we remove the test for it. The relevant testsEskil Abrahamsen Blomfeldt2009-04-213-630/+327
| | | | * | | compile.Eskil Abrahamsen Blomfeldt2009-04-211-3/+3
| | | * | | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-231-92/+91
| | | * | | | Remove trailing whitespaceJan-Arve Sæther2009-04-231-8/+8
| | | * | | | Fixes QPropertyAnimation's default start value update conditionLeonardo Sobral Cunha2009-04-221-0/+22
| | | * | | | QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-212-5/+37
| | | |/ / /
| | | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-211-0/+34
| | | |\ \ \
| | | | * | | Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-211-0/+34
| | | * | | | compileEskil B2009-04-211-63/+48
| | | * | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-214-81/+81
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | iterationCount becomes loopCount againThierry Bastian2009-04-204-81/+81
| | | * | | | compileKent Hansen2009-04-211-34/+34
| | | |/ / /
| | | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-17189-2382/+3505
| | | |\ \ \
| | | | * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-17189-2382/+3505
| | | | |\ \ \
| | | | * | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-1712024-0/+2399014
| | | | / / /
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-12275-2420/+5829
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-1712024-0/+2398952
| | / / / /
| * | | | | Revert "Say hello to animation API & state machine API"Kent Hansen2009-05-2216-8234/+0
| * | | | | Say hello to animation API & state machine APIKent Hansen2009-05-2216-0/+8234
| * | | | | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-221-6/+44
| | |_|/ / | |/| | |
| * | | | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-221-0/+88
* | | | | typo fixDavid Faure2009-05-291-1/+1
|/ / / /
* | | | Merge commit 'origin/4.5'Samuel Rødal2009-05-201-4/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jedrzej Nowacki2009-05-202-15/+21
| |\ \ \