summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-2/+2
* Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-181-0/+11
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-20/+26
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-21/+27
| |\
| | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-301-17/+17
| | * Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
* | | Compile for Qt 6Lars Knoll2019-05-021-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| |\|
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* | | Get rid of the locking in activate()Lars Knoll2019-03-291-108/+207
* | | Add safe way to resize the signalVectorLars Knoll2019-03-291-40/+52
* | | Add a QAbstractMetaCallEventLars Knoll2019-03-291-10/+16
* | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-120/+65
* | | Don't iterate over the connections without holding a lockLars Knoll2019-03-211-1/+17
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-8/+8
|\| |
| * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-8/+8
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-011-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-2/+4
| |\|
| | * Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
* | | Fix crash in QTest's signal dumperMårten Nordheim2019-02-271-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-1/+1
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | | QObject: count declarative receivers also if there are no C++ onesUlf Hermann2019-02-221-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-6/+9
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+7
| |\|
| | * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
* | | Use QBasicMutex instead of QMutex in the signalSlockLock()Lars Knoll2019-02-081-24/+23
* | | Replace the ConnectionData::inUse int with a proper refcountLars Knoll2019-02-081-53/+25
* | | Move all connection related data into one data structureLars Knoll2019-02-081-203/+173
* | | Simplify the code required for switching the current senderLars Knoll2019-02-081-45/+10
* | | Shave ~5% off from signal emission timeLars Knoll2019-02-081-39/+63
* | | Get rid of the connectedSignals bitflagsLars Knoll2019-02-081-34/+31
* | | Always return early if no signal is connectedLars Knoll2019-02-081-13/+8
|/ /
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+13
|\|
| * Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| * Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+4
|\|
| * Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
* | Minor optimizationLars Knoll2019-01-071-13/+13
* | Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-141-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-13/+12
|\|
| * QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-11/+23
|\|
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23