| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use QTest::ignoreMessage() instead of custom implementation | Eskil Abrahamsen Blomfeldt | 2009-05-22 | 1 | -52/+14 |
|
|
* | Avoid memory leaks in QStateMachine tests | Eskil Abrahamsen Blomfeldt | 2009-05-20 | 1 | -29/+28 |
|
|
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -4/+4 |
|
|
* | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 1 | -0/+48 |
|
|
* | correctly handle multiple signal transitions for same (object,signal) | Kent Hansen | 2009-05-12 | 1 | -0/+45 |
|
|
* | Don't interrupt test before animation finishes | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -2/+4 |
|
|
* | Kill warning in removeDefaultAnimation() test | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -2/+5 |
|
|
* | Avoid warnings in assignPropertyWithAnimation test | Eskil Abrahamsen Blomfeldt | 2009-05-12 | 1 | -0/+8 |
|
|
* | gracefully handle deletion of transition's target state | Kent Hansen | 2009-05-08 | 1 | -0/+13 |
|
|
* | Test what happens when target state doesn't have a parent | Kent Hansen | 2009-05-08 | 1 | -0/+25 |
|
|
* | make sure connections and event filters are removed when state machine halts | Kent Hansen | 2009-05-08 | 1 | -0/+4 |
|
|
* | don't create transition to null state | Kent Hansen | 2009-05-08 | 1 | -2/+23 |
|
|
* | don't add signal transition if target is null or signal doesn't exist | Kent Hansen | 2009-05-07 | 1 | -2/+21 |
|
|
* | Make it impossible to have root state as source or target of transition or as... | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -2/+5 |
|
|
* | add QStateMachine::isRunning() | Kent Hansen | 2009-05-07 | 1 | -0/+42 |
|
|
* | Rename NoDefaultStateInHistoryState -> NoDefaultStateInHistoryStateError for ... | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -1/+1 |
|
|
* | Fix infinite loop when source and target of transition are in different trees | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -3/+2 |
|
|
* | Fix tests for history state and entering root state | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -5/+3 |
|
|
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 1 | -8/+8 |
|
|
* | 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 | -0/+64 |
|
|
* | The intuitive interpretation of RestoreProperties is that a value is | Eskil Abrahamsen Blomfeldt | 2009-04-30 | 1 | -1/+55 |
|
|
* | kill QStateMachine::animationsFinished(), introduce QState::polished() | Kent Hansen | 2009-04-29 | 1 | -2/+153 |
|
|
* | SCXML defines an atomic state as a <state> with no children or <final>. However, | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -0/+25 |
|
|
* | kill QStateMachine::states() and QState::transitions() | Kent Hansen | 2009-04-29 | 1 | -14/+16 |
|
|
* | kill source/target-specific animations | Kent Hansen | 2009-04-29 | 1 | -80/+85 |
|
|
* | rename QBoundEvent to QWrappedEvent and make it public | Kent Hansen | 2009-04-29 | 1 | -1/+1 |
|
|
* | replace QState::Type with QState::childMode property | Kent Hansen | 2009-04-29 | 1 | -2/+2 |
|
|
* | Add test that property assignments set on parallel states are actually | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -3/+40 |
|
|
* | Remove QEXPECT_FAIL because e06c2e15 fixes this test as well. | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -1/+0 |
|
|
* | Compile against new QHistoryState API. | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -2/+2 |
|
|
* | Merge the two queries for entry states to support having history states as | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -0/+35 |
|
|
* | rename a few properties and methods | Kent Hansen | 2009-04-29 | 1 | -7/+7 |
|
|
* | make history state constructible | Kent Hansen | 2009-04-29 | 1 | -2/+2 |
|
|
* | Add a test for the semantics of transitions from a region in parallel states. | Eskil Abrahamsen Blomfeldt | 2009-04-28 | 1 | -0/+47 |
|
|
* | replace QStateFinished{Event,Transition} by QState::finished() signal | Kent Hansen | 2009-04-27 | 1 | -2/+2 |
|
|
* | Remove API for setting specific restore policies on states. We have no clear | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 1 | -17/+24 |
|
|
* | kill the stateactions api | Kent Hansen | 2009-04-22 | 1 | -172/+22 |
|
|
* | Test for overriding default animations. This test defines the order of | Eskil Abrahamsen Blomfeldt | 2009-04-22 | 1 | -0/+247 |
|
|
* | Add tests for the removeDefaultAnimation* API | Eskil Abrahamsen Blomfeldt | 2009-04-22 | 1 | -0/+127 |
|
|
* | Add API for adding default animations to the state machine. This is especially | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 1 | -0/+140 |
|
|
* | QAnimationState is no more, so we remove the test for it. The relevant tests | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 1 | -0/+327 |
|
|
* | compile | Kent Hansen | 2009-04-21 | 1 | -34/+34 |
|
|
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 2 | -0/+2119 |
|
|