summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+30
* QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+2
* Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+8
* Don't overwrite applicationName if already set.David Faure2015-05-091-0/+16
* Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+48
* Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20
* iOS: Skip tests that don't make sense or don't work on the platformTor Arne Vestbø2015-03-161-1/+1
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-163-14/+32
* Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-2/+3
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-062-0/+17
* Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-4/+9
* Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-261-0/+8
* Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-261-0/+34
* QVariant: fix converting enum to stringOlivier Goffart2015-02-251-1/+1
* Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-251-1/+1
* Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-0/+3
* Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-2/+77
* Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-7/+20
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-1/+1
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-1/+14
* Update copyright headersJani Heikkinen2015-02-1127-203/+195
* Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-1/+8
* Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-053-0/+75
* QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+8
* Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-052-6/+3
* QAssociativeIterable: add find()Marc Mutz2015-01-211-1/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-1/+30
|\
| * Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt2015-01-063-1/+30
* | 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
* | Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-093-8/+21
* | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-0/+51
* | 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-244-20/+64
|\|
| * Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
| * Add C++11 if available for QVariant autotestJørgen Lind2014-11-131-0/+1
| * tst_QTimer::singleShotToFunctors: Allocate static event loop on heap.Friedemann Kleint2014-11-111-5/+14
| * tst_qvariant: automate testing of forward_listMarc Mutz2014-10-291-6/+6
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-1/+8
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-38/+73
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-10/+37
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+59
* | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+49
* | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-301-0/+29
|/
* Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-0/+45
* tst_QPointer: fix memleakMarc Mutz2014-10-191-1/+2
* tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
* tst_QMimeData: test doesn't require QGuiApplicationMarc Mutz2014-10-191-1/+1