Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autotest to make sure we receive the QVariantAnimation::valueChanged | Thierry Bastian | 2009-08-17 | 1 | -0/+28 |
| | | | | Reviewed-by: ogoffart | ||||
* | Make QPropertyAnimation symetric wrt direction | Thierry Bastian | 2009-08-12 | 1 | -0/+42 |
| | | | | | | It is now possible to set a start value and no end value and starting the animation will pick the default end value from the current value of the property that's being animated. | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -0/+5 |
| | |||||
* | Animations: adding an autotest for jumping values when restarting | Thierry Bastian | 2009-07-01 | 1 | -0/+52 |
| | | | | | The problem is that when restarting, the time is at the end. So the current value changes to the end value instead of the initial value. | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -19/+58 |
| | | | | | | | | | the same type as the property For example, if you set a start value of 0 (integer) for a qreal animation, it would not work. Reviewed-by: janarve | ||||
* | Update current value on QVariantAnimation::setKeyValues | Leonardo Sobral Cunha | 2009-05-15 | 1 | -0/+34 |
| | | | | | | | The current value was udpated on setKeyValueAt, but not on setKeyValues and this was leading to a semantic inconsistency. Reviewed-by: janarve | ||||
* | Avoid interpolating if we have less than 2 key values in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 1 | -0/+31 |
| | | | | | | | If we have less than 2 key values, we should neither try to interpolate nor set the current value. Reviewed-by: janarve | ||||
* | Indentation and whitespace fixes in animation api | Leonardo Sobral Cunha | 2009-05-15 | 1 | -2/+2 |
| | |||||
* | Addeed a warning if one is trying to animate a property that's not part | Thierry Bastian | 2009-05-07 | 1 | -2/+3 |
| | | | | | | of the object Task-number: 251763 | ||||
* | Fixes QPropertyAnimation's default start value update condition | Leonardo Sobral Cunha | 2009-04-22 | 1 | -0/+22 |
| | | | | | | | The default start value is updated when the animation changes from Stopped to Running state. Reviewed-by: Jan-Arve | ||||
* | QPropertyAnimation reevaluates the default start value after each run | Leonardo Sobral Cunha | 2009-04-21 | 1 | -5/+5 |
| | | | | | | | | When the start value is not explicitly defined, the property animation will set the default start to be the current property value when updating the animation's state to Running. Reviewed-by: Jan-Arve | ||||
* | iterationCount becomes loopCount again | Thierry Bastian | 2009-04-20 | 1 | -15/+15 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 2 | -0/+836 |