Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -1/+1 |
| | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | Compile with new API | Eskil Abrahamsen Blomfeldt | 2009-05-07 | 1 | -2/+2 |
| | | | | addHistoryState() is gone and onTransition() now takes an argument. | ||||
* | Remove API for setting specific restore policies on states. We have no clear | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 1 | -21/+4 |
| | | | | | | use case for this, so it has been removed. If the requirement arises we can add it back in later. Since it no longer makes sense to have it in QAbstractState, the RestorePolicy enum has been moved to QStateMachine. | ||||
* | compile. | Eskil Abrahamsen Blomfeldt | 2009-04-21 | 1 | -3/+3 |
| | |||||
* | compile | Eskil B | 2009-04-21 | 1 | -63/+48 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 2 | -0/+377 |