summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QMetaProperty::relativePropertyIndex()Simon Hausmann2019-04-042-0/+13
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-1/+3
* 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
* | | Report status codes in warnings about API failuresEdward Welbourne2019-03-081-10/+6
* | | Extend QCollator to support QStringViewEdward Welbourne2019-03-086-76/+59
* | | Add QStringView::toWCharArray() to match QStringEdward Welbourne2019-03-084-7/+35
* | | QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-052-0/+5
* | | Simplify toStdWStringGiuseppe D'Angelo2019-03-051-7/+5
* | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-042-0/+8
* | | Fix warnings when compiling with QT_NO_XMLSTREAMJędrzej Nowacki2019-03-042-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-017-13637/+13675
|\| |
| * | 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