summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstate.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* 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-101-1/+1
* Add a function to get the transitions available from a stateKent Hansen2010-03-221-0/+3
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-031-1/+1
* Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-031-1/+1
* 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
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* make statemachine compile with QT_NO_PROPERTIESKent Hansen2009-07-231-0/+2
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+4
* kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-131-4/+0
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-2/+2
* kill QStateMachine::states() and QState::transitions()Kent Hansen2009-04-291-1/+0
* replace QState::Type with QState::childMode propertyKent Hansen2009-04-291-5/+11
* make history state constructibleKent Hansen2009-04-291-7/+0
* move assignProperty() to QStateKent Hansen2009-04-291-0/+4
* replace QStateFinished{Event,Transition} by QState::finished() signalKent Hansen2009-04-271-2/+3
* kill the stateactions apiKent Hansen2009-04-221-3/+3
* Have QState::addTransition(QAbstractTransition*) return the transition objectEskil Abrahamsen Blomfeldt2009-04-211-1/+1
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+114