summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Properly deprecate assorted enum membersEdward Welbourne2019-02-271-5/+7
| * | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-272-13620/+13653
* | | 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-2712-12/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-262-1/+3
| |\|
| | * Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
| | * Fix build for size with gccKirill Burtsev2019-02-231-0/+2
| * | Fix can not -> cannotRobert Loehning2019-02-2510-11/+11
| * | Add conversion to and from long and ulongVolker Hilsheimer2019-02-233-0/+162
* | | Bump versionKari Oikarinen2019-02-252-2/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-223-11/+25
|\| |
| * | Update and expand public suffix list's attribution informationEdward Welbourne2019-02-221-2/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-8/+14
| |\|
| | * QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
| |\|
| | * Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | | qtlite: Add a new option -no-pcreMikhail Svetkin2019-02-221-7/+12
* | | QObject: count declarative receivers also if there are no C++ onesUlf Hermann2019-02-221-3/+3
* | | Add conversion to and from long and ulongVolker Hilsheimer2019-02-213-0/+162
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2039-173/+706
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-1814-106/+107
| * | 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
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-133-9/+9
| * | Add missing "override" specifiersAlessandro Portale2019-02-133-30/+30
| * | Remove bogus assertLars Knoll2019-02-131-1/+0
| * | wasm: fix build with emsdk 1.38.26Lorn Potter2019-02-131-1/+0
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-122-6/+9
| |\ \