Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing/outdated license headers. | Jason McDonald | 2009-05-21 | 9 | -19/+289 |
| | | | | Reviewed-by: Trust Me | ||||
* | remove QT_EXPERIMENTAL stuff | Kent Hansen | 2009-05-20 | 8 | -48/+10 |
| | |||||
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-05-14 | 2 | -0/+4 |
|\ | |||||
| * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-13 | 1 | -5/+0 |
| |\ | | | | | | | | | | into kinetic-animations | ||||
| * \ | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | David Boddie | 2009-05-12 | 8 | -10/+10 |
| |\ \ | | | | | | | | | | | | | into kinetic-animations | ||||
| * | | | Merged local changes. | David Boddie | 2009-04-29 | 2 | -0/+4 |
| | | | | |||||
* | | | | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 8 | -8/+8 |
| |_|/ |/| | | | | | | | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | | | kill the QT_STATEMACHINE_SOLUTION define | Kent Hansen | 2009-05-13 | 1 | -5/+0 |
| |/ |/| | | | | | We won't release another Qt Solution, so the define is no longer needed. | ||||
* | | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 8 | -10/+10 |
|/ | | | | | | | | | 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. | ||||
* | kill dead function declaration | Kent Hansen | 2009-04-29 | 1 | -1/+0 |
| | |||||
* | rename QBoundEvent to QWrappedEvent and make it public | Kent Hansen | 2009-04-29 | 3 | -23/+14 |
| | | | | Result of API review. | ||||
* | modifiers --> modifiersMask | Kent Hansen | 2009-04-29 | 8 | -24/+98 |
| | | | | | | Result of API review. A == comparison of the modifiers is not useful. The common case is you want to test if one or more modifiers are set, i.e. a mask check. | ||||
* | kill unnecessary qmake variable mods | Kent Hansen | 2009-04-29 | 1 | -3/+0 |
| | |||||
* | doc | Kent Hansen | 2009-04-20 | 2 | -0/+2 |
| | |||||
* | doc | Kent Hansen | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 10 | -0/+1461 |