summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-187-7/+7
* 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-182-4/+40
* Make QOpenGLTexture a Q_GADGETPaul Lemire2016-03-181-0/+17
* QtTest/generate_expected_output.py: Add TeamCity logging format.Friedemann Kleint2016-03-171-1/+1
* QtTest: Add formatting for QColor.Friedemann Kleint2016-03-177-110/+155
* QMenu: Add showTearOffMenu()Gabriel de Dietrich2016-03-173-15/+84
* 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-153-0/+67
* 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-13179-934/+1443
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-11179-934/+1443
| |\
| | * 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
| | * 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
| | * alsatest: Fix the check to treat alsalib 1.1.x as correct versionDmitry Shachnev2016-03-071-1/+1