summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
Commit message (Expand)AuthorAgeFilesLines
* QObject: add check for Q_OBJECT macro to findChild(ren)Thiago Macieira2024-04-031-0/+6
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-0/+1
* QSingleShotTimer: use nanoseconds precisionAhmad Samir2024-02-231-0/+6
* QObject: Let moveToThread return succcess stateChristian Ehrlicher2024-01-241-0/+3
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+6
* QObject: re-add the nameless qt_qFindChildren_helper to restore BCThiago Macieira2023-12-211-0/+2
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-1/+7
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-7/+12
* qobject_cast: add a couple of static_assertsGiuseppe D'Angelo2023-09-201-0/+6
* Implement QSignalBlocker::dismiss()Axel Spoerl2023-08-311-0/+6
* Allow QObjects to opt in to receiving ParentAboutToChange/ParentChangeTor Arne Vestbø2023-08-301-1/+2
* QObject: replace _q_reregisterTimers with a lambdaAhmad Samir2023-07-311-1/+0
* Remove all class-level [[nodiscard]] from the code-baseMarc Mutz2023-06-281-1/+1
* QObject: introduce QT_NO_CONTEXTLESS_CONNECTGiuseppe D'Angelo2023-06-241-0/+2
* Pacify MSVC compiler incorrectly warning about unused variableVolker Hilsheimer2023-06-221-0/+1
* QSignalBlocker: plaster with [[nodiscard]]Marc Mutz2023-06-131-1/+4
* QObject: add setProperty() overload taking rvalue QVariantMarc Mutz2023-05-311-0/+15
* 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