summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-1/+1
| * | | | Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-262-3/+3
| * | | | Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-262-3/+4
| * | | | Add test for VisualItemModel layoutChanged() handlingMartin Jones2010-08-252-0/+50
| | |/ / | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2621-21/+626
|\ \ \ \ | |_|/ / |/| | |
| * | | Autotest: don't use Q_FUNC_INFO for testing which method got calledThiago Macieira2010-08-261-15/+20
| * | | tst_qmake doesn't need QtGuiThiago Macieira2010-08-251-0/+1
| * | | Use the full path to qmake in the qmake unit testThiago Macieira2010-08-251-1/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2519-5/+603
| |\ \ \ | | |/ / | |/| |
| | * | Fixed item view background color in Gtk styleJens Bache-Wiig2010-08-251-3/+17
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2518-2/+586
| | |\ \ | | | |/ | | |/|
| | | * Add the missing license headers to the QString benchmark dataThiago Macieira2010-08-241-1/+2
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2417-1/+584
| | | |\
| | | | * Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-0/+5
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-2416-1/+579
| | | | |\
| | | | | * Fixed touch event delivery in QGraphicsView.Denis Dzyubenko2010-08-231-0/+59
| | | | | * add indirect input/output specification capability to QMAKE_SUBSTITUTESOswald Buddenhagen2010-08-233-1/+8
| | | | | * Add test that exercises lupdate warnings for QtScriptKent Hansen2010-08-234-0/+118
| | | | | * Make qsTrId() / QT_TRID_NOOP() accessible from QtScriptKent Hansen2010-08-235-0/+105
| | | | | * Make lupdate's QtScript frontend recognize qsTrId() / QT_TRID_NOOP()Kent Hansen2010-08-232-0/+35
| | | | | * Add support for comments and meta-data in the lupdate QtScript frontendKent Hansen2010-08-233-0/+254
* | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-261-0/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | QNAM HTTP: Prepare a compression auto test related to a future bugfixMarkus Goetz2010-08-231-0/+26
| * | | | | QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+2
| * | | | | Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-08-101-0/+24
| * | | | | Fixed test regression on MacGareth Stockwell2010-08-031-0/+5
| * | | | | Enabled tst_mediaobject::testPlayFromResource on SymbianGareth Stockwell2010-08-021-18/+2
| * | | | | Updated tst_mediaobject resource playback test casesGareth Stockwell2010-08-021-6/+17
* | | | | | Fix responseText to check the charset encoding field and also to notBea Lam2010-08-253-12/+32
* | | | | | Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-252-9/+9
| |/ / / / |/| | | |
* | | | | Stabilize tst_qgraphicssceneOlivier Goffart2010-08-241-2/+2
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-242-0/+155
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | QGraphicsView: Fix assert that may occurs if there are 'empty' item to draw, ...Olivier Goffart2010-08-241-0/+26
| * | | | Fix tst_Collections::QTBUG13079_collectionInsideCollectionOlivier Goffart2010-08-241-2/+2
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-241-0/+129
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix assignment of a Q(Explicitly)SharedDataPointer included in the data itselfOlivier Goffart2010-08-231-0/+42
| | * | | Fix assignment of a container included in the container itselfOlivier Goffart2010-08-231-0/+87
| | | |/ | | |/|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-242-1/+28
|\ \ \ \ | |/ / /
| * | | Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-242-1/+28
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-2313-35/+133
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-201-1/+1
| |\ \
| | * | QDeclarativeDebug: stream all the context, including the internals ones.Olivier Goffart2010-08-201-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-201-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Revised fix for pixmap loadingJens Bache-Wiig2010-08-201-0/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-2011-34/+129
| |\ \ \ | | |/ / | |/| |
| | * | QGraphicsView: fix few artefacts that can appear if the changed() signal is c...Olivier Goffart2010-08-201-10/+30
| | * | tst_qmetaobject: fix compilation, now that wrong NOTIFY property failsOlivier Goffart2010-08-201-1/+1
| | * | Fixed autotest compilation issue on solarisThierry Bastian2010-08-195-19/+19
| | * | Fixed build issue on SolarisThierry Bastian2010-08-191-3/+3
| | * | Fix an obvious bug in tst_QGL::clipTest()Trond Kjernåsen2010-08-191-1/+1