| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | fix qdoc warning | Kent Hansen | 2009-06-03 | 1 | -1/+1 |
|
|
* | prepend private/ for included private headers | Martin Jones | 2009-06-01 | 5 | -5/+5 |
|
|
* | QStateMachine: better way to get the sender signalIndex | Olivier Goffart | 2009-05-28 | 1 | -18/+7 |
|
|
* | Use Qt::UniqueConnection instead of disconnect/connect | Olivier Goffart | 2009-05-28 | 1 | -2/+1 |
|
|
* | Compile qstatemachine autotest | Olivier Goffart | 2009-05-28 | 1 | -1/+1 |
|
|
* | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 4 | -22/+6 |
|
|
* | Added QT_NO_ANIMATION to qfeatures | Thierry Bastian | 2009-05-25 | 1 | -4/+9 |
|
|
* | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -12/+12 |
|
|
* | make sure signal transition is correctly unregistered/re-registered | Kent Hansen | 2009-05-22 | 2 | -14/+18 |
|
|
* | make sure event transition is correctly unregistered/re-registered | Kent Hansen | 2009-05-22 | 2 | -14/+18 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat... | Thierry Bastian | 2009-05-22 | 1 | -1/+1 |
|
|
* | kill unused private functions | Kent Hansen | 2009-05-22 | 6 | -18/+0 |
|
|
* | doc: Update signature of eventTest() in documentation | Eskil Abrahamsen Blomfeldt | 2009-05-15 | 1 | -1/+1 |
|
|
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 9 | -10/+10 |
|
|
* | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 2 | -7/+14 |
|
|
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-13 | 1 | -55/+85 |
|\ |
|
| * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in... | Geir Vattekar | 2009-05-13 | 3 | -15/+23 |
| |\ |
|
| * | | Doc: Work on QStateMachine class description | Geir Vattekar | 2009-05-13 | 1 | -55/+85 |
|
|
* | | | kill the QT_STATEMACHINE_SOLUTION define | Kent Hansen | 2009-05-13 | 18 | -228/+16 |
| |/
|/| |
|
* | | correctly handle multiple signal transitions for same (object,signal) | Kent Hansen | 2009-05-12 | 3 | -15/+23 |
|/ |
|
* | Fixes crash when calling QState::setErrorState() with null pointer | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -1/+1 |
|
|
* | gracefully handle deletion of transition's target state | Kent Hansen | 2009-05-08 | 3 | -4/+17 |
|
|
* | get rid of warnings | Kent Hansen | 2009-05-08 | 1 | -2/+0 |
|
|
* | make sure connections and event filters are removed when state machine halts | Kent Hansen | 2009-05-08 | 2 | -0/+17 |
|
|
* | don't create transition to null state | Kent Hansen | 2009-05-08 | 1 | -2/+5 |
|
|
* | don't add signal transition if target is null or signal doesn't exist | Kent Hansen | 2009-05-07 | 1 | -0/+9 |
|
|
* | Make it impossible to have root state as source or target of transition or as... | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 3 | -4/+26 |
|
|
* | add QStateMachine::isRunning() | Kent Hansen | 2009-05-07 | 2 | -0/+13 |
|
|
* | store top-level animation in dedicated variable | Kent Hansen | 2009-05-07 | 1 | -3/+4 |
|
|
* | doc: Add documentation for NoCommonAncestorForTransitionError enum | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -0/+5 |
|
|
* | Rename NoDefaultStateInHistoryState -> NoDefaultStateInHistoryStateError for ... | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 2 | -5/+5 |
|
|
* | Fix infinite loop when source and target of transition are in different trees | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 2 | -15/+34 |
|
|
* | Make sure machine enters error state if history state has no default state | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -10/+10 |
|
|
* | Remove superfluous code | Eskil Abrahamsen Blomfeldt | 2009-05-06 | 1 | -7/+0 |
|
|
* | Fix bogus default start value when interrupting an animation that has an | Eskil Abrahamsen Blomfeldt | 2009-05-06 | 1 | -5/+7 |
|
|
* | doc improvements | Kent Hansen | 2009-05-05 | 4 | -23/+51 |
|
|
* | get rid of warnings | Kent Hansen | 2009-05-05 | 2 | -1/+3 |
|
|
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 18 | -62/+72 |
|
|
* | ignore QState::assignProperty() calls where the target object is 0 | Kent Hansen | 2009-05-04 | 1 | -0/+4 |
|
|
* | When restoring properties in descendants of a state which assigns it a value, | Eskil Abrahamsen Blomfeldt | 2009-04-30 | 1 | -2/+5 |
|
|
* | The intuitive interpretation of RestoreProperties is that a value is | Eskil Abrahamsen Blomfeldt | 2009-04-30 | 1 | -0/+11 |
|
|
* | kill QStateMachine::animationsFinished(), introduce QState::polished() | Kent Hansen | 2009-04-29 | 5 | -111/+162 |
|
|
* | SCXML defines an atomic state as a <state> with no children or <final>. However, | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -3/+2 |
|
|
* | kill QStateMachine::states() and QState::transitions() | Kent Hansen | 2009-04-29 | 4 | -23/+0 |
|
|
* | doc | Kent Hansen | 2009-04-29 | 1 | -1/+7 |
|
|
* | kill source/target-specific animations | Kent Hansen | 2009-04-29 | 2 | -74/+0 |
|
|
* | rename QBoundEvent to QWrappedEvent and make it public | Kent Hansen | 2009-04-29 | 5 | -51/+83 |
|
|