summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Make test compileBea Lam2010-03-081-3/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0516-393/+1838
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0519-414/+485
| |\
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0549-490/+885
| | |\
| | * | Fix testBea Lam2010-03-051-7/+11
| * | | ParentAnimation docs + test.Michael Brasser2010-03-058-0/+1721
| * | | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-055-386/+0
| * | | RotationAnimation docs + test.Michael Brasser2010-03-042-0/+106
* | | | Don't assume documents are in UTF-8.Bea Lam2010-03-053-0/+53
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0548-124/+627
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0511-4/+156
| |\ \ \
| | * | | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-058-4/+39
| | * | | Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-053-0/+117
| * | | | Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-05156-435/+2056
| |\ \ \
| | * | | Include QML doc snippets in examples autotestAaron Kennedy2010-03-052-0/+4
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-04155-435/+2052
| | |\ \
| | | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Justin McPherson2010-03-049-8/+119
| | | |\ \
| | | | * | Add testcase for QTBUG-7730Aaron Kennedy2010-03-042-0/+29
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-045-8/+42
| | | | |\ \
| | | | | * | Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-045-8/+42
| | | | * | | Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-043-0/+48
| | | | |/ /
| | | * | | Merge branch '4.7' of ../../qt-qml/4.7 into 4.7Justin McPherson2010-03-04150-434/+1940
| | | |\ \ \ | | | | |/ /
| | | | * | Fixup testAaron Kennedy2010-03-041-1/+1
| | | | * | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-042-0/+22
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-044-4/+24
| | | | |\ \
| | | | * | | Improve grouped property error messagesAaron Kennedy2010-03-048-1/+26
| | | | * | | Remove Qt.playSound()Michael Brasser2010-03-041-7/+0
| | | | * | | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+48
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-042-11/+13
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
| | | | * | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-0/+20
| | | | |/ /
| * | | | | QPrinter: Add Current Page print range supportJohn Layt2010-03-041-0/+23
| |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-046-62/+79
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-044-4/+24
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Revert "Fixes crash when destroying a QGraphicsItem."Yoann Lopes2010-03-031-57/+0
| | * | | Fix QVariant autotestOlivier Goffart2010-03-031-3/+11
| | * | | Make the sub-menu accessible via its shortcut even if it is the currentThierry Bastian2010-03-031-0/+20
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-033-2/+48
| | |\ \ \
| | | * | | QMetaType: Now we can register typedefs.Olivier Goffart2010-03-023-2/+48
| * | | | | Added QMediaPlayer::StreamPlayback flag to query/select backend capableDmytro Poplavskiy2010-03-041-0/+72
| | |_|/ / | |/| | |
| * | | | Remove dependency on declarative from multimedia.Justin McPherson2010-03-034-4/+24
| |/ / /
* | | | Fix test leaksBea Lam2010-03-052-0/+12
* | | | Use _data() for some testsBea Lam2010-03-051-377/+158
* | | | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+101
| |_|/ |/| |
* | | Increase test timerBea Lam2010-03-031-1/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0327-49/+190
|\ \ \
| * \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0322-45/+181
| |\ \ \
| | * | | Clairify a comment in one of the auto tests.Alan Alpert2010-03-031-2/+2
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-03138-423/+1814
| | |\ \ \ | | | |/ / | | |/| |