summaryrefslogtreecommitdiffstats
path: root/demos/sub-attaq/states.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Simplification and use of QGraphicsObject in sub-attas demoThierry Bastian2009-10-051-27/+12
| | | | Reviewed-by: alexis
* Fix the sub-attaq menu (new game and quit).Alexis Menard2009-09-301-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 QStateMachineKent Hansen2009-09-281-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 McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Make sub-attaq working without the popup which make it working onAlexis Menard2009-09-011-5/+20
| | | | Mac.
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Fix compilation and warningAlexis Menard2009-08-031-2/+4
| | | | Reviewed-by: TrustMe
* Move sub-attaq from examples to demos because sub-attaq is a bitAlexis Menard2009-07-281-0/+325
too "advanced".