summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| * | | | Remove dynamically-loaded use of DNS lookup feature for INTEGRITY.Rolland Dudemaine2016-03-211-2/+4
| |/ / /
| * | | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-218-27/+6
| * | | Add GHS pretty print for compiler versionRolland Dudemaine2016-03-181-0/+2
| * | | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
| * | | Add GHS toolchain supportRolland Dudemaine2016-03-181-2/+48
| * | | QPlatformTheme: added EditorFontNikita Krupenko2016-03-181-0/+1
| * | | iOS: Use composeAndFlush() to flush all backing store updatesTor Arne Vestbø2016-03-181-5/+5
| * | | QAbstractSocket: do not fail writing on read buffer overflowAlex Trotsenko2016-03-181-4/+5
| * | | Make QOpenGLTexture a Q_GADGETPaul Lemire2016-03-181-0/+17
| * | | QtTest: Add formatting for QColor.Friedemann Kleint2016-03-171-0/+6
| * | | QMenu: Add showTearOffMenu()Gabriel de Dietrich2016-03-172-5/+46
| * | | Make pcre sljit build with GHS toolchain.Rolland Dudemaine2016-03-171-1/+1
| * | | Disable some features for INTEGRITYRolland Dudemaine2016-03-171-0/+7
| * | | Dedupe QMetaObject::castSean Harmer2016-03-151-8/+1
| * | | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-152-0/+19
| * | | QMimeTypeParser: replace a QString::arg() chain with QString::asprintf()Marc Mutz2016-03-151-2/+6
| * | | update bundled sqlite to 3.11.1.0Mark Brand2016-03-134-8407/+5632
| * | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-13148-768/+889
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-11148-768/+889
| | |\| |
| | | * | 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