summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject
Commit message (Expand)AuthorAgeFilesLines
* QObject: turn the narrowing test into static_assertsGiuseppe D'Angelo2017-05-081-435/+385
* tst_QObject: Test if the new connect style works with multiple inheritanceOlivier Goffart2017-03-141-0/+108
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-4/+5
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-4/+5
| |\
| | * Properly use the "process" featureUlf Hermann2017-02-271-4/+5
* | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-0/+32
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-0/+38
|\|
| * Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-142-0/+38
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-20/+20
|\|
| * AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-0/+76
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+76
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+76
| | |\
| | | * QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-2/+0
|/ / /
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+21
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+124
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+17
| |\|
| | * Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-0/+17
| * | tst_QObject: Test if the new connect style works with virtual basesThiago Macieira2016-06-021-0/+107
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+19
| |\|
| | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-0/+19
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-302-7/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+2
|\|
| * Fix tests for platforms without process supportMaurice Kalinowski2016-03-011-0/+2
* | Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+3
|\|
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-161-0/+3
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-4/+5
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-4/+5
| | |\
| | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
* | | | Updated license headersJani Heikkinen2016-01-213-51/+36
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-4/+4
|\| |
| * | Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\| |
| * | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-091-2/+2
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-24/+24
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-2/+7
|\|
| * Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-0/+24
* Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20