summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.Gabriel de Dietrich2009-08-285-1/+30
* Merge commit 'qt/master'Jason Barron2009-08-212-6/+6
|\
| * rename QEventTransition::eventObject to eventSourceKent Hansen2009-08-212-6/+6
* | Merge commit 'qt/master'Jason Barron2009-08-201-0/+2
|\|
| * Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-201-0/+2
* | Merge commit 'qt/master'Jason Barron2009-08-1326-30/+29
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-1226-26/+26
| * fix issues reported by CoverityKent Hansen2009-08-103-4/+3
* | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-068-8/+8
* | Merge commit 'origin/master'Jason Barron2009-08-048-8/+8
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-038-8/+8
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-0410-95/+111
|\ \ \ | | |/ | |/|
| * | export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
| * | remove constructors that are not usefulKent Hansen2009-08-038-82/+8
| * | 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-312-7/+97
| * | remove const from QSignalEvent::sender*Kent Hansen2009-07-313-6/+6