summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatemachine
Commit message (Expand)AuthorAgeFilesLines
* Add test for QEventTransition when filtering on a QApplication instanceEskil Abrahamsen Blomfeldt2009-11-051-0/+31
* Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-031-17/+17
* Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-031-14/+28
* Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-031-4/+4
* Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-031-5/+5
* Cache a state's parent stateKent Hansen2009-10-291-0/+9
* Make QStateMachine event posting functions thread-safeKent Hansen2009-10-291-0/+48
* Test that we gracefully handle event posting after the state machine is stoppedKent Hansen2009-10-291-0/+17
* statemachine: implement cloning of a whole bunch more GUI eventsKent Hansen2009-10-061-0/+27
* Make sure delayed events are cancelled when a state machine haltsKent Hansen2009-09-291-0/+39
* Introduce state machine event priority, make it possible to cancel eventsKent Hansen2009-09-291-5/+44
* Do synchronous processing of events in state machine if possibleKent Hansen2009-09-291-0/+33
* add a test for custom QEventTransitionKent Hansen2009-09-281-3/+74
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.Gabriel de Dietrich2009-08-281-0/+42
* Merge commit 'qt/master'Jason Barron2009-08-211-8/+8
|\
| * rename QEventTransition::eventObject to eventSourceKent Hansen2009-08-211-8/+8
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fixed qstatemachine autotest compilaton for Symbian OS.Janne Anttila2009-08-111-8/+8
* | Merge commit 'origin/master'Jason Barron2009-08-061-91/+91
|\ \ | |/ |/|
| * Trailing whitespace and tab/space fixes for auto testsJanne Anttila2009-08-041-91/+91
* | 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