aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktimeline
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I84a565e2e0caa3b76bf291a7d188a57a4b00e1b0 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* Skip qquicktimeline auto testBernd Weimer2014-04-251-0/+6
| | | | | | | | | | On platforms where casting qreal value infinity to int yields a positive value the test will fail. Test will be skipped on those platforms. Change-Id: I9f373a9598ffd72e857c96edce3df216070326c9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Liang Qi <liang.qi@digia.com>
* QQuickTimeLine: add missing time checksJ-P Nurmi2014-02-212-0/+76
The same check is done in QQuickTimeLine::pause(), move() and moveBy(), where the time is passed as an argument. QQuickTimeLine::accel() and accelDistance() calculate the time based on velocity and acceleration or distance. With tiny values this calculation can result to a negative time due to integer overflow. Task-number: QTBUG-35046 Change-Id: I000e73d3f787375946e8f87a5d24153ae919bc8d Reviewed-by: Michael Brasser <michael.brasser@live.com>