summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove handle duplication code from QWindowsPipeWriterJoerg Bornemann2016-03-151-4/+1
* xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-154-1/+13
* QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
* Compile with -no-openglMorten Johan Sørvig2016-03-151-0/+4
* Revert "Handle the QWidgetPrivate::mapper structure"Marc Mutz2016-03-151-1/+0
* QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-0/+5
* QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
* Remove Qt::WA_OutsideWSRange flag even if the widget is not yet visible.Błażej Szczygieł2016-03-151-1/+1
* Cocoa: Fix crash on screen disconnect.Morten Johan Sørvig2016-03-151-3/+7
* Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5
* Do not send the trailing dot of a hostname as part of the SNIRichard J. Moore2016-03-131-0/+4
* QNetworkHeaders: fix UB (invalid enum value) in Private::parseAndSetHeader()Marc Mutz2016-03-121-5/+7
* Cocoa: Improve native view lifetime accuracy.Morten Johan Sørvig2016-03-111-1/+10
* winrt: Fix painting glitches when orientation changesMaurice Kalinowski2016-03-111-1/+1
* winrt: add logging to QWinRTScreenMaurice Kalinowski2016-03-111-1/+21
* Ported Qt 4 fix when getting an invalid native key on WindowsSamuel Gaist2016-03-101-1/+6
* QLocalServer/Win: Fix race condition in listen().Joerg Bornemann2016-03-101-30/+40
* Deduplicate a condition to make clear that several cases ask it.Edward Welbourne2016-03-101-27/+25
* Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-105-6/+6
* Add argument names to the function signatures in headersOlivier Goffart2016-03-103-39/+39
* Xft antialias settings must not override requested NoAntialiasAllan Sandfeld Jensen2016-03-101-1/+1
* QMimeMagicRule: fix UB (misaligned load) in matchNumber<T>()Marc Mutz2016-03-101-1/+2
* Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-102-25/+22
* QJsonParser: fix UB (misaligned store) in Parser::parseNumber()Marc Mutz2016-03-101-1/+1
* Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-092-25/+53
* QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
* Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-092-4/+3
* xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-094-22/+32
* Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-091-1/+4
* QString::vasprintf(): Use quintptr when casting pointer for %p.Friedemann Kleint2016-03-091-5/+1
* QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
* 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-097-32/+38
* QCosmeticStroker: fix out-of-bounds access in drawPixel()Marc Mutz2016-03-091-5/+7
* Use booleans as booleans; don't compare == true to do so !Edward Welbourne2016-03-081-3/+3
* Purge a verbose no-op.Edward Welbourne2016-03-081-4/+0
* Simplified repeated #if-ery and entangled conditionals.Edward Welbourne2016-03-081-9/+7
* Duplicate trivial code for clarity on early return.Edward Welbourne2016-03-081-7/+4
* 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-078-72/+6
* QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-072-9/+7
* QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
* standardize statement order in project file a bitOswald Buddenhagen2016-03-071-2/+2
* fix mir platform plugin nameOswald Buddenhagen2016-03-071-1/+1
* remove redundant TEMPLATE assignmentOswald Buddenhagen2016-03-071-1/+0
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-0766-274/+264
* Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them"Oswald Buddenhagen2016-03-071-19/+15
* QCoreTextFontDatabase: Get rid of local fallbacksForFamily cacheKonstantin Ritt2016-03-071-7/+1
* Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1