summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add the mkspecs dir to the include dirs.Stephen Kelly2012-02-083-0/+58
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-085-2/+91
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-085-35/+77
* Do not check isActiveWindow in QAccessibleWidget::stateJosé Millán Soto2012-02-081-2/+2
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-082-18/+25
* Improved stability of tst_qhttpsocketengineRohan McGovern2012-02-081-7/+7
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-4/+3
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-0/+29
* Fix QFile autotest not to require elevated privilege to passShane Kearns2012-02-071-3/+13
* Add missing subdirectory test.Stephen Kelly2012-02-071-0/+1
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-53/+14
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-0/+39
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-071-23/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-073-12/+10
* tst_qnetworkreply: remove no such signal warningsMartin Petersson2012-02-071-2/+2
* Fix error in qgraphicsanchorlayout1 autotest.Jason McDonald2012-02-071-19/+25
* Fix error in qcssparser autotest.Jason McDonald2012-02-071-1/+3
* Complete split of QtConcurrent.Friedemann Kleint2012-02-062-2/+2
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-051-40/+0
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-149/+88
* Move QtConcurrent into its own moduleLars Knoll2012-02-0534-48/+71
* Add movability tests for QByteArray.Jędrzej Nowacki2012-02-051-1/+81
* QDateTime: Remove Julian CalendarJohn Layt2012-02-052-51/+22
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-75/+216
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-13/+355
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-032-1/+31
* Remove QInputContextPekka Vuorela2012-02-031-1/+0
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* Un-guard a QRawFont autotest.Pierre Rossi2012-02-031-4/+0
* Don't include config.tests/unix/openssl/openssl.pri (again)Bradley T. Hughes2012-02-031-1/+0
* Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-022-0/+10
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+9
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-0/+23
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-022-0/+28
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-0/+9
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-0/+83
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-027-87/+87
* tests: do not run benchmarks by default in 'make check'Sergio Ahumada2012-02-022-2/+0
* Fixed selftests unittest on windowsKurt Korbatits2012-02-021-2/+8
* Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
* Add selftest for xpass in a data-driven test.Jason McDonald2012-02-025-31/+71
* Improve readability of expectfail selftest.Jason McDonald2012-02-025-92/+92
* Add testlib selftest for counting of test results.Jason McDonald2012-02-029-1/+466
* Changed qtextbrowser unittest to work from install directoryKurt Korbatits2012-02-023-19/+14
* Changed qlabel unittest to work from install directoryKurt Korbatits2012-02-022-10/+3
* Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-023-3/+117
* Extending the auto test for QHeaderViewThorbjørn Lund Martsum2012-02-011-3/+501
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-0/+3
* Adding a QHeaderView benchmarkThorbjørn Lund Martsum2012-02-013-1/+273
* QtDebug: Include file, line, function informationKai Koehne2012-02-014-9/+191