summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* | tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-152-50/+37
* | QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
* | Remove restoreDockWidget from BLACKLISTMilla Pohjanheimo2016-03-151-2/+0
* | 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
* | Add a manual test for foreign windows.Friedemann Kleint2016-03-113-1/+338
* | tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
* | 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
* | Disable tests requiring shared build when compiling staticallyMaurice Kalinowski2016-03-111-0/+6
* | 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-102-32/+40
* | Enable most of tst_qstatictext on non-developer buildsAllan Sandfeld Jensen2016-03-103-2/+9
* | Fix glitch in tst_QLocalSocket::sendDataJoerg Bornemann2016-03-101-3/+6
* | 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-106-7/+7
* | Add argument names to the function signatures in headersOlivier Goffart2016-03-103-39/+39
* | tst_QStaticText: Output verbose message for test failures.Friedemann Kleint2016-03-101-23/+32
* | qmake: fix UB in QMakeParser::putHashStr()Marc Mutz2016-03-101-1/+2
* | fix file separators in target.targets INSTALLSOswald Buddenhagen2016-03-101-1/+1
* | Xft antialias settings must not override requested NoAntialiasAllan Sandfeld Jensen2016-03-101-1/+1
* | Allow overriding Android NDK host on WindowsEskil Abrahamsen Blomfeldt2016-03-101-1/+11
* | 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
* | Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
* | 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-092-2/+63
* | Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-093-4/+70
* | xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-094-22/+32
* | Manual touch test: Remove QDebug operator for QTouchDevice.Friedemann Kleint2016-03-091-18/+0
* | Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-093-1/+98
* | QString::vasprintf(): Use quintptr when casting pointer for %p.Friedemann Kleint2016-03-091-5/+1
* | tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+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
* | Disable c++ standard compiler flags for the host buildPeter Seiderer2016-03-081-1/+4
* | tst_QKeyEvent: Fix MSVC warning about 64bit shift.Friedemann Kleint2016-03-081-1/+1
* | 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-082-9/+27