summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
* QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-1/+44
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-5/+73
|\
| * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
| * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-5/+0
* | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
* | Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-13/+2
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-20/+20
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-202-0/+28
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-0/+53
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+58
|\|
| * Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-1/+58
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-015-3/+66
|\|
| * Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
| * Autotest: Check where global event filters get runThiago Macieira2015-06-192-0/+58
| * fix usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
* | QPointer: add member-swapMarc Mutz2015-06-171-0/+17
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-145-0/+14
* | Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-0/+12
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-1/+56
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+16
|\|
| * Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+48
|\|
| * Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+48
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-244-16/+53
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+3
|\|
| * Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-2/+3
* | tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
|/
* 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