summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Reset history states when (re)starting state machineKent Hansen2010-03-221-0/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-031-1/+1
|\
| * Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-031-1/+1
* | Introduce internal StateType to avoid excessive qobject_castsKent Hansen2009-10-301-0/+7
|/
* Make QStateMachine event posting functions thread-safeKent Hansen2009-10-291-0/+11
* Make sure delayed events are cancelled when a state machine haltsKent Hansen2009-09-291-0/+1
* Do synchronous processing of events in state machine if possibleKent Hansen2009-09-291-1/+6
* 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
* 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