summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-011-14/+14
|\
| * QString usage cleanupsOswald Buddenhagen2010-09-011-14/+14
* | Merge branch 'variousFixes' into 4.7-s60axis2010-09-014-5/+686
|\ \ | |/ |/|
| * Fixed input context trying to squeeze content into a full widget.axis2010-09-011-3/+0
| * Fixed a case where a newly created native widget would lose focus.axis2010-09-012-1/+25
| * Cleaned up position tracking in the Symbian input methods.axis2010-09-012-2/+661
| * Fixed sporadically failing autotest on Symbian.axis2010-08-251-2/+3
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-3111-6/+85
|\ \
| * | Prevent calling deleteLater() from QMLAaron Kennedy2010-08-312-0/+24
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-314-0/+50
| |\ \
| * | | Ignore non-scriptable properties in QMLAaron Kennedy2010-08-3110-6/+61
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-311-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make tst_image a little bit more tollerent to rounding errorsOlivier Goffart2010-08-311-8/+8
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-311-3/+3
| |\ \ \
| | * | | tst_qimage: backport fix of commit 0d7e683 into 4.7Olivier Goffart2010-08-301-3/+3
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-3115-12/+176
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Don't double call classBegin()Aaron Kennedy2010-08-315-1/+41
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-319-9/+325
| |\ \ \
| | * | | Revert "Add 'cached' property to Image."Yann Bodson2010-08-311-20/+9
| | * | | Add 'cached' property to Image.Yann Bodson2010-08-311-9/+20
| | * | | Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-312-0/+49
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-305-7/+82
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-2726-23/+3426
| | | |\ \
| | | * | | Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-272-6/+71
| | | * | | Improve test reliability when running in parallel with other tests.Martin Jones2010-08-271-0/+9
| | | * | | Improve stability of test on loaded hw.Martin Jones2010-08-271-0/+1
| | | * | | Improve stability of test on loaded hw.Martin Jones2010-08-271-1/+1
| * | | | | Simplify type management codeAaron Kennedy2010-08-273-4/+4
| | |_|/ / | |/| | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-304-0/+50
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | preserve non-standard source referencesOswald Buddenhagen2010-08-302-0/+25
| * | | | QSslConfiguration: fix crash when accessing null pointerPeter Hartmann2010-08-301-0/+16
| * | | | properly parse ts contexts in obsolete messagesOswald Buddenhagen2010-08-301-0/+9
| |/ / /
* | | | Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-271-1/+194
* | | | Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-271-8/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-0/+7
| |\ \ \
| | * | | Add a test for the QPen::brush() != Qt::NoBrush for a Qt::NoPen pen.Trond Kjernåsen2010-08-261-0/+7
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-275-7/+58
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2010-08-261-0/+26
| |\ \ \
| * | | | 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-2626-23/+3426
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-2524-7/+3403
| |\ \ \ | | |/ / | |/| |
| | * | 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-2523-4/+3386
| | |\ \ | | | |/ | | |/|