summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
* Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-301-17/+17
* Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
* QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
* 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
* Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
* QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
* QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-11/+2
* Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-251-2/+14
* Modernize the "thread" featureUlf Hermann2018-08-171-2/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+2
|\
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
* | Fix typo as->hasFrederik Gladhorn2018-07-161-2/+2
* | Tracepoints: trace QObject construction and destructionGiuseppe D'Angelo2018-07-041-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Add note about calling invokable functions from QML when returning QObjectsSimon Hausmann2018-06-061-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+1
|\|
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-1/+6
|/
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-3/+5
* Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-141-4/+4
* Fix typosJarek Kobus2018-02-131-1/+1
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-241-1/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-0/+1
| |\
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-161-0/+1
* | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-081-13/+13
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
| |\|
| | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
* | | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-081-0/+3
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+5
|\|
| * Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
| * Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+4
|\|
| * Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-131-1/+4
* | Deprecate QSignalMapperOlivier Goffart2017-03-141-1/+1
|/
* Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-011-13/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\
| * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+7
|\|
| * Doc: add a note that UniqueConnection does not work for lambdasThiago Macieira2017-01-261-1/+7
* | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-1/+1