summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | * | 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
| | * | Bundled HarfBuzz: simplify the built-in shapers list configurationKonstantin Ritt2016-03-071-50/+56
| | * | QCompleter: QMatchData: init all fields in default ctorMarc Mutz2016-03-061-1/+1