Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trying to make the animation autotests more robust | Thierry Bastian | 2010-02-25 | 1 | -9/+9 |
| | | | | | | Everywhere we have a qWait(duration) followed by a QCOMPARE, there was the risk that it fails because of the test machine being overloaded. So I changed them to QTRY_COMPARE. | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Result API review with Jasmin | Thierry Bastian | 2009-11-04 | 1 | -253/+253 |
| | | | | | | | | | | | | | | | | | QAbstractAnimation: currentTime returns the "complete" current time currentLoopTime() returns the time inside the current loop add setPaused(bool) for consistency with QTimeLine stateChanged: newState passed as first paramater (before oldState) for consistency with the reset of Qt QAnimationGroup: rename clearAnimations to clear rename insertAnimationAt to insertAnimation rename takeAnimationAt to takeAnimation QSequentialAnimationGroup: rename insertPauseAt to insertPause | ||||
* | Stabilize sequential animation startDelay autotest on win | Leonardo Sobral Cunha | 2009-10-27 | 1 | -8/+5 |
| | | | | Reviewed-by: thierry | ||||
* | Animations: updateCurrentTime now receives the currentTime as paramater | Thierry Bastian | 2009-09-28 | 1 | -3/+3 |
| | | | | Reviewed-by: Leo | ||||
* | Small change in the API of animations | Thierry Bastian | 2009-09-23 | 1 | -3/+3 |
| | | | | | | | | We're not taking a parameter in updateCurrentTime any more because that parameter was the total currenttime. So it was taking into account the currenttime and the currentloop at once. This was inconsistent Reviewed-by: Leo | ||||
* | Fix to the autotests of Animations to spit less warnings | Thierry Bastian | 2009-09-22 | 1 | -65/+56 |
| | |||||
* | 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 | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | sequential animation group: add autotest for pause/resume | Thierry Bastian | 2009-08-05 | 1 | -0/+36 |
| | |||||
* | Autotests: fix compile issues on HPUX | Thierry Bastian | 2009-06-17 | 1 | -29/+28 |
| | |||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | iterationCount becomes loopCount again | Thierry Bastian | 2009-04-20 | 1 | -44/+44 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 1 | -0/+1649 |