summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-091-0/+6
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-3/+2
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-90/+90
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Add a QBindingStorage classLars Knoll2020-09-021-0/+22
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-39/+76
* Doc fix: functions may actually have fewer arguments than the signalAndreas Hartmetz2020-09-011-6/+4
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-2/+3
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-281-15/+16
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-8/+8
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-4/+4
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-27/+0
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-32/+0
* QMetaMethod: clean up offset handlingLars Knoll2020-06-111-3/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-2/+2
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-281-15/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-0/+16
|\
| * Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+4
|\|
| * Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-161-5/+4
* | Remove QRegExp based functionality from QObjectLars Knoll2020-04-151-53/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-9/+37
|\|
| * QMetaObject::connectSlotsByName(): Add output of connectionsFriedemann Kleint2020-02-171-0/+36
| * Improve error message when mixing incompatible Qt library versionsTor Arne Vestbø2020-02-141-9/+1
* | Fix typos in the documentation for Q_REVISIONUlf Hermann2020-02-101-4/+4
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-3/+8
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-171-0/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-32/+32
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-32/+32
| |\
| | * QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-38/+38
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
| |\|
| | * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-60/+60
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-63/+63
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-22/+30
|\| |
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-22/+30
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-24/+4
|\| |
| * | QObject: use delegate constructorsGiuseppe D'Angelo2019-10-111-23/+1
| * | Remove potential out of bounds accesses to QListLars Knoll2019-10-101-1/+3
| |/
* | Remove leftovers from QML1Lars Knoll2019-10-101-10/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-11/+8
|\|
| * 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
* | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-56/+0
|\ \ \ | |/ / |/| |