Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 1 | -27/+26 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | The priority specifies whether the event should be posted to what the SCXML spec refers to as the "external" (NormalPriority) queue, or the "internal" (HighPriority) queue. Delayed events are now posted through a separate function, postDelayedEvent(). That function returns an id that can be passed to cancelDelayedEvent() to cancel it. Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | kill usage of QT_STATEMACHINE_SOLUTION | Kent Hansen | 2009-06-04 | 1 | -5/+0 |
| | | | | The define no longer exists. | ||||
* | compile with -qtnamespace, clean up the example .pro files | Kent Hansen | 2009-05-20 | 1 | -6/+7 |
| | |||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -2/+2 |
| | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | document the statemachine/pingpong example | Kent Hansen | 2009-05-12 | 1 | -0/+14 |
| | |||||
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 1 | -3/+3 |
| | | | | | | | | | Accessing the event can be useful. E.g., onEntry() can do some common event processing regardless of which transition caused the state to be entered; onTransition() can be used in combination with eventTest(), where eventTest() would first check that the input matches some criteria, and then the actual processing of that input would be done in onTransition. | ||||
* | replace QState::Type with QState::childMode property | Kent Hansen | 2009-04-29 | 1 | -1/+1 |
| | | | | Result of API review. | ||||
* | say hello (again) to QAbstract{State,Transition}::machine() | Kent Hansen | 2009-04-29 | 1 | -21/+10 |
| | | | | It's useful and it's simple for us to expose, so let's. | ||||
* | include the right header | Kent Hansen | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 2 | -0/+152 |