summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-312-25/+35
* Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-03-291-3/+2
* 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
* Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-271-7/+7
* Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-264-14/+14
* Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-264-107/+20
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-263-347/+62
|\
| * doc: Remove incomplete information for QDataStreamRainer Keller2019-03-251-344/+58
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-202-3/+4
| |\
| | * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
| | * QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* | | core: Add deduction guides for QPairMikhail Svetkin2019-03-251-0/+5
* | | Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-232-24/+95
* | | qstringalgorithms: add find methodsAnton Kudryavtsev2019-03-224-204/+208
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-226-0/+25
* | | Don't iterate over the connections without holding a lockLars Knoll2019-03-212-1/+18
* | | QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-212-1/+22
* | | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+2
* | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-194-6/+48
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-166-33/+75
|\| |
| * | Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-155-24/+64
| |\|
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
| | * Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
| | * Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
| | * Doc: Use nullptr in Signals & SlotsKai Koehne2019-03-132-3/+3
| | * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-159-45/+64
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-149-45/+64
| |\| |
| | * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-133-12/+12
| | * | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-132-24/+21
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-113-3/+3
| | |\|
| | | * Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
| | | * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-092-2/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-6/+28
| | |\|
| | | * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* | | | More nullptr usage in headersKevin Funk2019-03-1442-85/+85
* | | | QStringMatcher: add QStringView supportAnton Kudryavtsev2019-03-142-10/+41
|/ / /
* | | Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-2/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-098-27/+48
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-073-8/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-064-18/+38
| |\|
| | * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-052-9/+15
| | * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
| | * nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
| * | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-1/+1
* | | Clean up the QCollator code and commentsEdward Welbourne2019-03-084-51/+69