Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Simplification and use of QGraphicsObject in sub-attas demo | Thierry Bastian | 2009-10-05 | 1 | -27/+12 |
| | | | | Reviewed-by: alexis | ||||
* | Fix the sub-attaq menu (new game and quit). | Alexis Menard | 2009-09-30 | 1 | -1/+5 |
| | | | | | | | | | Now QStateMachine can be a child of a QState but here in sub-attaq the code was not design for that so the code breaks. Task-number:QT-665 Task-number:QT-914 Reviewed-by:TrustMe | ||||
* | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 1 | -3/+2 |
| | | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make sub-attaq working without the popup which make it working on | Alexis Menard | 2009-09-01 | 1 | -5/+20 |
| | | | | Mac. | ||||
* | 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 | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix compilation and warning | Alexis Menard | 2009-08-03 | 1 | -2/+4 |
| | | | | Reviewed-by: TrustMe | ||||
* | Move sub-attaq from examples to demos because sub-attaq is a bit | Alexis Menard | 2009-07-28 | 1 | -0/+325 |
too "advanced". |