summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-1/+2
|\
| * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
* | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-033-0/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-035-43/+27
|\|
| * Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
| * QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
| * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-15/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-32/+38
|\|
| * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-302-7/+7
| * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
| * Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
* | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-015-6/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-283-4/+12
|\|
| * Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
| * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-262-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-2/+14
|\|
| * Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-3/+2
|\|
| * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-3/+2
| |\
| | * Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-04-091-3/+2
* | | Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-1/+1
* | | Optimize QAbstractTableModel::hasChildrenDavid Faure2019-04-231-1/+1
* | | MinGW: Fix developer buildFriedemann Kleint2019-04-182-0/+6
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-164-5/+25
|\| |
| * | corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
| * | Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
| * | Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-104-10/+17
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-104-10/+17
| |\| |
| | * | Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+6
| | * | Fix off-by-one error in QTranslatorPrivate::do_load()Edward Welbourne2019-04-091-1/+1
| | * | QElapsedTimer: Remove unused static nanosecondsToTicks methodKai Koehne2019-04-091-9/+0
| | * | Update TinyCBOR with bugfixesThiago Macieira2019-04-081-0/+10
* | | | 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