Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 27 | -54/+54 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed sub-attaq example build | Thiago Marcos P. Santos | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | Fix build when compiling Qt using -no-opengl configuration. | Brad Hards | 2009-05-28 | 1 | -3/+6 |
| | |||||
* | small cleanup on the sub-attaq demo | Thierry Bastian | 2009-05-28 | 6 | -9/+6 |
| | | | | removed declaration of properties that are already declared in Qt | ||||
* | Fixes sub-attaq in shadow build. | Olivier Goffart | 2009-05-27 | 2 | -1/+2 |
| | | | | Reviewed-by: Alexis | ||||
* | Compile without OpenGL | Olivier Goffart | 2009-05-27 | 1 | -3/+3 |
| | | | | Reviewed-by: Alexis | ||||
* | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 2 | -35/+14 |
| | | | | ...hopefully | ||||
* | Fix missing/outdated license headers. | Jason McDonald | 2009-05-21 | 2 | -2/+24 |
| | | | | Reviewed-by: Trust Me | ||||
* | compile with -qtnamespace, clean up the example .pro files | Kent Hansen | 2009-05-20 | 8 | -17/+18 |
| | |||||
* | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 17 | -112/+12 |
| | |||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 3 | -9/+9 |
| | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 6 | -31/+31 |
| | | | | | | | | | 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. | ||||
* | Merge branch 'kinetic-animations' into kinetic-statemachine | Kent Hansen | 2009-04-29 | 21 | -117/+370 |
|\ | | | | | | | | | Conflicts: examples/animation/sub-attaq/states.cpp | ||||
| * | Build fix for mingw | Thierry Bastian | 2009-04-27 | 18 | -54/+52 |
| | | |||||
| * | Add an OSD to display game progress in the scene | Alexis Menard | 2009-04-24 | 11 | -65/+320 |
| | | |||||
* | | modifiers --> modifiersMask | Kent Hansen | 2009-04-29 | 1 | -9/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | make history state constructible | Kent Hansen | 2009-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Decided in API review. The intention of QHistoryState not being constructible was so that people wouldn't subclass it and reimplement onEntry()/onExit(), thinking that those functions would actually get called (which they won't). However, we recently added the entered() signal to QAbstractState, so people are going to connect to it and ask why they never get the signal for a QHistoryState. We might as well make QHistoryState constructible and just document that it doesn't make sense to subclass it. | ||||
* | | compile after api changes | Kent Hansen | 2009-04-28 | 1 | -2/+2 |
|/ | |||||
* | Fixes for solution package. | Jan-Arve Sæther | 2009-04-22 | 4 | -6/+9 |
| | |||||
* | compile fix | Thierry Bastian | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | cleanup in demo | Thierry Bastian | 2009-04-20 | 4 | -95/+30 |
| | | | | sub-attaq doesn't use anymore animation private headers | ||||
* | iterationCount becomes loopCount again | Thierry Bastian | 2009-04-20 | 1 | -3/+2 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 70 | -0/+6434 |