summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject
Commit message (Expand)AuthorAgeFilesLines
* tst_QObbject: Fix very annoying -Wdeprecated-copy warningsMarc Mutz2019-07-121-0/+1
* unblacklist passing testsDaniel Smith2019-07-081-2/+0
* QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+4
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
* Fix deprecation warningsChristian Ehrlicher2019-05-271-55/+52
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-11/+11
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-11/+1
* Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-5/+2
* Add a couple of tests in QObject::tst_qobjectOlivier Goffart2019-02-081-0/+165
* Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-4/+4
|\
| * Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-0/+53
|\|
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-0/+53
* | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+13
|\
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
* | tst_qobject: Use qt_test_helper functionalityOliver Wolff2018-07-314-50/+13
* | tst_qobject: Fix execution in debug&release shadow buildsOliver Wolff2018-06-264-16/+39
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-0/+21
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+11
| |\
| | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-0/+11
* | | Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-2/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-2/+2
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-2/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-435/+385
|\|
| * QObject: turn the narrowing test into static_assertsGiuseppe D'Angelo2017-05-081-435/+385
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-291-0/+42
|/
* 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