summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
* CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
* Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
* QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
* Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
* qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
* winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
* winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
* QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
* Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
* QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
* Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
* Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6