summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow customization of qDebug output at runtimeKai Koehne2012-02-098-152/+719
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-096-0/+12
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* Fixed qstandardpaths unittest to handle being run as rootKurt Korbatits2012-02-091-0/+5
* Fixed qdir unittest to handle being run as rootKurt Korbatits2012-02-091-1/+12
* Fixed qfile unittest rename() failing as rootKurt Korbatits2012-02-091-0/+7
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-6/+2
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-6/+96
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+34
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-082-18/+25
* 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
* 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-072-8/+6
* 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-0533-8516/+54
* 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
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* 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
* Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
* QtDebug: Include file, line, function informationKai Koehne2012-02-014-9/+191
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-314-3/+197
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-0/+13
* Remove many deprecated methodsLars Knoll2012-01-312-5/+5
* Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-311-2/+0
* Windows: Fix autotests with -qtnamespaceKai Koehne2012-01-311-1/+6
* tst_qabstractitemmodel does not need QT += widgetsMark Brand2012-01-311-1/+1
* Changed qlibrary unittest to use applicationDirPath()Kurt Korbatits2012-01-311-34/+34
* Update contact address in license headers.Jason McDonald2012-01-312-2/+2
* Fixed qstandardpaths unittest to check before using first()Kurt Korbatits2012-01-311-0/+1
* QDateTime: Add validity checksJohn Layt2012-01-312-2/+51
* QDateTime: Add missing QDate Unit TestsJohn Layt2012-01-311-0/+137
* QDateTime: Deprecate setYMD()John Layt2012-01-311-0/+2
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-0/+7
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-1/+34
* Add the missing test file and give it a proper name.Lars Knoll2012-01-302-3/+19
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-1/+3
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-301-0/+32
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30197-197/+197
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-1/+92
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-4/+1