summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+10
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15
* Improve the QTextBoundaryFinder autotests a lotKonstantin Ritt2012-06-051-256/+394
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-0/+16
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-0/+18
* Fix typos in QState sorting functionsKent Hansen2012-06-041-2/+17
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-012-1/+138
* Fix a bug in the case conversion codeLars Knoll2012-06-011-0/+2
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Mark tst_qfreelist as parallel-safeRohan McGovern2012-06-011-0/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-0/+7
* Improved stability of tst_qstatemachine, mark as parallel-safeRohan McGovern2012-05-312-1/+2
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Marked tst_qtemporaryfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-124/+1362
* Marked tst_qprocess as parallel-safeRohan McGovern2012-05-301-0/+1
* Mark tst_qsharedpointer as parallel-safe.Rohan McGovern2012-05-291-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2831-0/+31
* Marked tst_qprocess insignificant on macRohan McGovern2012-05-281-0/+1
* 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