summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Update visual tests for the recent qmlviewer changeAlan Alpert2010-12-0331-1113/+1113
* Do not use openGL on Mac OS X for QML visual testsAlan Alpert2010-12-031-0/+6
* Update QML visual testsAlan Alpert2010-12-0359-1892/+2838
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-011-35/+35
|\
| * fix line endingsRobert Loehning2010-12-011-35/+35
* | ListView header is not visible initially.Martin Jones2010-12-012-18/+82
|/
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-303-1/+63
* Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-0/+37
* Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-0/+46
* Fix Browser.qml warningsJoona Petrell2010-11-301-0/+12
* Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-0/+30
* Remove expect-fails from passing testsAaron Kennedy2010-11-301-2/+0
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2924-2/+706
* Slightly improved tst_qmlvisual outputAlan Alpert2010-11-261-3/+4
* More detail when the process crashes in tst_qmlvisual.Alan Alpert2010-11-261-2/+3
* Update qml visual tests for mac.Yann Bodson2010-11-2547-699/+4512
* Fixup visual tests on MacAlan Alpert2010-11-251-1/+7
* Update visual testsAlan Alpert2010-11-252-3/+3
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-2413-0/+5108
* Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+5
* Avoid lockup in ListView when animating delegates.Martin Jones2010-11-242-0/+52
* Fix asynchronous reload call in test, broken by previous submitDamian Jansen2010-11-241-0/+3
* Ensure WebView press delay timer is cancelled when grab is taken.Martin Jones2010-11-2315-0/+6121
* Update qml visual tests on mac.Yann Bodson2010-11-22102-5131/+7199
* Move qmlvisualaids to another repoAlan Alpert2010-11-199-391/+0
* Initial commit of qmlvisualaidsAlan Alpert2010-11-199-0/+391
* Add a test on QWSAlan Alpert2010-11-182-3/+5
* Fine-tune the tests being run on the CI system.Alan Alpert2010-11-181-36/+10
* Standardize selection color in visual testAlan Alpert2010-11-1814-528/+530
* Remove pointSize from visual testsAlan Alpert2010-11-173-2/+2
* Update visuals for X11Alan Alpert2010-11-1741-1404/+1404
* Remove some excess pngsAlan Alpert2010-11-1615-0/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-162-1/+25
|\
| * VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+24
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-151-1/+1
| |\
| | * compile with quintptr instead of intptr_tThiago Macieira2010-11-151-1/+1
* | | Update qml visual testsAlan Alpert2010-11-16358-11891/+8848
* | | Turn off font antialiasing during tests.Alan Alpert2010-11-165-3/+3
* | | Shrink size of a visual testAlan Alpert2010-11-163-110/+110
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-152-0/+62
|\ \
| * | ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-152-0/+62
* | | Update all qmlvisual testsAlan Alpert2010-11-15128-1052/+1052
* | | Stabilize visual test focusscope/test3.qmlAlan Alpert2010-11-156-273/+272
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-152-2/+2
|\ \
| * | Remove unneeded semicolons.Martin Jones2010-11-152-2/+2
| |/
* | Fix failing visual testsAlan Alpert2010-11-156-35/+42
|/
* Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
* Fix QtQuick import.Yann Bodson2010-11-081-1/+1
* Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-086-0/+97
* Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-0/+74