summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qabstracttransition_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-251-2/+2
| | | | Reviewed-by: thierry
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.Gabriel de Dietrich2009-08-281-1/+1
| | | | | | | | | | | | | | The signal index actually emitted was different from the signal index registered. This was due to recent changes in the meta-object protocol, where new indexes are being created (cloned) for signals with default parameters. When registering the transition signal, we now look for the original (non cloned) signal index. The transition keeps track of the user-specified signal index, and sets it when calling onTransition. Reviewed-by: Kent Hansen Reviewed-by: Olivier Goffart Task-number: 260403
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* bring back QAbstractTransition::triggered() signalKent Hansen2009-06-171-0/+1
| | | | | | It's been requested by several users. Since we have QAbstractState::{entered,exited}() signals, we should have this one as well.
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* kill unused private functionsKent Hansen2009-05-221-1/+0
|
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-1/+1
| | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called.
* kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-131-8/+0
| | | | We won't release another Qt Solution, so the define is no longer needed.
* gracefully handle deletion of transition's target stateKent Hansen2009-05-081-1/+2
|
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-1/+1
| | | | | | | | | Accessing the event can be useful. E.g., onEntry() can do some common event processing regardless of which transition caused the state to be entered; onTransition() can be used in combination with eventTest(), where eventTest() would first check that the input matches some criteria, and then the actual processing of that input would be done in onTransition.
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+99