| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing include | Kent Hansen | 2009-10-06 | 1 | -0/+1 |
|
|
* | Add prefix to statemachine-specific event types | Kent Hansen | 2009-10-02 | 3 | -5/+5 |
|
|
* | Make sure delayed events are cancelled when a state machine halts | Kent Hansen | 2009-09-29 | 2 | -0/+21 |
|
|
* | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 2 | -20/+89 |
|
|
* | Do synchronous processing of events in state machine if possible | Kent Hansen | 2009-09-29 | 2 | -13/+40 |
|
|
* | doc: Describe the semantics of targetless state machine transitions | Kent Hansen | 2009-09-29 | 1 | -0/+4 |
|
|
* | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 7 | -207/+72 |
|
|
* | Replacing QPointer usage with QWeakPointer in statemachine | Leonardo Sobral Cunha | 2009-09-25 | 3 | -7/+7 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 26 | -104/+104 |
|
|
* | Doc: Added a note that a state machine requires a running event loop. | David Boddie | 2009-09-07 | 1 | -31/+11 |
|
|
* | fix warnings on mingw | Thierry Bastian | 2009-09-02 | 1 | -8/+6 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 25 | -325/+325 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|
|
* | Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal. | Gabriel de Dietrich | 2009-08-28 | 5 | -1/+30 |
|
|
* | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 2 | -6/+6 |
|\ |
|
| * | rename QEventTransition::eventObject to eventSource | Kent Hansen | 2009-08-21 | 2 | -6/+6 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Remove a few warnings when compiling Qt and unexport some functions. | Thiago Macieira | 2009-08-20 | 1 | -0/+2 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 26 | -30/+29 |
|\ \
| |/ |
|
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 26 | -26/+26 |
|
|
| * | fix issues reported by Coverity | Kent Hansen | 2009-08-10 | 3 | -4/+3 |
|
|
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 8 | -8/+8 |
|
|
* | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 8 | -8/+8 |
|\ \ |
|
| * | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 8 | -8/+8 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 10 | -95/+111 |
|\ \ \
| | |/
| |/| |
|
| * | | export QStateMachinePrivate symbols | Kent Hansen | 2009-08-03 | 1 | -6/+2 |
|
|
| * | | remove constructors that are not useful | Kent Hansen | 2009-08-03 | 8 | -82/+8 |
|
|
| * | | Export symbol used in QtGui. | Volker Hilsheimer | 2009-07-31 | 1 | -1/+5 |
|
|
| * | | compile | Kent Hansen | 2009-07-31 | 1 | -1/+1 |
|
|
| * | | add private goToState() function to state machine | Kent Hansen | 2009-07-31 | 2 | -7/+97 |
|
|
| * | | remove const from QSignalEvent::sender* | Kent Hansen | 2009-07-31 | 3 | -6/+6 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 6 | -222/+136 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | make statemachine compile with QT_NO_PROPERTIES | Kent Hansen | 2009-07-23 | 4 | -0/+22 |
|
|
| * | Make QStateMachine inherit QState | Kent Hansen | 2009-07-22 | 5 | -222/+111 |
|
|
| * | delete incorrect documentation | Kent Hansen | 2009-07-22 | 1 | -12/+0 |
|
|
| * | Fix memory leak with wrapped events | Kent Hansen | 2009-07-21 | 1 | -0/+3 |
|
|
| * | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest() | Geir Vattekar | 2009-07-17 | 1 | -0/+12 |
|
|
* | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 26 | -127/+129 |
|\ \
| |/ |
|
| * | Remove default error state | Eskil Abrahamsen Blomfeldt | 2009-06-23 | 3 | -65/+34 |
|
|
| * | perform normalization of signatures for signal transitions | Kent Hansen | 2009-06-22 | 2 | -8/+15 |
|
|
| * | perform all property assignments of initial state that's nested | Kent Hansen | 2009-06-17 | 1 | -2/+2 |
|
|
| * | bring back QAbstractTransition::triggered() signal | Kent Hansen | 2009-06-17 | 4 | -0/+23 |
|
|
| * | prevent subclasses from emitting entered() and exited() | Kent Hansen | 2009-06-17 | 1 | -0/+3 |
|
|
| * | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 25 | -50/+50 |
|
|
| * | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|
|
* | | Manually fix bad merges and make sure everything compiles with 4.6. | Harald Fernengel | 2009-06-29 | 1 | -1/+1 |
|/ |
|
* | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 2 | -6/+3 |
|
|
* | add QT_NO_STATEMACHINE define so state machine can be compiled out | Kent Hansen | 2009-06-04 | 18 | -0/+80 |
|
|
* | fix signal signature bug in debug output | Kent Hansen | 2009-06-03 | 1 | -2/+2 |
|
|
* | don't require use of SIGNAL macro in calls to addTransition() | Kent Hansen | 2009-06-03 | 1 | -2/+3 |
|
|