summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine_p.h
Commit message (Expand)AuthorAgeFilesLines
* correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-131-1/+1
* kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-131-10/+1
* correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-121-1/+2
* make sure connections and event filters are removed when state machine haltsKent Hansen2009-05-081-0/+1
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-4/+4
* kill QStateMachine::animationsFinished(), introduce QState::polished()Kent Hansen2009-04-291-3/+5
* compileKent Hansen2009-04-291-0/+1
* add animationsEnabled propertyKent Hansen2009-04-291-0/+2
* move assignProperty() to QStateKent Hansen2009-04-291-1/+1
* Remove API for setting specific restore policies on states. We have no clearEskil Abrahamsen Blomfeldt2009-04-231-1/+1
* kill the stateactions apiKent Hansen2009-04-221-1/+1
* Add API for adding default animations to the state machine. This is especiallyEskil Abrahamsen Blomfeldt2009-04-211-2/+7
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+214