summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-29/+4
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-0/+27
* Fix clang-cl build of tst_qobjectAllan Sandfeld Jensen2022-02-021-1/+1
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* Include qproperty.h where neededMarc Mutz2021-11-041-0/+1
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Compile autotests for IntegrityTatiana Borisova2021-09-201-4/+13
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-2/+0
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-2/+3
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-1/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* QObject: port to new property systemIvan Solovev2021-04-211-1/+10
* tst_qobject: enable some tests for narrowingGiuseppe D'Angelo2021-03-301-3/+7
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-111-37/+0
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-181-0/+28
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-301-3/+3
* 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