summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMimeDatabase: allow building without our internal copyThiago Macieira2019-03-263-1/+10
* wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-266-31/+56
|\
| * Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
| * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-221-5/+9
| * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-222-24/+23
| * Correct a misguided assertion in QTzTimeZonePrivateEdward Welbourne2019-03-221-2/+4
| * Accept that glibc's statx() falls back for usThiago Macieira2019-03-222-1/+21
* | 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
* | 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
* | 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
* | 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
* | 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
* | 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
* | 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
* | 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
|\|