summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatemachine/tst_qstatemachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* remove constructors that are not usefulKent Hansen2009-08-031-17/+13
* add private goToState() function to state machineKent Hansen2009-07-311-0/+41
* Make QStateMachine inherit QStateKent Hansen2009-07-221-234/+277
* Fix memleaks in the autotestsKent Hansen2009-07-211-1/+14
* add autotest for adding transition from state machine's rootKent Hansen2009-07-211-0/+10
* Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-0/+2
* Remove default error stateEskil Abrahamsen Blomfeldt2009-06-231-38/+48
* Fix tests on WindowsEskil Abrahamsen Blomfeldt2009-06-231-16/+16
* perform normalization of signatures for signal transitionsKent Hansen2009-06-221-0/+25
* add test for parallel root state (which currently isn't supported)Kent Hansen2009-06-221-0/+24
* Autotests: fix compile issue on hpuxThierry Bastian2009-06-181-5/+5
* Autotests: fix compile issues on HPUXThierry Bastian2009-06-171-16/+16
* perform all property assignments of initial state that's nestedKent Hansen2009-06-171-11/+19
* bring back QAbstractTransition::triggered() signalKent Hansen2009-06-171-0/+2
* add tests for QAbstractState::{entered,exited}() signalsKent Hansen2009-06-171-0/+9
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-0/+28
* add various testsKent Hansen2009-05-221-18/+86
* test what happens when changing to an invalid signal while state is activeKent Hansen2009-05-221-0/+6
* add tests for multiple signal/event transitions from same sourceKent Hansen2009-05-221-0/+68
* make sure signal transition is correctly unregistered/re-registeredKent Hansen2009-05-221-8/+27
* make sure event transition is correctly unregistered/re-registeredKent Hansen2009-05-221-0/+13
* add some edge case tests for QStateMachine::start() & stop()Kent Hansen2009-05-221-0/+8
* add more testsKent Hansen2009-05-221-64/+124
* add more testsKent Hansen2009-05-221-14/+75
* 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
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-4/+4
* 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
* 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
* 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
* 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