summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-0/+20
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-17/+17
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-17/+18
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-0/+591
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-4/+31
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-251-1/+1
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-15/+14
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-9/+10
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-7/+7
* Remove winrtOliver Wolff2020-06-061-3/+0
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+2
* QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-201/+67
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-0/+6
|\
| * QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+6
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-5/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-4/+4
|\|
| * QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-4/+4
* | Make QList an alias to QVectorLars Knoll2019-10-301-1/+1
* | Remove leftovers from QML1Lars Knoll2019-10-101-2/+1
* | QObject: remove the undocumented userData() featureMarc Mutz2019-08-121-48/+0
|/
* tst_QObbject: Fix very annoying -Wdeprecated-copy warningsMarc Mutz2019-07-121-0/+1
* 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: Fix execution in debug&release shadow buildsOliver Wolff2018-06-261-10/+1
* | 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
* | | 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