| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure QStateMachine stops when it's told to | Kent Hansen | 2011-01-26 | 1 | -0/+68 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | tst_qstatemachine.cpp: fix compilation with Sun Studio | Olivier Goffart | 2010-09-28 | 1 | -1/+1 |
|
|
* | Reset history states when (re)starting state machine | Kent Hansen | 2010-03-22 | 1 | -0/+59 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Export QStateMachine::WrappedEvent and QStateMachine::SignalEvent | Eskil Abrahamsen Blomfeldt | 2009-11-18 | 1 | -0/+8 |
|
|
* | Add test for QEventTransition when filtering on a QApplication instance | Eskil Abrahamsen Blomfeldt | 2009-11-05 | 1 | -0/+31 |
|
|
* | Rename QState::polished() signal to "propertiesAssigned" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 1 | -17/+17 |
|
|
* | Remove return type of QState::addTransition(QAbstractTransition*) | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 1 | -14/+28 |
|
|
* | Change name of DoNotRestoreProperties enum to DontRestoreProperties | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 1 | -4/+4 |
|
|
* | Change name of QStateMachine::animationsEnabled property to "animated" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 1 | -5/+5 |
|
|
* | Cache a state's parent state | Kent Hansen | 2009-10-29 | 1 | -0/+9 |
|
|
* | Make QStateMachine event posting functions thread-safe | Kent Hansen | 2009-10-29 | 1 | -0/+48 |
|
|
* | Test that we gracefully handle event posting after the state machine is stopped | Kent Hansen | 2009-10-29 | 1 | -0/+17 |
|
|
* | statemachine: implement cloning of a whole bunch more GUI events | Kent Hansen | 2009-10-06 | 1 | -0/+27 |
|
|
* | Make sure delayed events are cancelled when a state machine halts | Kent Hansen | 2009-09-29 | 1 | -0/+39 |
|
|
* | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 1 | -5/+44 |
|
|
* | Do synchronous processing of events in state machine if possible | Kent Hansen | 2009-09-29 | 1 | -0/+33 |
|
|
* | add a test for custom QEventTransition | Kent Hansen | 2009-09-28 | 1 | -3/+74 |
|
|
* | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 1 | -2/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal. | Gabriel de Dietrich | 2009-08-28 | 1 | -0/+42 |
|
|
* | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 1 | -8/+8 |
|\ |
|
| * | rename QEventTransition::eventObject to eventSource | Kent Hansen | 2009-08-21 | 1 | -8/+8 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Fixed qstatemachine autotest compilaton for Symbian OS. | Janne Anttila | 2009-08-11 | 1 | -8/+8 |
|
|
* | | Merge commit 'origin/master' | Jason Barron | 2009-08-06 | 1 | -91/+91 |
|\ \
| |/
|/| |
|
| * | Trailing whitespace and tab/space fixes for auto tests | Janne Anttila | 2009-08-04 | 1 | -91/+91 |
|
|
* | | remove constructors that are not useful | Kent Hansen | 2009-08-03 | 1 | -17/+13 |
|
|
* | | add private goToState() function to state machine | Kent Hansen | 2009-07-31 | 1 | -0/+41 |
|
|
* | | Make QStateMachine inherit QState | Kent Hansen | 2009-07-22 | 1 | -234/+277 |
|
|
* | | Fix memleaks in the autotests | Kent Hansen | 2009-07-21 | 1 | -1/+14 |
|
|
* | | add autotest for adding transition from state machine's root | Kent Hansen | 2009-07-21 | 1 | -0/+10 |
|
|
* | | Disable private unit tests when Qt is configured without | Rohan McGovern | 2009-07-09 | 1 | -0/+2 |
|/ |
|
* | Remove default error state | Eskil Abrahamsen Blomfeldt | 2009-06-23 | 1 | -38/+48 |
|
|
* | Fix tests on Windows | Eskil Abrahamsen Blomfeldt | 2009-06-23 | 1 | -16/+16 |
|
|
* | perform normalization of signatures for signal transitions | Kent Hansen | 2009-06-22 | 1 | -0/+25 |
|
|
* | add test for parallel root state (which currently isn't supported) | Kent Hansen | 2009-06-22 | 1 | -0/+24 |
|
|
* | Autotests: fix compile issue on hpux | Thierry Bastian | 2009-06-18 | 1 | -5/+5 |
|
|
* | Autotests: fix compile issues on HPUX | Thierry Bastian | 2009-06-17 | 1 | -16/+16 |
|
|
* | perform all property assignments of initial state that's nested | Kent Hansen | 2009-06-17 | 1 | -11/+19 |
|
|
* | bring back QAbstractTransition::triggered() signal | Kent Hansen | 2009-06-17 | 1 | -0/+2 |
|
|
* | add tests for QAbstractState::{entered,exited}() signals | Kent Hansen | 2009-06-17 | 1 | -0/+9 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
|
|
* | don't require use of SIGNAL macro in calls to addTransition() | Kent Hansen | 2009-06-03 | 1 | -0/+28 |
|
|
* | add various tests | Kent Hansen | 2009-05-22 | 1 | -18/+86 |
|
|
* | test what happens when changing to an invalid signal while state is active | Kent Hansen | 2009-05-22 | 1 | -0/+6 |
|
|
* | add tests for multiple signal/event transitions from same source | Kent Hansen | 2009-05-22 | 1 | -0/+68 |
|
|