Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix two .pro file bugs | Kent Hansen | 2009-05-20 | 2 | -2/+1 |
| | |||||
* | compile with -qtnamespace, clean up the example .pro files | Kent Hansen | 2009-05-20 | 32 | -100/+131 |
| | |||||
* | compile when using qt namespace | Kent Hansen | 2009-05-20 | 2 | -2/+8 |
| | |||||
* | add README file for examples/animation | Kent Hansen | 2009-05-20 | 1 | -0/+38 |
| | |||||
* | Merge branch 'kinetic-statemachine' into kinetic-animations | Kent Hansen | 2009-05-20 | 14 | -956/+0 |
|\ | |||||
| * | remove the citizenquartz example | Kent Hansen | 2009-05-20 | 14 | -956/+0 |
| | | | | | | | | It's not done yet, so let's re-add it when it is. | ||||
* | | remove QT_EXPERIMENTAL stuff | Kent Hansen | 2009-05-20 | 11 | -67/+10 |
| | | |||||
* | | update the qdoc tags (\since 4.6, remove \preliminary) | Kent Hansen | 2009-05-20 | 8 | -13/+8 |
| | | |||||
* | | kill experimental QtAnimation module stuff, the module doesn't exist anymore | Kent Hansen | 2009-05-20 | 2 | -4/+1 |
| | | |||||
* | | Remove old examples and demos for animations | Thierry Bastian | 2009-05-20 | 33 | -3437/+0 |
| | | |||||
* | | Fix an issue that made appear warnings when the target of a property | Thierry Bastian | 2009-05-20 | 3 | -2/+31 |
| | | | | | | | | | | | | | | | | | | | | animation was destroyed The problem was that we were not really detecting when the target was destroyed. So we weren't able to unregister it from the global internal hash we have in QPropertyAnimation. This happens if an animation is running and the target object is destroyed. | ||||
* | | No need to export QVariantAnimationPrivate | Thierry Bastian | 2009-05-20 | 1 | -1/+1 |
| | | |||||
* | | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 40 | -258/+24 |
| | | |||||
* | | Removed unused method from QVariantAnimationPrivate | Leonardo Sobral Cunha | 2009-05-19 | 2 | -7/+0 |
| | | |||||
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-19 | 10 | -73/+190 |
|\ \ | | | | | | | | | | into kinetic-animations | ||||
| * | | Removed memory leak in QEasingCurvePrivate | Leonardo Sobral Cunha | 2009-05-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Task-number: 253898 | ||||
| * | | Whitespace cleanup in QEasingCurve | Leonardo Sobral Cunha | 2009-05-19 | 1 | -45/+44 |
| |/ | |||||
| * | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-19 | 10 | -49/+478 |
| |\ | |||||
| * | | doc: Minor fixes + update UML diagrams for stick man example | Eskil Abrahamsen Blomfeldt | 2009-05-18 | 5 | -4/+10 |
| | | | | | | | | | | | | | | | | | | Using StarUML this time, since there were "unregistered version" watermarks on the Enterprise Architect ones. Not as nice, but it's impossible to find a free UML tool which produces nice diagrams. | ||||
| * | | doc: New state chart diagrams for Stickman example | Eskil Abrahamsen Blomfeldt | 2009-05-15 | 3 | -0/+0 |
| | | | | | | | | | | | | | | | | | | These obviously cannot be used, since they have the "unregistered version" watermark on them. Didn't notice before now, so I might as well commit them for the time being. | ||||
| * | | doc: Update signature of eventTest() in documentation | Eskil Abrahamsen Blomfeldt | 2009-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | eventTest() is now non-const. | ||||
| * | | Remove the connectByAnimation() function and add some documentation for the ↵ | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 5 | -28/+137 |
| | | | | | | | | | | | | | | | | | | | | | Stickman example The connectByAnimation() function is no longer needed since we have default animations. The docs are unfinished. | ||||
| * | | Start work on docs for Stickman example | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -3/+5 |
| | | | |||||
* | | | Doc: Added information about ownership of animations. | David Boddie | 2009-05-19 | 1 | -7/+14 |
| |/ |/| | | | | | Reviewed-by: Thierry Bastian | ||||
* | | Fixed access to members of an object. | David Boddie | 2009-05-18 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: David Boddie | ||||
* | | Doc: Added architecture image to animation overview. | Geir Vattekar | 2009-05-15 | 2 | -1/+4 |
| | | | | | | | | Reviewed-by: David Boddie | ||||
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-15 | 45 | -106/+293 |
|\ \ | | | | | | | | | | into kinetic-animations | ||||
| * | | Avoid resetting the QVariantAnimation::currentValue when changing state | Leonardo Sobral Cunha | 2009-05-15 | 1 | -2/+0 |
| | | | | | | | | | | | | Reviewed-by: janarve | ||||
| * | | General refactors in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -27/+35 |
| | | | | | | | | | | | | Reviewed-by: janarve | ||||
| * | | Update current value on QVariantAnimation::setKeyValues | Leonardo Sobral Cunha | 2009-05-15 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | The current value was udpated on setKeyValueAt, but not on setKeyValues and this was leading to a semantic inconsistency. Reviewed-by: janarve | ||||
| * | | Avoid interpolating if we have less than 2 key values in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -4/+41 |
| | | | | | | | | | | | | | | | | | | | | | If we have less than 2 key values, we should neither try to interpolate nor set the current value. Reviewed-by: janarve | ||||
| * | | Indentation and whitespace fixes in animation api | Leonardo Sobral Cunha | 2009-05-15 | 6 | -15/+12 |
| |/ | |||||
| * | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-14 | 5 | -10/+14 |
| |\ | |||||
| * | | Fix top level compile in examples/animation | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -3/+0 |
| | | | | | | | | | | | | Three examples have been moved. | ||||
| * | | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 29 | -45/+45 |
| | | | | | | | | | | | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
| * | | Pop up message when a tank wins the game | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 8 | -12/+113 |
| | | | | | | | | | | | | | | | Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect. | ||||
| * | | Fix run-time error in Seek AI's state machine | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Passed parent as 'tank', thus getting a null parent in the GoToLocation state, which breaks the machine when you transition into the state. | ||||
| * | | Fix SpinState in Tank Game Example to spin more than 180 degrees | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 2 | -2/+12 |
| | | | | | | | | | | | | This was a leftover from when the setDirection() semantics were broken. | ||||
| * | | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 3 | -7/+62 |
| | | | | | | | | | | | | | | | | | | The event filter was not removed at the right time. We now store the number of active event transitions for a particular (object,event) and only remove the filtering when the count drops to zero. | ||||
* | | | Doc: Added a work in progress class hierarchy overview. | David Boddie | 2009-05-15 | 1 | -0/+351 |
| |/ |/| | | | | | Reviewed-by: Geir Vattekar | ||||
* | | Doc: Marked up a link correctly. | David Boddie | 2009-05-14 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: David Boddie <dboddie@trolltech.com> | ||||
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-13 | 29 | -326/+464 |
|\ \ | | | | | | | | | | into kinetic-animations | ||||
| * | | correctly handle multiple event transitions for same (object,event) | Kent Hansen | 2009-05-13 | 3 | -7/+62 |
| |/ | | | | | | | | | | | The event filter was not removed at the right time. We now store the number of active event transitions for a particular (object,event) and only remove the filtering when the count drops to zero. | ||||
| * | 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 ↵ | Geir Vattekar | 2009-05-13 | 53 | -498/+689 |
| | |\ | | | | | | | | | | | | | into kinetic-animations | ||||
| | * | | Doc: Work on QStateMachine class description | Geir Vattekar | 2009-05-13 | 1 | -55/+85 |
| | | | | | | | | | | | | | | | | Reviewed-by: Kent Hansen | ||||
| * | | | more statemachine docs | Kent Hansen | 2009-05-13 | 2 | -5/+40 |
| | | | | |||||
| * | | | doc: Add screenshot for Tank Game Example | Eskil Abrahamsen Blomfeldt | 2009-05-13 | 1 | -0/+0 |
| | | | | |||||
| * | | | kill the QT_STATEMACHINE_SOLUTION define | Kent Hansen | 2009-05-13 | 19 | -233/+16 |
| | | | | | | | | | | | | | | | | We won't release another Qt Solution, so the define is no longer needed. | ||||
| * | | | document statemachine/factorial example | Kent Hansen | 2009-05-13 | 4 | -26/+141 |
| | | | |