Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify code of states example | Thierry Bastian | 2009-09-30 | 1 | -42/+40 |
| | | | | We're not using QGraphicsWidget any more | ||||
* | Avoid warnings in the states example | Thierry Bastian | 2009-09-30 | 1 | -72/+63 |
| | | | | We now have the animations directly added to the transition | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes examples/animation/states, supposedly hidden element was appearing | Leonardo Sobral Cunha | 2009-09-01 | 1 | -2/+2 |
| | | | | Reviewed-by: trustme | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Runtime warning about non existing "zRotation" property in examples/states. | Gabriel de Dietrich | 2009-08-28 | 1 | -30/+30 |
| | | | | | | | Fixed by using the "rotation" property instead. Task-number: 260403 Reviewed-by: ogoffart | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make QStateMachine inherit QState | Kent Hansen | 2009-07-22 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | This removes the need for a "root state" in the machine; or rather, the machine _is_ the root state. User code can now pass in a QStateMachine directly to the QState constructor, instead of machine->rootState(). This also means we could get rid of the "proxying" from the machine to the root state for things like properties (initialState et al), finished() signal and auto-reparenting of states (the ChildAdded event hack). A fun little side-effect of this change is that it's now possible to embed state machines within state machines. We can't think of a good use case yet where you would rather embed a stand-alone state machine (with its own event processing etc.) rather than having just a regular nested state, but it's neat and it works. Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 1 | -8/+0 |
| | |||||
* | Update copyright headers of animation examples | Leonardo Sobral Cunha | 2009-04-23 | 1 | -3/+33 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 9 | -0/+280 |