summaryrefslogtreecommitdiff
path: root/src/corelib/kernel/qobject.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-1/+1
* Merge QSlotObject and QFunctorSlotObject, and use helpers to deduplicateVolker Hilsheimer2023-05-021-91/+25
* Remove QStaticSlotObject, use QFunctorSlotObject insteadVolker Hilsheimer2023-05-021-10/+10
* Give QtPrivate::List a size value, simplify QFunctorSlotObjectVolker Hilsheimer2023-05-021-1/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-5/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-6/+6
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-5/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-151-0/+6
* QProperty: fix threading issuesFabian Kosmale2022-03-101-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-1/+3
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2021-12-231-1/+3
* QObject: don't #include qproperty.hMarc Mutz2021-11-231-2/+2
* Return a plain QMetaObject* from toDynamicMetaObject()Ulf Hermann2021-10-071-0/+3
* Q_DECLARE_INTERFACE: rework to use more inline functionsThiago Macieira2021-09-141-7/+19
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-3/+2
* Q_DECLARE_INTERFACE: add missing const to const qobject_castThiago Macieira2021-09-071-1/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-1/+13
* QObject: make new-style-connects SFINAE-friendlyMarc Mutz2021-07-121-2/+8
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-1/+1
* QObject: port to new property systemIvan Solovev2021-04-211-1/+3
* Inline access to the QBindingStorageLars Knoll2020-11-301-2/+4
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-9/+14
* Add a QBindingStorage classLars Knoll2020-09-021-0/+11
* QObject/Q_OBJECT: remove deprecated old APIEdward Welbourne2020-08-141-19/+2
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-5/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-15/+15
* Remove QRegExp based functionality from QObjectLars Knoll2020-04-151-28/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-2/+2
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-6/+0
* | QObject: remove the undocumented userData() featureMarc Mutz2019-08-121-24/+0
|/
* QAccessibleWidget: fix UB (invalid cast)Marc Mutz2019-07-011-0/+2
* QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+6
* QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-071-0/+4
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+2
|\
| * doc: Fix tr() documentation issueMartin Smith2019-06-131-1/+2
* | Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-181-0/+4
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-4/+0
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-16/+16
|/
* Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-1/+1
* Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-141-0/+3
* doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-3/+3
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-241-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+2
| |\
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-161-1/+2