summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-036-63/+61
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-242-4/+41
| * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-30/+0
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-202-19/+19
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-10/+1
* | Define P in stringbuilder.cpp, just to help in editing in the editorThiago Macieira2012-05-031-0/+5
* | Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+31
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-0211-221/+221
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+2
* | Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+5
* | Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+316
* | Re-enable casting to and from "ASCII" on tst_qstring.cppThiago Macieira2012-04-281-33/+13
* | Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-273-27/+29
* | Convert these files to ASCII or UTF-8Thiago Macieira2012-04-271-1/+1
* | Force tst_qstring to use fromLatin1 where it has Latin 1 literalsThiago Macieira2012-04-271-37/+39
* | Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+27
* | Make QTimeLine test significant.Jason McDonald2012-04-261-1/+0
* | Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-1/+14
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-20/+3
* | Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+37
* | Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-1/+1
* | Mark known test failures in Windows developer build.Jason McDonald2012-04-251-0/+3
* | Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-251-4/+4
* | Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-5/+0
* | Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-0/+1
* | Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+4
* | Remove insignification from qabstractitemmodel test on Mac OS X.Jason McDonald2012-04-241-2/+0
* | Start running some disabled tests again on Mac OS.Jason McDonald2012-04-232-2/+2
* | Silence two warnings in QVariant's unit test.Thiago Macieira2012-04-201-0/+3
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-2/+2
* | Really marked tst_QProcess as insignificant on Windows.Rohan McGovern2012-04-191-1/+3
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-0/+63
* | fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+27
* | fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-1/+58
* | Remove insignification from QPluginLoader and QFactoryLoader tests.Jason McDonald2012-04-172-3/+0
* | Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-04-1750-1569/+7229
|\ \
| * | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1750-1569/+7229
| |\|
| | * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1710-17/+243
| | |\
| | | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1610-17/+243
| | | |\
| | * | | Update parent indexes first with changePersistentIndex.Stephen Kelly2012-04-171-1/+0
| | * | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
| | |/ /
| | * | Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-152-2/+3
| | * | QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
| | * | QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
| | * | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
| | * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-0/+20
| | * | Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
| | * | Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
| | * | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-113-28/+33
| | * | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10