summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-311-1/+1
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+1
| | |\
| | | * Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
* | | | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-312-25/+35
|/ / /
* | | Get rid of the locking in activate()Lars Knoll2019-03-292-195/+236
* | | Add safe way to resize the signalVectorLars Knoll2019-03-292-55/+122
* | | Add a QAbstractMetaCallEventLars Knoll2019-03-292-18/+38
* | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-293-131/+165
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+2
| |\|
| | * QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-225-0/+17
* | | Don't iterate over the connections without holding a lockLars Knoll2019-03-212-1/+18
* | | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+2
* | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-8/+8
|\ \ \
| * | | 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
* | | | More nullptr usage in headersKevin Funk2019-03-149-24/+24
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-093-10/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-062-9/+15
| |\|
| | * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-052-9/+15
| * | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-014-12/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-284-12/+15
| |\|
| | * Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
| | * Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
| | * Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-272-8/+9
* | | 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-273-3/+3
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-253-3/+3
* | | 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-207-37/+92
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-185-15/+16
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-1/+48
| |\|
| | * Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
| | * Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
| * | Add missing "override" specifiersAlessandro Portale2019-02-131-17/+17
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-082-4/+11
| |\|
| | * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
| | * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+4
* | | Remove eval modeKai Koehne2019-02-122-565/+0
* | | Use QBasicMutex instead of QMutex in the signalSlockLock()Lars Knoll2019-02-082-26/+25
* | | Replace the ConnectionData::inUse int with a proper refcountLars Knoll2019-02-082-56/+38
* | | Move all connection related data into one data structureLars Knoll2019-02-082-210/+213
* | | Simplify the code required for switching the current senderLars Knoll2019-02-082-72/+33
* | | Shave ~5% off from signal emission timeLars Knoll2019-02-083-50/+65
* | | Get rid of the connectedSignals bitflagsLars Knoll2019-02-082-51/+32
* | | Always return early if no signal is connectedLars Knoll2019-02-081-13/+8