summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't use a virtual signal - moc complains.Warwick Allison2010-01-111-1/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-1/+0
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-117-8/+27
| |\
| * | Remove debuggingAaron Kennedy2010-01-111-1/+0
* | | qmlInfo now gives QML type, not C++ classname.Warwick Allison2010-01-111-6/+6
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-2/+73
|\ \ | |/
| * More text benchmarks.Michael Brasser2010-01-111-2/+73
* | report error betterWarwick Allison2010-01-111-1/+1
* | document test weaknessWarwick Allison2010-01-111-0/+6
* | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-112-4/+17
* | avoid false passWarwick Allison2010-01-111-1/+0
* | Don't put necessary code in Q_ASSERTWarwick Allison2010-01-111-2/+2
* | Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
|/
* Compile (will still fail)Warwick Allison2010-01-111-1/+1
* Compile.Warwick Allison2010-01-112-3/+9
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-114-2/+28
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-116-0/+214
| |\
| * | Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-2/+2
| * | Another dynamic method autotestAaron Kennedy2010-01-093-0/+26
* | | Compile after change b9d7f819b7bf9f7c39735377ae2e3e4d4afa1cf7Warwick Allison2010-01-111-0/+8
| |/ |/|
* | Make it easier to understand if test fails.Warwick Allison2010-01-082-2/+5
* | Test QmlModulePluginWarwick Allison2010-01-086-0/+211
|/
* QML dynamic function benchmarkAaron Kennedy2010-01-085-0/+117
* QML signal handler benchmarkAaron Kennedy2010-01-085-0/+97
* Basic QML JS benchmarkAaron Kennedy2010-01-082-0/+462
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiAaron Kennedy2010-01-0524-72/+838
|\
| * Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart2009-12-291-1/+29
| * QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-0/+7
| * Fix tst_QFileInfo::isHidden_data on WindowsOlivier Goffart2009-12-281-2/+2
| * QStyleSheetStyle: Fixed some text croped when having padding with native border.Olivier Goffart2009-12-281-0/+57
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-275-6/+142
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-255-6/+142
| | |\
| | | * revert f36fb8b2b63b3734cc2bd66b329ca4fef1204845Ritt Konstantin2009-12-231-6/+2
| | | * images: Document QImageReader::loopCount behaviour for infinite loopsHolger Hans Peter Freyther2009-12-232-0/+7
| | | * gif: Add unit test for QImageReader::size callsHolger Hans Peter Freyther2009-12-233-0/+133
| * | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-263-0/+108
| |\ \ \ | | |/ / | |/| |
| | * | Add QHostInfo benchmarkMarkus Goetz2009-12-183-0/+108
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2009-12-234-23/+95
| |\ \ \ | | | |/ | | |/|
| | * | Use libjpeg's builtin scaler for implementing setScaledSize()Rhys Weatherley2009-12-221-1/+9
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-221-0/+7
| | |\ \
| | * | | Clean up oracle data type tests.Bill King2009-12-221-21/+16
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-192-1/+70
| | |\ \ \
| | | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-182-1/+70
| | | |\ \ \
| | | | * | | Fixed QResource to respect the explicitely set localeDenis Dzyubenko2009-12-171-0/+22
| | | | * | | Change QHostInfo to use 5 parallel lookup threadsMarkus Goetz2009-12-171-1/+48
| * | | | | | Revert "Daylight savings time for Symbian."Janne Koskinen2009-12-231-7/+0
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2009-12-2248-106/+2452
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixes bug when using AnchorUnderMouse for GraphicsView transformation.Yoann Lopes2009-12-181-0/+97
| | * | | | Make the layout{,AboutToBe}Changed signals in the QSortFilterProxyModel match...Stephen Kelly2009-12-181-11/+111
| | * | | | Make sure mappings are created for columns when indexes newly become parents.Stephen Kelly2009-12-187-17/+53