summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-38/+38
* Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-231-3/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-8/+4
|\
| * Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
* | Doc: Remove 'f.i.'Kai Koehne2019-09-041-1/+1
* | Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-221-22/+0
* | Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
* | Fix return valueLars Knoll2019-08-131-1/+1
* | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-38/+121
* | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+2
| |\
| | * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
* | | QObject: fix allocation of IDs for the undocumented userData() featureMarc Mutz2019-06-291-2/+3
* | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-13/+13
* | | Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-0/+18
* | | Port from implicit to explicit atomic integer operationsMarc Mutz2019-06-281-1/+1
* | | QObject: fix memory order on load/store of signal spy callback setMarc Mutz2019-06-201-2/+2
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-128/+128
* | | QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-071-0/+22
* | | 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