summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove WebEngine examples metadataKai Koehne2016-03-071-3/+1
* 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
* export private module's deps as run deps of the public moduleOswald Buddenhagen2016-03-071-2/+5
* 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
* configure: Fix (Open)SSL detection on WinCEAndreas Holzammer2016-03-071-2/+2
* QCompleter: QMatchData: init all fields in default ctorMarc Mutz2016-03-061-1/+1
* QPlatformPrintDevice: fix uninit'ed member variableMarc Mutz2016-03-061-0/+6
* Make use of defaultDropAction in QListView icon modeSamuel Gaist2016-03-062-2/+7
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-053-8/+93
* Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-053-3/+7
* ODBC: Fix a memory leak when open() fails.HyungDon Lee2016-03-051-1/+6
* Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3