aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickimageparticle
Commit message (Collapse)AuthorAgeFilesLines
* Make initialize work despite pending resetsAlan Alpert2011-11-021-1/+0
| | | | | | | | | This allows for the data to be updated instantly, instead of waiting for the reset in the next paint event. This is needed by the QQuickImageParticle autotest to pass stably. Change-Id: I554eb9d9ddbfc6ba06264dedafb14498685e04cf Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Delete view at end of testAlan Alpert2011-11-021-0/+5
| | | | | Change-Id: I290536bd975e7e6f6f65cf964604664faf7d3056 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Mark ImageParticle as insignificantAlan Alpert2011-11-011-1/+1
| | | | | | | | CI system only unstable failures take a while to track down and aren't worth blocking all commits for. Change-Id: I10750b644f13ad25f66afb3f9551988e1ed2d8b6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Stabilize Particles tests some moreAlan Alpert2011-10-311-5/+5
| | | | | | | | | Odd timings can lead to slight variances in the particle groups size, this is allowable in autotests. Also fixes incorrect use of extremelyFuzzyCompare in tst_qquickage. Change-Id: Ibea3a2b2a3a31ab1fe6d908c1676d865db9ba968 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-257-0/+641
Change-Id: I793eaf16f3810df0cb0f9f8482ac0b9d6137595d Reviewed-by: Alan Alpert <alan.alpert@nokia.com>