summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-0/+1
* Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
* Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-224-207/+2
* QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
* Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
* QTypeInfoQuery: Add public inheritance specifiersGabriel de Dietrich2016-03-171-2/+2
* Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-174-141/+173
* Rework QWindowsPipeReaderJoerg Bornemann2016-03-172-67/+117
* Android: Fix compilation with NDK r11BogDan Vatra2016-03-171-0/+5
* Introduce separate mapping of QStandardPaths's CLSIDs for Windows CE.Friedemann Kleint2016-03-171-0/+22
* Fix link to sched_setscheduler in QThread documentationMitch Curtis2016-03-161-2/+3
* WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-163-5/+105
* winrt: process all triggered timers in processEventsOliver Wolff2016-03-161-5/+5
* Remove handle duplication code from QWindowsPipeWriterJoerg Bornemann2016-03-151-4/+1
* QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
* Add argument names to the function signatures in headersOlivier Goffart2016-03-101-8/+8
* QMimeMagicRule: fix UB (misaligned load) in matchNumber<T>()Marc Mutz2016-03-101-1/+2
* QJsonParser: fix UB (misaligned store) in Parser::parseNumber()Marc Mutz2016-03-101-1/+1
* QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
* QString::vasprintf(): Use quintptr when casting pointer for %p.Friedemann Kleint2016-03-091-5/+1
* QString, QJson, QHash: Fix UBs involving unaligned loadsMarc Mutz2016-03-095-6/+65
* Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-093-26/+25
* Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-9/+10
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-073-27/+6
* QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-0/+5
* QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+6
* Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them"Oswald Buddenhagen2016-03-071-19/+15
* Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
* Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
* QJsonPrivate::q_littleendian: mark as primitive/movable, depending on TMarc Mutz2016-03-011-0/+7
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-1/+4
* Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-4/+4
* doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* Fix quadratic behavior when converting from QVariantLars Knoll2016-02-182-6/+86
* Avoid size overflows when inserting into very large JSON objectsLars Knoll2016-02-186-20/+62
* Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.Jake Petroules2016-02-181-0/+2
* OS X: Implement download folder display name querySamuel Gaist2016-02-151-0/+8
* Search for libsystemd first, fall back to libsystemd-journalHeiko Becker2016-02-151-1/+4
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-156-12/+20
|\
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-022-2/+2
| * Fix build on FreeBSD: 'environ' is not defined in a libraryThiago Macieira2016-02-021-0/+4
| * Work around Clang < 3.7 integrated assembler bug PC-relative relocsThiago Macieira2016-02-021-5/+1
| * Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
* | docs: State that QMap::equal_range() returns an open-ended intervalSérgio Martins2016-02-121-1/+1