summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update precompiled headersAllan Sandfeld Jensen2019-04-091-0/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-092-22/+37
|\
| * Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-066-15/+36
|\|
| * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-052-2/+4
| * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-052-4/+17
| * Add tracepoint to qt_message_printMilian Wolff2019-04-052-0/+5
| * Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
| * Remove unused static methodKai Koehne2019-04-051-9/+0
| * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-052-4/+4
|\|
| * QFileSystemEngine: Fix typoOrgad Shaneh2019-04-051-3/+3
| * Fix recursive includeAllan Sandfeld Jensen2019-04-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-0412-17/+19
|\|
| * Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
| * Fix disabling AUTOMOC and AUTOUIC for generated resource cpp filesAlexandru Croitor2019-04-021-2/+2
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-0210-14/+14
* | wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
* | Fix remaining Q_DECL_OVERRIDE instancesAllan Sandfeld Jensen2019-04-021-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
|\|
| * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
* | 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