summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-2624-201/+292
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2124-201/+292
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-2115-71/+137
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-1915-71/+137
| | | |\
| | | | * Fix QFileSelector::select if called with QUrl and scheme "assets"André Klitzing2016-01-151-2/+9
| | | | * Fix non-Latin1 strings in QJsonDocument on big-endian platformsThiago Macieira2016-01-151-1/+1
| | | | * Fix UB in QIODevicePrivateMarc Mutz2016-01-131-6/+10
| | | | * Fix UB in QFileDevice::writeData()Marc Mutz2016-01-121-1/+1
| | | | * Fix UB in QFSFileEnginePrivate::writeFdFh()Marc Mutz2016-01-111-21/+25
| | | | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| | | | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| | | | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-4/+6
| | | | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | | | * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
| | | | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+6
| | | | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | | | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | | | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
| | | | * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-042-5/+9
| | * | | Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
| | * | | Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
| | * | | Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
| | * | | Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
| | * | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-23/+30
| | * | | Doc: Fix return type of QWeakPointer assignment operatorsTopi Reinio2016-01-191-3/+3
| | |/ /
| | * | QOrderedMutexLocker: use std::less to prevent undefined behaviorGiuseppe D'Angelo2016-01-181-2/+4
| | * | Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
| | * | Replace QStringLiteral with QLatin1String in QFileSelectorAndré Klitzing2016-01-131-2/+2
| | * | QtConcurrent: Avoid an allocation in ExceptionHolder if there is no exception...Volker Krause2016-01-131-1/+3
| | * | Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
| | * | [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-0/+7
| | * | Add Qt6 TODO to remove copy-assign operator and copy-ctorSérgio Martins2016-01-121-1/+1
| | * | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
| | * | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
| | * | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
| | * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
| | * | Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-9/+9
* | | | QStringRef: add missing op[]Marc Mutz2016-01-262-1/+14
* | | | [docs] Gently discourage use of Q_FOREACH/foreachMarc Mutz2016-01-261-2/+10
* | | | QTzTimeZonePrivate: optimize container usage in init().Anton Kudryavtsev2016-01-261-2/+9
* | | | QTranslator: don't re-create QString each time through a loopAnton Kudryavtsev2016-01-261-2/+5
* | | | QVariant: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-01-251-1/+1
* | | | QMimeData: use reserve in formats()Anton Kudryavtsev2016-01-251-1/+3
* | | | QMimeData: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-01-251-16/+22
* | | | Uppercase the verbosity setting enums.Thiago Macieira2016-01-222-8/+8
* | | | QVariant: use reserve in convert()Anton Kudryavtsev2016-01-221-2/+6
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2156-0/+56
* | | | Update the Intel copyright yearThiago Macieira2016-01-2124-24/+24
* | | | Updated license headersJani Heikkinen2016-01-2117-18/+18
* | | | Document qAsConst(), turning it into public API.Marc Mutz2016-01-211-0/+65
|/ / /