summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-0/+2
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+9
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-0/+35
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-0/+19
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+90
* Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-0/+10
* Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-093-0/+98
* Ensure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAYDavid Faure2012-05-093-0/+66
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-0/+1
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-082-3/+30
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+5
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-05-071-3/+193
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-071-16/+1
* Add default value for getters in QJsonValueLiang Qi2012-05-061-1/+11
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-0/+12
* Slightly improve the query encode/decode test in QUrlThiago Macieira2012-05-041-6/+7
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-10/+18
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-047-22/+22
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-0/+10
* 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