summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
* | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-057-4/+31
* | Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-055-1/+72
* | qt_common.prf: when looking for GCC >= 4.6, match GCC 6+, tooMarc Mutz2016-03-051-2/+2
* | Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-053-29/+0
* | Fixing the SQLite3 build for WEC2013 again.Andreas Holzammer2016-03-042-1/+36
* | Fix application fonts with DirectWrite font engineEskil Abrahamsen Blomfeldt2016-03-043-72/+19
* | DirectWrite: Output correct error code on failureEskil Abrahamsen Blomfeldt2016-03-041-2/+2
* | xcb: resourceType names must have only small lettersBłażej Szczygieł2016-03-041-1/+1
* | [Windows] Blacklist AMD FirePro V5900 cards for angle.Michael Bruning2016-03-041-0/+12
* | Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* | Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* | Cocoa integration - do not invalidate backing store on moveTimur Pocheptsov2016-03-041-1/+3
* | Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
* | Blacklist tst_qnetworkreply tests that fail in RHEL 7.1Tony Sarajärvi2016-03-031-0/+4
* | Speed up tst_QLocalSocket::sendDataJoerg Bornemann2016-03-031-1/+5
* | Don't include <windows.h> in the Windows CE qplatformdefs.hJoerg Bornemann2016-03-031-1/+0
* | mkspecs: Add a benchmark "feature".Robin Burchell2016-03-023-20/+34
* | Don't create accessible interface for QWidgets being destroyedGabriel de Dietrich2016-03-021-0/+9
* | tst_qimagewriter: Fix leaking temporary files.Friedemann Kleint2016-03-021-1/+1
* | QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
* | Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* | Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
* | QAbstractSocket: fix a possible crash in waitForReadyRead()Alex Trotsenko2016-03-021-4/+3
* | evdevtouch: ensure touchpoints released with typeB mtdev driversRomain Pokrzywka2016-03-021-3/+10
* | PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
* | Only copy the data if the image is not nullAndy Shaw2016-03-011-1/+2