Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qreal-ization | Aleksandar Sasha Babic | 2009-12-11 | 1 | -11/+11 |
| | | | | | | | | Using math wrapper functions instead direct call. This gives us top-level control to what (single/double) precision we are effectively using. Task-number: QTBUG-4894 Reviewed-by: janarve | ||||
* | compile when using qt namespace | Kent Hansen | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | remove multiplication by 1 in easing curves | Thierry Bastian | 2009-04-29 | 1 | -3/+3 |
| | |||||
* | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup. | Jan-Arve Sæther | 2009-04-23 | 1 | -17/+17 |
| | | | | | | | | | | | | | | The bug was in easeOutBounce_helper(), where the last else-block adjusted t wrong. It should adjust t so that the peak is at t == 0, but it adjusted it too little. The old code did t -= (2.25f/2.75f), but it should have been 21/22. The rest of the changes in that function is just simple mathematical rewrites (use a more readable fraction), and removed the b argument, since that was always 0. Finally, fixing the original bug also revealed a bug in the first line of easeOutBounce_helper(), where we always returned 1.0 for t == 1.0. That was wrong since it did not respect c. | ||||
* | Remove trailing whitespace | Jan-Arve Sæther | 2009-04-23 | 1 | -32/+32 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 1 | -0/+669 |