Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing the time we wait for the end of the animation | Thierry Bastian | 2009-10-28 | 1 | -3/+3 |
| | | | | | We now wait for the animation duration + 100 (instead of 50). It makes tests more reliable on windows (and probably embedded) | ||||
* | Make the QPropertyAnimation pass on windows by waiting slightly longer | Thierry Bastian | 2009-10-28 | 1 | -4/+4 |
| | | | | | Timers on windows are not accurate enough to "only" wait for the animation duration + 50. | ||||
* | adding autotests | Thierry Bastian | 2009-10-20 | 1 | -0/+14 |
| | |||||
* | Animations: updateCurrentTime now receives the currentTime as paramater | Thierry Bastian | 2009-09-28 | 1 | -3/+3 |
| | | | | Reviewed-by: Leo | ||||
* | Compile tests | Olivier Goffart | 2009-09-24 | 1 | -4/+4 |
| | |||||
* | Fix to the autotests of Animations to spit less warnings | Thierry Bastian | 2009-09-22 | 1 | -2/+20 |
| | |||||
* | animations now display a warning if they don't have a end value | Thierry Bastian | 2009-09-11 | 1 | -0/+5 |
| | | | | also improved the autotests | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | QAbstractAnimation: fixes segfault when deleting animation inside ↵ | Leonardo Sobral Cunha | 2009-08-27 | 1 | -4/+49 |
| | | | | | | | | | | updateCurrentTime That deletion removed the respective animation from the list of running animations being processed, but not from the copy of the list introduced in 48489988521b818bda8d76e60cb272508e91b490, thus we had a dangling pointer. Reviewed-by: thierry | ||||
* | animations: make sure setCurrentTime is called on all animations | Thierry Bastian | 2009-08-25 | 1 | -0/+50 |
| | | | | | | | | The problem was we were iterating over the list of running animations. And when calling setCurrentTime(<duration>) on one of them they just unregister themselves from the timer and we would miss some of them. Reviewed-by: leo | ||||
* | 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 |