| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-29 | 3 | -59/+36 |
|\ |
|
| * | compile fix for the benchmark | Thierry Bastian | 2009-04-29 | 3 | -59/+36 |
|
|
* | | 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 |
|/ |
|
* | Merge branch 'kinetic-statemachine' into kinetic-animations | Kent Hansen | 2009-04-24 | 4 | -820/+871 |
|\ |
|
| * | Remove API for setting specific restore policies on states. We have no clear | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 2 | -38/+28 |
|
|
| * | 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 | 3 | -630/+327 |
|
|
| * | compile. | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 1 | -3/+3 |
|
|
* | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup. | Jan-Arve Sæther | 2009-04-23 | 1 | -92/+91 |
|
|
* | | Remove trailing whitespace | Jan-Arve Sæther | 2009-04-23 | 1 | -8/+8 |
|
|
* | | Fixes QPropertyAnimation's default start value update condition | Leonardo Sobral Cunha | 2009-04-22 | 1 | -0/+22 |
|
|
* | | QPropertyAnimation reevaluates the default start value after each run | Leonardo Sobral Cunha | 2009-04-21 | 2 | -5/+37 |
|/ |
|
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-21 | 1 | -0/+34 |
|\ |
|
| * | Fixes bug when adding the same child animation twice to the same group | Leonardo Sobral Cunha | 2009-04-21 | 1 | -0/+34 |
|
|
* | | compile | Eskil B | 2009-04-21 | 1 | -63/+48 |
|
|
* | | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-21 | 4 | -81/+81 |
|\ \
| |/ |
|
| * | iterationCount becomes loopCount again | Thierry Bastian | 2009-04-20 | 4 | -81/+81 |
|
|
* | | compile | Kent Hansen | 2009-04-21 | 1 | -34/+34 |
|/ |
|
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-17 | 197 | -2424/+3593 |
|\ |
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animations | Alexis Menard | 2009-04-17 | 197 | -2424/+3593 |
| |\ |
|
| | * | Fixes long strings getting truncated by the ODBC Driver. | Bill King | 2009-04-16 | 1 | -0/+34 |
|
|
| | * | QSortFilterProxyModel: In dynamic filter model, childs of temporarly | Olivier Goffart | 2009-04-16 | 1 | -0/+42 |
|
|
| | * | Phonon autotest - checking if the backend plugin is actually deployed | Thomas Hartmann | 2009-04-16 | 1 | -2/+16 |
|
|
| | * | Fix crash in the SQLQueryModel tests | Olivier Goffart | 2009-04-16 | 1 | -1/+5 |
|
|
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jason McDonald | 2009-04-16 | 1 | -1/+8 |
| | |\ |
|
| | | * | autotest fix in QtreeView | Thierry Bastian | 2009-04-16 | 1 | -1/+8 |
|
|
| | * | | Remove obsolete code from autotests. | Jason McDonald | 2009-04-16 | 109 | -1576/+415 |
| | |/ |
|
| | * | QFileDialog : Fix filters that doesn't work if whitespaces at the end | Alexis Menard | 2009-04-15 | 1 | -0/+16 |
|
|
| | * | Update the item if the text has changed but the boundingRect is the | Alexis Menard | 2009-04-15 | 1 | -0/+34 |
|
|
| | * | The submenu of a multicolumn menu have an incorrect position | Thierry Bastian | 2009-04-15 | 1 | -0/+34 |
|
|