summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Write QList unit tests for movable, complex, etc. types.Mitch Curtis2012-05-241-302/+1063
* tst_qmetatype: avoid slow compilation with some MSVC2010Rohan McGovern2012-05-241-1/+7
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-0/+34
* Fix warning about unused variable in tst_qvariant.Jędrzej Nowacki2012-05-231-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-233-3/+3
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-222-0/+28
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-0/+198
* Port away from QUrl::MostDecodedThiago Macieira2012-05-223-22/+26
* Fix the idempotent recoding tests in tst_QUrlInternalThiago Macieira2012-05-221-3/+28
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-229-10/+8
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-2/+0
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-1824-0/+0
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-0/+60
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+4
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-20/+12
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-7/+59
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-1/+25
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* Rename QMimeDatabase method for consistency.David Faure2012-05-151-3/+3
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Remove capitalization when specifying include-libraries.kb2012-05-142-2/+2
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-0/+4
* 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