| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-05 | 2 | -100/+153 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Doc: Work on QAbstractAnimation class description | Geir Vattekar | 2009-05-05 | 1 | -46/+49 |
|
|
| | * | | | | Doc: Git merge conflict in QVariantAnimation | Geir Vattekar | 2009-05-05 | 1 | -7/+0 |
|
|
| | * | | | | Doc: Updated QVariantAnimation class description | Geir Vattekar | 2009-05-05 | 2 | -47/+114 |
| | | |_|/
| | |/| | |
|
| | * | | | Small refactor of QVariantAnimation::updateCurrentValue | Thierry Bastian | 2009-04-29 | 1 | -17/+7 |
|
|
| * | | | | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 26 | -72/+82 |
|
|
| * | | | | 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 |
| |/ / / |
|
| * | | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-29 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | remove multiplication by 1 in easing curves | Thierry Bastian | 2009-04-29 | 1 | -3/+3 |
|
|
| * | | | 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 |
| |/ / |
|
| * | | update stale doc | Kent Hansen | 2009-04-29 | 1 | -1/+1 |
|
|
| * | | 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 |
|
|
| * | | kill dead function declaration | Kent Hansen | 2009-04-29 | 1 | -1/+0 |
|
|
| * | | rename QBoundEvent to QWrappedEvent and make it public | Kent Hansen | 2009-04-29 | 9 | -75/+98 |
|
|
| * | | add missing QT_END_HEADER | Kent Hansen | 2009-04-29 | 1 | -0/+2 |
|
|
| * | | replace QState::Type with QState::childMode property | Kent Hansen | 2009-04-29 | 4 | -19/+61 |
|
|
| * | | Merge the two queries for entry states to support having history states as | Eskil Abrahamsen Blomfeldt | 2009-04-29 | 1 | -71/+78 |
|
|
| * | | rename a few properties and methods | Kent Hansen | 2009-04-29 | 6 | -14/+14 |
|
|
| * | | modifiers --> modifiersMask | Kent Hansen | 2009-04-29 | 8 | -24/+98 |
|
|
| * | | compile | Kent Hansen | 2009-04-29 | 1 | -0/+1 |
|
|
| * | | kill unnecessary qmake variable mods | Kent Hansen | 2009-04-29 | 1 | -3/+0 |
|
|
| * | | make history state constructible | Kent Hansen | 2009-04-29 | 6 | -55/+74 |
|
|
| * | | say hello (again) to QAbstract{State,Transition}::machine() | Kent Hansen | 2009-04-29 | 4 | -2/+29 |
|
|
| * | | add animationsEnabled property | Kent Hansen | 2009-04-29 | 3 | -8/+47 |
|
|
| * | | move assignProperty() to QState | Kent Hansen | 2009-04-29 | 8 | -51/+54 |
|
|
| * | | kill StateFinished from docs | Kent Hansen | 2009-04-29 | 1 | -1/+0 |
|
|
| * | | kill StateFinished event type since it doesn't exist anymore | Kent Hansen | 2009-04-28 | 1 | -2/+1 |
|
|
| * | | replace QStateFinished{Event,Transition} by QState::finished() signal | Kent Hansen | 2009-04-27 | 9 | -421/+21 |
|
|
| * | | make the entry/exit order well-defined for all combinations of states | Kent Hansen | 2009-04-27 | 1 | -4/+18 |
|
|
| * | | Merge branch 'kinetic-statemachine' into kinetic-animations | Kent Hansen | 2009-04-24 | 29 | -1633/+292 |
| |\ \ |
|
| | * | | Remove API for setting specific restore policies on states. We have no clear | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 6 | -94/+44 |
|
|
| | * | | kill the stateactions api | Kent Hansen | 2009-04-22 | 29 | -1533/+112 |
|
|
| | * | | Add API for adding default animations to the state machine. This is especially | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 3 | -4/+132 |
|
|
| | * | | doc: Document return value of QState::addTransition(QAbstractTransition*) | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 1 | -1/+2 |
|
|
| | * | | Have QState::addTransition(QAbstractTransition*) return the transition object | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 2 | -5/+6 |
|
|
| * | | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup. | Jan-Arve Sæther | 2009-04-23 | 1 | -17/+17 |
|
|
| * | | | Remove trailing whitespace | Jan-Arve Sæther | 2009-04-23 | 1 | -32/+32 |
|
|
| * | | | Fixes QPropertyAnimation's default start value update condition | Leonardo Sobral Cunha | 2009-04-22 | 2 | -20/+16 |
|
|
| * | | | Fixes for solution package. | Jan-Arve Sæther | 2009-04-22 | 1 | -2/+3 |
|
|
| * | | | Expose QVariantAnimationPrivate::getInterpolator in the private header | Leonardo Sobral Cunha | 2009-04-21 | 2 | -2/+4 |
|
|
| * | | | QPropertyAnimation reevaluates the default start value after each run | Leonardo Sobral Cunha | 2009-04-21 | 1 | -2/+4 |
| |/ / |
|
| * | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-21 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Fixes bug when adding the same child animation twice to the same group | Leonardo Sobral Cunha | 2009-04-21 | 1 | -1/+2 |
|
|
| * | | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-21 | 15 | -600/+117 |
| |\ \ \
| | |/ / |
|
| | * | | don't assert if the signal is not valid | Kent Hansen | 2009-04-21 | 1 | -1/+2 |
|
|