summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-1/+6
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-0/+14
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-281-8/+4
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-44/+65
* Made it possible to run tst_qtjson test from shadow build directory.Denis Dzyubenko2012-01-262-8/+13
* Convert tst_qurl.cpp to UTF-8 (to make it editable in QtCreator)David Faure2012-01-261-18/+18
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-262-0/+29
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+28
* Automated metatype definition for template types.Stephen Kelly2012-01-261-0/+46
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+3
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-25128-9/+139
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-252-1/+16
* tst_qobject: Run as console application.Friedemann Kleint2012-01-252-3/+3
* Add autotest for failing signal connection.Friedemann Kleint2012-01-241-0/+6
* add missing move* methods to QAbstractItemModelMark Brand2012-01-241-0/+94
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-0/+8
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-246-0/+1609
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-242-4/+40
* Make QUrl always lowercase the scheme().David Faure2012-01-241-2/+2
* QWinOverlappedIoNotifier introducedJoerg Bornemann2012-01-243-0/+222