summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
* | winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
* | CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
* | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
* | QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* | Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* | QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
* | WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
* | QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
* | Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
* | winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
* | Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
* | winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-052-53/+2
* | WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-051-2/+2
* | Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36