aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | fix qmltest unit test failuresCharles Yin2011-05-305-2/+2
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Martin Jones2011-05-308-2/+2
|\ \
| * | fix typosCharles Yin2011-05-308-2/+2
* | | qmlvisual is broken and unmaintained. Remove it.Martin Jones2011-05-30818-147322/+0
|/ /
* | Work around remaining 'make check' failures.Martin Jones2011-05-273-2/+6
* | Remove webkit dependencies from qtdeclarative.Martin Jones2011-05-2791-19438/+0
* | Skip the qdeclarativeimage and qdeclarativeborderimage mirror testMartin Jones2011-05-273-0/+4
* | Make tests compile.Martin Jones2011-05-272-14/+10
* | Remove webkit dependency from test.Aaron Kennedy2011-05-272-1/+5
* | Fix QSGImage autotest.Yann Bodson2011-05-251-5/+5
* | Support change slots for properties starting with '_'Chris Adams2011-05-236-0/+118
* | Ensure that showDirs is respected in FolderListModelChris Adams2011-05-234-2/+41
* | Fix QDeclarativeImage testYann Bodson2011-05-231-6/+5
* | QDeclarativeDebug: Fix autotestKai Koehne2011-05-201-1/+1
* | Fix implicit qmldir imports unit testChris Adams2011-05-203-38/+36
* | Support 'mirror: true' in SG Image element.Martin Jones2011-05-202-6/+11
* | Integrate QtQuickTest into QtCharles Yin2011-05-2018-0/+2645
* | Skip test in qdeclarativeimage::noLoading (QTBUG-19425)Yann Bodson2011-05-201-0/+1
* | Skip another pixmap comparison test.Martin Jones2011-05-201-0/+2
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-191-1/+1
|\ \
| * | Update unit test according to intended behaviour change.Kim Motoyoshi Kalland2011-05-191-1/+1
* | | Normalize createQmlObject error messageAlan Alpert2011-05-191-3/+3
|/ /
* | Fix unstable test.Martin Jones2011-05-191-2/+1
* | Link item focus to canvas widget focus.Martin Jones2011-05-195-0/+218
* | Remove QEXPECT_FAIL from QSGTextInput test.Andrew den Exter2011-05-191-1/+0
* | Fix test TextEdit preeditMicroFocus test failure.Andrew den Exter2011-05-181-1/+7
* | Skip mirror autotests while QTBUG-19351 and QTBUG-19252 are not resolved.Yann Bodson2011-05-183-5/+4
* | Make SG Text test work by disabling pixmap comparison.Martin Jones2011-05-181-0/+2
* | More autotests fixes.Yann Bodson2011-05-182-27/+17
* | Fix QSGBorderImage autotest.Yann Bodson2011-05-181-10/+10
* | Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-05-184-26/+28
* | Remove Q_ASSERT from qdeclarativexmllistmodel testJason McDonald2011-05-181-1/+4
* | Remove Q_ASSERT's from ecmascript test.Jason McDonald2011-05-181-4/+0
* | Remove Q_ASSERT from QDeclarativeListModel autotest.Jason McDonald2011-05-181-1/+4
* | Remove redundant Q_ASSERT from qmlvisual autotest.Jason McDonald2011-05-181-2/+0
* | Remove Q_ASSERT calls that wrap side-effecting code.Jason McDonald2011-05-181-3/+9
* | Add autotests to .pro fileYann Bodson2011-05-171-0/+2
* | Make QSGImage autotests compile.Yann Bodson2011-05-177-123/+68
* | skip unit tests if no required OpenGL 2.0 feature on this platformCharles Yin2011-05-1712-1/+167
* | Fix QSGBorderImage and QSGAnimatedImage autotestsYann Bodson2011-05-163-36/+25
* | Fix QSGBorderImage autotest.Yann Bodson2011-05-132-58/+19
* | Added auto tests for properties initialized using JS statementsRoberto Raggi2011-05-122-0/+11
* | Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-121-0/+30
* | tests: mark tst_qsgitem as a private-testRohan McGovern2011-05-121-3/+1
* | Improve error message for invalid image provider name.Martin Jones2011-05-121-2/+2
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-113-0/+38
|\ \
| * | Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
* | | Add private parts to autotest .pro filesAlan Alpert2011-05-11103-0/+123
|/ /
* | Add unit test and documentation for module APIChris Adams2011-05-064-2/+10
* | Fix evaluation of boolean conditionsRoberto Raggi2011-05-052-0/+24