summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* add qstatemachine autotest to auto.proKent Hansen2009-05-221-0/+1
* add some edge case tests for QStateMachine::start() & stop()Kent Hansen2009-05-221-0/+8
* Fix QEasingCurve autotestsLeonardo Sobral Cunha2009-05-221-15/+193
* Merge branch '4.5'Thiago Macieira2009-05-223-1/+600
|\
| * Add an autotest to check that the network test server worksThiago Macieira2009-05-223-1/+600
* | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-2216-0/+8234
|\ \
| * \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Thierry Bastian2009-05-221-78/+199
| |\ \
| | * | add more testsKent Hansen2009-05-221-64/+124
| | * | add more testsKent Hansen2009-05-221-14/+75
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-22137-541/+11677
| |\ \ \ | | |/ / | |/| |
| * | | Use QTest::ignoreMessage() instead of custom implementationEskil Abrahamsen Blomfeldt2009-05-221-52/+14
| * | | Avoid memory leaks in QStateMachine testsEskil Abrahamsen Blomfeldt2009-05-201-29/+28
| * | | Update current value on QVariantAnimation::setKeyValuesLeonardo Sobral Cunha2009-05-151-0/+34
| * | | Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-151-0/+31
| * | | Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-151-2/+2
| * | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-142-5/+5
| * | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-131-0/+48
| * | | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-121-0/+45
| * | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-129-1117/+1801
| |\ \ \
| | * | | Don't interrupt test before animation finishesEskil Abrahamsen Blomfeldt2009-05-121-2/+4
| | * | | Kill warning in removeDefaultAnimation() testEskil Abrahamsen Blomfeldt2009-05-121-2/+5
| | * | | Avoid warnings in assignPropertyWithAnimation testEskil Abrahamsen Blomfeldt2009-05-121-0/+8
| | * | | gracefully handle deletion of transition's target stateKent Hansen2009-05-081-0/+13
| | * | | Test what happens when target state doesn't have a parentKent Hansen2009-05-081-0/+25
| | * | | make sure connections and event filters are removed when state machine haltsKent Hansen2009-05-081-0/+4
| | * | | don't create transition to null stateKent Hansen2009-05-081-2/+23
| | * | | don't add signal transition if target is null or signal doesn't existKent Hansen2009-05-071-2/+21
| | * | | Make it impossible to have root state as source or target of transition or as...Eskil Abrahamsen Blomfeldt2009-05-071-2/+5
| | * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-071-2/+3
| | |\ \ \
| | | * | | Addeed a warning if one is trying to animate a property that's not partThierry Bastian2009-05-071-2/+3
| | * | | | add QStateMachine::isRunning()Kent Hansen2009-05-071-0/+42
| | * | | | Rename NoDefaultStateInHistoryState -> NoDefaultStateInHistoryStateError for ...Eskil Abrahamsen Blomfeldt2009-05-071-1/+1
| | * | | | Fix infinite loop when source and target of transition are in different treesEskil Abrahamsen Blomfeldt2009-05-071-3/+2
| | * | | | 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