summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-142-2/+2
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-132-16/+82
* Support QMetaType::equals()Alex Blasche2015-01-131-0/+90
* QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-1/+1
* Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-111-0/+22
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-111-0/+67
* Add QtInfoMsgKai Koehne2015-01-093-16/+88
* QStandardPaths: add AppConfigLocation.David Faure2015-01-091-2/+26
* Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-091-0/+66
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-093-8/+21
* Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+2
* Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-051-10/+1
* tst_QHash: Factor qHash()-related test cases into a separate testMarc Mutz2015-01-055-101/+160
* tst_QSet: add a non-trivial test for op==Marc Mutz2015-01-051-0/+10
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2924-47/+323
|\
| * Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-222-0/+9
| * Android: Fix QLoggingRegistry testEskil Abrahamsen Blomfeldt2014-12-222-0/+10
| * Android: Disable QLockFile testEskil Abrahamsen Blomfeldt2014-12-221-1/+3
| * Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-223-0/+14
| * Android: Fix QFileSystemWatcher test failuresEskil Abrahamsen Blomfeldt2014-12-221-0/+4
| * Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
| * Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-223-1/+36
| * Android: Fix QDirIterator testsEskil Abrahamsen Blomfeldt2014-12-221-0/+26
| * Android: Fix QDir testsEskil Abrahamsen Blomfeldt2014-12-223-0/+77
| * Android: Stabilize QPauseAnimation testEskil Abrahamsen Blomfeldt2014-12-221-34/+38
| * Android: Fix json test.BogDan Vatra2014-12-222-2/+12
| * Android: Fix QStandardPaths testEskil Abrahamsen Blomfeldt2014-12-191-1/+1
| * Android: Fix QResourceEngine testsEskil Abrahamsen Blomfeldt2014-12-193-8/+71
| * tst_qlogging: add tests for %{pid} and %{threadid}Thiago Macieira2014-12-191-0/+9
| * Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is setThiago Macieira2014-12-181-0/+9
* | QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-0/+51
* | QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-201-1/+5
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-102-3/+2
|\|
| * tst_qsortfilterproxymodel: remove unused member varDavid Faure2014-11-281-2/+1
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-1/+1
| |\
| | * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-1/+1
* | | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-0/+29
* | | QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-071-0/+32
* | | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-0/+51
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-032-14/+6
* | | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-1/+322
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2415-36/+270
|\| |
| * | QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-0/+56
| * | Disable the tests that verify that the available space shrunkThiago Macieira2014-11-221-0/+10
| * | Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-2/+2
| |\|
| | * Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
| * | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-0/+22
| * | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-0/+74