summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-201-0/+2
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
* Export symbol used in QtGui.Volker Hilsheimer2009-07-311-1/+5
* compileKent Hansen2009-07-311-1/+1
* add private goToState() function to state machineKent Hansen2009-07-311-1/+7
* remove const from QSignalEvent::sender*Kent Hansen2009-07-311-1/+1
* make statemachine compile with QT_NO_PROPERTIESKent Hansen2009-07-231-0/+2
* Make QStateMachine inherit QStateKent Hansen2009-07-221-9/+8
* Remove default error stateEskil Abrahamsen Blomfeldt2009-06-231-1/+0
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* prepend private/ for included private headersMartin Jones2009-06-011-1/+1
* Removed some export to symbols that don't need itThierry Bastian2009-05-251-3/+2
* 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