summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstate
Commit message (Collapse)AuthorAgeFilesLines
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-1/+1
| | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called.
* Compile with new APIEskil Abrahamsen Blomfeldt2009-05-071-2/+2
| | | | addHistoryState() is gone and onTransition() now takes an argument.
* Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-231-21/+4
| | | | | | use case for this, so it has been removed. If the requirement arises we can add it back in later. Since it no longer makes sense to have it in QAbstractState, the RestorePolicy enum has been moved to QStateMachine.
* compile.Eskil Abrahamsen Blomfeldt2009-04-211-3/+3
|
* compileEskil B2009-04-211-63/+48
|
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-172-0/+377