summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * Don't create accessible interface for QWidgets being destroyedGabriel de Dietrich2016-03-021-0/+9
| | * 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
| | * corewlan: avoid unnecessary currentInterface.serviceActive checksTim Blechmann2016-03-011-2/+3
| | * Windows QPA: QWindowsWindow - always treat WM_ERASEBKGND as handledTim Blechmann2016-03-011-2/+2
| | * Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
| | * QJsonPrivate::q_littleendian: mark as primitive/movable, depending on TMarc Mutz2016-03-011-0/+7
| | * QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-292-3/+6
| | * QMenuBar: Acknowledge AA_DontUseNativeMenuBarGabriel de Dietrich2016-02-291-1/+2
| | * Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
| | * qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
* | | QHostInfo: optimize container usageAnton Kudryavtsev2016-03-131-24/+38
* | | QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-137-18/+24
* | | Don't quote newlines in multi-line shader linker errors.Volker Krause2016-03-131-2/+2
* | | QMimeTypeParser: plaster error paths with Q_UNLIKELYMarc Mutz2016-03-132-7/+7
* | | QHttpNetworkConnection: fix spelling in qWarning()Marc Mutz2016-03-121-1/+1
* | | QOpenWFDDevice: fix BrE spelling and grammar in qDebug() outputMarc Mutz2016-03-121-1/+1
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-1248-141/+141
* | | Fix documentation of QFlags::setFlagOlivier Goffart2016-03-111-1/+1
* | | QItemSelectionModel: refactoring of internal functionsAnton Kudryavtsev2016-03-111-16/+12
* | | Optimized implementation of QReadWriteLockOlivier Goffart2016-03-115-192/+401
* | | ibus: remove some unneeded member init'ingMarc Mutz2016-03-111-17/+1
* | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-1115-37/+37
* | | QIBusEngineDesc: initialize all members when deserializing from older versionsMarc Mutz2016-03-101-17/+21
* | | ibus: mark some types as movableMarc Mutz2016-03-102-26/+5
* | | ibus: de-virtualize QIBusSerializable hierarchyMarc Mutz2016-03-103-106/+114
|/ /
* | Deobfuscate SFNT tag creation on WindowsEskil Abrahamsen Blomfeldt2016-03-101-10/+7
* | CoreLib: replace Java-style iteratorsAnton Kudryavtsev2016-03-092-9/+6
* | iOS: Disable usage of crc32 intrinsics.Erik Verbruggen2016-03-081-0/+7
* | ARMv8: fix crc intrinsic usage.Erik Verbruggen2016-03-081-1/+1
* | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-078-19/+83
|\ \
| * | DirectFB: Fix build in C++98 modev5.6.0Thiago Macieira2016-03-032-5/+5
| * | Fix crash when a standard bus isn't availableThiago Macieira2016-02-251-2/+2
| * | Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * | Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-155-12/+72
* | | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-0611-22/+102
* | | xcb: support more visual formatsLouai Al-Khanji2016-03-041-0/+14
* | | QXcbBackingStore: Minor code cleanupLouai Al-Khanji2016-03-041-8/+2
* | | xcb: Do not create OpenGL-enabled platform windows for raster windowsLouai Al-Khanji2016-03-041-1/+1
* | | Drop hand-rolled ASCII conversion from QAbstractConcatenable::convertFromAscii()Marc Mutz2016-03-041-15/+1
* | | iOS: rely on built-in compiler macros to check for CPU featuresErik Verbruggen2016-03-041-7/+1
* | | QFontEngine: use RAII for font_, face_ membersMarc Mutz2016-03-045-50/+59