summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QObject: fix installEventFilterOrder() test flakinessJarek Kobus2024-02-041-45/+40
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QObject: add unittest to check the order of eventFilter() callsAhmad Samir2024-02-011-0/+75
* QObject: Let moveToThread return succcess stateChristian Ehrlicher2024-01-241-3/+5
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+36
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-0/+19
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-0/+34
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-10/+0
* Allow QObjects to opt in to receiving ParentAboutToChange/ParentChangeTor Arne Vestbø2023-08-301-0/+73
* QObject: Do not register an observer when writing objectName propertyUlf Hermann2023-08-211-0/+10
* Pacify MSVC compiler incorrectly warning about unused variableVolker Hilsheimer2023-06-221-0/+1
* Silence warning from unused variable in QObject testVolker Hilsheimer2023-05-251-1/+5
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-111-0/+4
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-3/+3
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-051-0/+24
* QSlotObject helpers: add testcoverage for std::functionVolker Hilsheimer2023-05-051-1/+10
* Pass functor through as references until storedVolker Hilsheimer2023-05-031-2/+0
* Small improvements to QObject unit testVolker Hilsheimer2023-05-021-10/+12
* Fix test for move-only functor objectsVolker Hilsheimer2023-05-011-6/+63
* Revert "Support move-only functors in invokeMethod and async APIs"Volker Hilsheimer2023-05-011-4/+7
* Add a helper for better error messages when functor is incompatibleVolker Hilsheimer2023-04-281-8/+2
* Support move-only functors in invokeMethod and async APIsVolker Hilsheimer2023-04-281-7/+4
* Support free functions and const functors as callbacksVolker Hilsheimer2023-04-281-0/+148
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+37
* Port from container.count()/length() to size()Marc Mutz2022-10-041-16/+16
* tst_qobject: port away from deprecated methodsIvan Solovev2022-08-301-27/+17
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-201-0/+77
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* 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