summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+497
* Update the NaN tests to deal with non-conformance betterThiago Macieira2012-09-281-15/+16
* Test: Split tst_QVarLengthArray::oldTestsCaroline Chao2012-09-271-46/+48
* remove no-op test from tst_qfileJoerg Bornemann2012-09-271-23/+0
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* Fix qstringlist autotest build for WinCE.Janne Anttila2012-09-261-0/+13
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-261-1/+63
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-251-1/+1
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-0/+41
* Test: Enabled tst_QFile::invalidFileCaroline Chao2012-09-241-2/+1
* Add some tests for compatible and incompatible custom deletersThiago Macieira2012-09-241-0/+20
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+7
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-232-2/+2
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22215-5202/+5202
* Test: Update QSKIP message of tst_QVector::outOfMemoryCaroline Chao2012-09-221-1/+1
* Test: fix warning for tst_QPluginLoader::loadGarbageCaroline Chao2012-09-221-3/+5
* remove mentions of borland from project filesOswald Buddenhagen2012-09-195-5/+2
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-141-1/+5
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-2/+1
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-146-52/+76
* Use QElapsedTimer instead of QTime to measure elapsed timeThiago Macieira2012-09-131-1/+1
* Increase the fuzziness of the QSemaphore test to 50 msThiago Macieira2012-09-131-1/+1
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-0/+10
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-131-1/+4
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-0/+59
* Don't manipulate immutable dataJoão Abecasis2012-09-111-17/+71
* test: Remove QSKIP from tst_QLocale::windowsDefaultLocale()Sergio Ahumada2012-09-101-2/+0
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-052-2/+2
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-0/+38
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-304-2/+8
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-3/+23
* test: Mark tst_qtextboundaryfinder::generateDataFromFile() with internal buildSergio Ahumada2012-08-291-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-0/+61
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Remove unused inotify includes in the filesystem watcher testThomas McGuire2012-08-231-8/+0
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+8
* A few more random documentation fixesShawn Rutledge2012-08-231-11/+10
* Do not consider sign in qIsNull.Mitch Curtis2012-08-223-0/+42
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-212-0/+12
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-0/+76
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-202-0/+45
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-9/+1
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+8