summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Do not build qsharedmemory and qsystemsemaphore autotests on QNXFabian Bumberger2013-03-051-0/+1
* QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-0/+4
* QStandardPaths: Use forward slash consistently.Friedemann Kleint2013-02-271-0/+14
* Fix qfile autotest on qnxFabian Bumberger2013-02-251-0/+6
* Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-211-0/+38
* Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-1/+77
* Make QVector instances counter thread safeJędrzej Nowacki2013-02-201-100/+101
* QLocale: add autotest for tamil's AM/PM textEl Mehdi Fekari2013-02-151-0/+4
* QLocale: add autotests for Japanese and Czech localesEl Mehdi Fekari2013-02-121-0/+7
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-017-62/+62
* Doc: Fix references to Qt TestSze Howe Koh2013-01-301-4/+4
* Make the null pointer dereference a volatile oneThiago Macieira2013-01-291-1/+1
* Forward-port tests on invalid port numbers from Qt 4Thiago Macieira2013-01-281-0/+8
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-284-4/+4
* Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-286-8/+25
* Doc: Fix module name formatSze Howe Koh2013-01-251-8/+8
* Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-0/+8
* Add autotests for Indonisian and Catalan localesMehdi Fekari2013-01-231-0/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-18215-215/+215
* QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
* Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Frederik Gladhorn2013-01-151-1/+1
|\
| * Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
| |\
| | * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
* | | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-2/+8
|/ /
* | Resolve some race conditions on tst_QSharedMemoryThiago Macieira2013-01-142-10/+24
* | Add an autotest for Canadian locale(dateFormat)Mehdi Fekari2013-01-101-0/+4
|/
* Update qlocale autotestMehdi Fekari2013-01-061-0/+50
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0426-61/+0
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-044-0/+174
* Remove metatype registration of built-in types.Stephen Kelly2013-01-035-6/+0
* Speed up and fix QByteArray::setNum()hjk2012-12-301-1/+18
* Add test for QByteArray::setNumhjk2012-12-281-0/+27
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-0/+51
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-0/+4
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-0/+78
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-215-5/+5
* QUrl auto tests: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-201-0/+24
* QUrl auto tests: ensure toEncoded() and toString() match wrt. empty authPeter Hartmann2012-12-201-0/+6
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-22/+22
* Delete the QSlotObject when disconnect()ingGiuseppe D'Angelo2012-12-171-8/+39
* Reset the QMetaObject::Connection dptr when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+56
* Remove useless QVERIFY(true)Giuseppe D'Angelo2012-12-171-2/+0
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-2/+0
* Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
* Remove MSVC2012-optimization for the QMetaType-test.Friedemann Kleint2012-12-141-2/+7
* Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-1/+16
* Move a Q_DECLARE_METATYPE higher up in the file.Stephen Kelly2012-12-101-1/+2
* Don't pass invalid strings to strcmp()Peter Kümmel2012-12-061-1/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-6/+30