summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-0/+19
* QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
* QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
* tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
* Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
* Update testdataMaurice Kalinowski2016-02-171-1/+1
* winrt: Fix usage of testdataMaurice Kalinowski2016-02-171-0/+9
* winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-162-0/+12
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-47/+48
|\
| * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
| * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
* | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
* | Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
* | QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* | 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