summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for the the positioner transitions.Alan Alpert2009-11-045-0/+363
|
* Position items in the correct orderAlan Alpert2009-11-041-0/+25
| | | | | Nearly fixes QT-2241, but still waiting for a signal to appear in QGraphicsItem which allows up to reposition items after a change.
* Add missing files.Michael Brasser2009-11-032-0/+12
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-031-0/+23
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * autotestsYann Bodson2009-11-031-0/+23
| |
* | qfxtext -> qmlgraphicstextAaron Kennedy2009-11-031-1/+1
| |
* | Remove dead codeAaron Kennedy2009-11-031-9/+0
| |
* | Fix incorrect assertAaron Kennedy2009-11-032-0/+11
| | | | | | | | QT-2432
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0312-55/+743
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * QmlFontLoader testsYann Bodson2009-11-033-0/+94
| |
| * qmlgraphicstext testsYann Bodson2009-11-032-18/+16
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0312-46/+1713
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-037-18/+1184
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Fix test.Michael Brasser2009-11-031-1/+1
| | | |
| | | * Add more Behavior autotests.Michael Brasser2009-11-032-1/+47
| | | |
| | * | Allow example-specific test.Warwick Allison2009-11-032-2/+12
| | | | | | | | | | | | | | | | | | | | Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer.
| | * | Support Visual (interactive) tests without using images for confirmation.Warwick Allison2009-11-033-26/+517
| | | |
| * | | add some QmlGraphicsText testsYann Bodson2009-11-031-9/+58
| |/ /
* | | QmlMetaType testAaron Kennedy2009-11-033-0/+227
| |/ |/|
* | More QmlContext testsAaron Kennedy2009-11-031-1/+48
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-031-16/+22
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Get AnimatedImage + autotests working again.Michael Brasser2009-11-031-16/+22
| | | | | | | | | | | | There are still failures, but at least the tests no longer crash.
* | | Match meta-object versionAaron Kennedy2009-11-031-2/+2
|/ /
* | Add QMetaObjectBuilder testAaron Kennedy2009-11-033-0/+1067
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0215-112/+594
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Check bug QT-2423Warwick Allison2009-11-021-0/+17
| |
| * more renamingYann Bodson2009-11-027-7/+7
| |
| * renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-028-105/+105
| |
| * move smooth example in visual testsYann Bodson2009-11-025-0/+465
| |
* | Qt object testAaron Kennedy2009-11-0212-0/+364
|/
* QmlContext testsAaron Kennedy2009-11-023-0/+394
|
* CompileAaron Kennedy2009-10-301-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-3041-16/+1592
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-304-0/+160
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-3042-135/+1629
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | fix headersWarwick Allison2009-10-2937-16/+1432
| | |
* | | Fixup mistakes following renaming filesAaron Kennedy2009-10-3013-21/+21
| | |
* | | Make private headers _pAaron Kennedy2009-10-3020-33/+33
| | |
* | | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-3022-29/+29
| | |
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-3019-328/+328
| |/ |/|
* | Add attached properties typeinfoAaron Kennedy2009-10-292-0/+2
| |
* | Testcase for warnings at shutdownAaron Kennedy2009-10-292-0/+30
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-291-0/+1
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2915-38/+311
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Avoid unnecessary viewport scrolling when bringing currentItem into view.Martin Jones2009-10-291-0/+1
| | |/ | |/| | | | | | | Task-number: QT-2399
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into ↵Aaron Kennedy2009-10-2924-97/+1285
|\ \ \ | |_|/ |/| | | | | kinetic-declarativeui
| * | Fix warning in qvariant.h header + make sure QVariant in QVariant works as ↵Olivier Goffart2009-10-281-0/+245
| | | | | | | | | | | | | | | | | | | | | | | | expected Also add more test Reviewed-by: Thierry
| * | Fixed bug in QTableView spans.Gabriel de Dietrich2009-10-281-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | In some cases, the spans internal structure was left in an inconsistent state. Auto-test included. Bonus: spans consistency checking method. Task-number: QTBUG-5062 Reviewed-by: Olivier
| * | Extand test of qBinaryFindOlivier Goffart2009-10-281-1/+16
| | |
| * | Wrong caching of opaque children in QWidget.Bjørn Erik Nilsen2009-10-281-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The opaque children cache was clipped to all the ancestors up to the top-level, which means whenever a widget changes geometry all the children must be invalidated. However, the bug was that we didn't invalidate the children, and that is of course slow so we don't want to do it either. A better solution is to only clip the children cache to the widget itself (widget->rect() instead of widget->clipRect()), and we can perfectly do this because the region we subtract the opaque children from is already inside the clipRect(). Auto-test included. Task-number: QTBUG-4245 (related to)