Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 50 | -100/+100 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make sure we draw the complete curve. | Jan-Arve Sæther | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | Use a QPainterPath instead to draw the graph. | Jan-Arve Sæther | 2009-06-08 | 1 | -5/+5 |
| | | | | | | This enables the antialiazing to be done on the graph as a whole, and not on every tiny line segment. The result is that the curve is painter prettier. | ||||
* | Remove trailing whitespace. | Jan-Arve Sæther | 2009-06-08 | 1 | -7/+7 |
| | |||||
* | Make the easing curve icons more beautiful. | Ariya Hidayat | 2009-06-08 | 1 | -3/+17 |
| | | | | | | | | Draw the curve with anti-aliasing. Do not use absolute black, but rather a dark black color for the lines. Draw the red and blue dots, indicating the start and end points. Reviewed-by: Jan-Arve | ||||
* | Fixed compile error with Sun CC 5.5. | jasplin | 2009-06-05 | 1 | -1/+1 |
| | | | | Reviewed-by: TrustMe | ||||
* | 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 | ||||
* | Make sure M_PI is defined | Kent Hansen | 2009-05-22 | 1 | -0/+4 |
| | | | | It isn't on all platforms. | ||||
* | Don't use the time() function; use QTime instead | Kent Hansen | 2009-05-22 | 1 | -2/+1 |
| | | | | time() is not available on all platforms. | ||||
* | Fix compile issue | Thierry Bastian | 2009-05-22 | 1 | -0/+2 |
| | | | | Reviewed-by: Kent Hansen | ||||
* | Fix compile error caused by reference to non-existant example. | Jason McDonald | 2009-05-21 | 1 | -1/+0 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix missing/outdated license headers. | Jason McDonald | 2009-05-21 | 2 | -2/+24 |
| | | | | Reviewed-by: Trust Me | ||||
* | update the padnavigator example and suppress the padnavigator-ng | Thierry Bastian | 2009-05-20 | 19 | -982/+0 |
| | |||||
* | fix compiler warnings | Kent Hansen | 2009-05-20 | 2 | -3/+3 |
| | |||||
* | fix two .pro file bugs | Kent Hansen | 2009-05-20 | 1 | -1/+0 |
| | |||||
* | compile with -qtnamespace, clean up the example .pro files | Kent Hansen | 2009-05-20 | 23 | -59/+78 |
| | |||||
* | add README file for examples/animation | Kent Hansen | 2009-05-20 | 1 | -0/+38 |
| | |||||
* | Remove old examples and demos for animations | Thierry Bastian | 2009-05-20 | 32 | -3078/+0 |
| | |||||
* | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 27 | -174/+14 |
| | |||||
* | Remove the connectByAnimation() function and add some documentation for the ↵ | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 2 | -28/+22 |
| | | | | | | | Stickman example The connectByAnimation() function is no longer needed since we have default animations. The docs are unfinished. | ||||
* | Start work on docs for Stickman example | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -3/+5 |
| | |||||
* | Fix top level compile in examples/animation | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -3/+0 |
| | | | | Three examples have been moved. | ||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 5 | -12/+12 |
| | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | Instead of adding animations for all properties to all transitions, we use | Eskil Abrahamsen Blomfeldt | 2009-05-06 | 1 | -7/+11 |
| | | | | the default animation concept, since this is its intended use. | ||||
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 7 | -34/+34 |
| | | | | | | | | | 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 QStateMachine::animationsFinished(), introduce QState::polished() | Kent Hansen | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | 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 |
|/ | |||||
* | Merge branch 'kinetic-statemachine' into kinetic-animations | Kent Hansen | 2009-04-24 | 6 | -22/+7 |
|\ | | | | | | | | | Conflicts: examples/animation/piemenu/qgraphicspiemenu_p.h | ||||
| * | Remove API for setting specific restore policies on states. We have no clear | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | 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-23 | 1 | -2/+0 |
| | | |||||
| * | Remove specific RestorePolicy per state from example. The semantics for this | Eskil Abrahamsen Blomfeldt | 2009-04-23 | 3 | -15/+0 |
| | | | | | | | | | | have changed to something which is more intuitive, so it is no longer useful for this case. | ||||
| * | kill the stateactions api | Kent Hansen | 2009-04-22 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | It just didn't give us that much. Typically you just reimplement onEntry/onExit/onTransition when you want to do something. We go back to the signals-and-slots approach: states have entered() and exited() signals that you can connect to. It's still possible to have an action-based API, but then you build it on top of the core API, which is OK. Replacing 4 public classes (and one layer in the hierarchy) with 2 signals feels good. | ||||
* | | Moved the animation examples piemenu and photobrowser to examples/research | Leonardo Sobral Cunha | 2009-04-23 | 16 | -0/+0 |
| | | |||||
* | | Update copyright headers of animation examples | Leonardo Sobral Cunha | 2009-04-23 | 54 | -110/+1937 |
| | | |||||
* | | Fixes for solution package. | Jan-Arve Sæther | 2009-04-22 | 5 | -6/+10 |
|/ | |||||
* | 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 | 3 | -6/+5 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 179 | -0/+12285 |