summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1324-24/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2924-576/+576
* Update contact information in license headers.Sergio Ahumada2012-08-0124-48/+48
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-1124-24/+24
* Removed duplicate link from QFinalState documentation.jaanttil2011-09-271-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1324-408/+408
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-0/+3
|\
| * Doc: Small update to QHistoryState::setDefaultState()Geir Vattekar2011-02-181-0/+3
* | Make sure QStateMachine stops when it's told toKent Hansen2011-01-261-2/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1724-24/+24
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-1124-24/+24
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-021-1/+1
|\|
| * Fix compilation on AIX 5.3 with gccKent Hansen2010-11-011-1/+1
* | Compile fix for mingwPrasanth Ullattil2010-10-071-2/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-0/+3
|\|
| * Documented onEntry() and onExit() functions.Jerome Pasion2010-08-171-0/+3
* | Remove the use of deprecated qFindChild(ren)Olivier Goffart2010-08-061-5/+5
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-262-1/+20
|\
| * Add a function to get the transitions available from a stateKent Hansen2010-03-222-1/+20
* | Reset history states when (re)starting state machineKent Hansen2010-03-222-0/+13
|/
* Update copyright year to 2010Jason McDonald2010-01-0724-24/+24
* doc: Removed a const from a declaration in the example.Martin Smith2010-01-041-1/+1
* Export QStateMachine::WrappedEvent and QStateMachine::SignalEventEskil Abrahamsen Blomfeldt2009-11-181-2/+2
* Don't crash in QStateMachine when event transition listens toEskil Abrahamsen Blomfeldt2009-11-051-3/+2
* Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-036-36/+41
|\
| * Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-034-11/+17
| * Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-032-9/+8
| * Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-032-5/+5
| * Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-033-11/+11
* | Introduce internal StateType to avoid excessive qobject_castsKent Hansen2009-10-307-25/+80
|/
* Cache a state's parent stateKent Hansen2009-10-292-2/+8
* doc: Remove \internal tag from QStateMachine::configuration()Kent Hansen2009-10-291-2/+0
* Make QStateMachine event posting functions thread-safeKent Hansen2009-10-292-17/+83
* Cache QState's child statesKent Hansen2009-10-292-10/+17
* QStateMachine::event() should call QState::event()Kent Hansen2009-10-291-1/+1
* Greatly improve the performance of obtaining a state's transitionsKent Hansen2009-10-282-8/+17
* add missing includeKent Hansen2009-10-061-0/+1
* Add prefix to statemachine-specific event typesKent Hansen2009-10-023-5/+5
* Make sure delayed events are cancelled when a state machine haltsKent Hansen2009-09-292-0/+21
* Introduce state machine event priority, make it possible to cancel eventsKent Hansen2009-09-292-20/+89
* Do synchronous processing of events in state machine if possibleKent Hansen2009-09-292-13/+40
* doc: Describe the semantics of targetless state machine transitionsKent Hansen2009-09-291-0/+4
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-287-207/+72
* Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-253-7/+7
* Update license headers again.Jason McDonald2009-09-0926-104/+104
* Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-071-31/+11
* fix warnings on mingwThierry Bastian2009-09-021-8/+6
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3125-325/+325
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13