summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-11/+2
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-11/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-2/+14
|\|
| * Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-251-2/+14
* | QObject: Document order of events on destructionUlf Hermann2018-09-041-1/+2
|/
* 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
|\|