summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2735-96/+283
|\
| * Use Holo theme on Android 5.0.BogDan Vatra2014-11-271-1/+1
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-269-35/+36
| * Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-263-8/+8
| * iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
| * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
| * Turn off optimizations of qt_depthForFormat on Windows Runtime ARMAndrew Knight2014-11-261-0/+6
| * ANGLE: Fix releasing textures after we kill D3D11Kai Koehne2014-11-247-7/+117
| * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-246-7/+7
| * Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
| * Apply r1513 to our PCRE bundled copyGiuseppe D'Angelo2014-11-212-2/+23
| * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
| * Android: Make old manifests work on Android 5Eskil Abrahamsen Blomfeldt2014-11-211-1/+3
| * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-7/+11
* | iOS: override QPlatformWindow::propagateSizeHints()Richard Moe Gustavsen2014-11-271-0/+1
* | Implement heightForWidth().Friedemann Kleint2014-11-277-1/+87
* | Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
* | Clarify QString::clear()Allan Sandfeld Jensen2014-11-271-2/+2
* | Clarify QGuiApplication::primaryScreenAllan Sandfeld Jensen2014-11-271-1/+1
* | fix the build with animation omittedShawn Rutledge2014-11-273-0/+12
* | Fix build of QGestureRecognizer on OS XSamuel Gaist2014-11-271-0/+2
* | QJsonArray::(const_)iterator: mark the pointer typedefs as internalGiuseppe D'Angelo2014-11-271-0/+10
* | QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-1/+4
* | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-277-1/+18
* | Windows: Correctly associate IME contexts.Friedemann Kleint2014-11-263-2/+25
* | Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-265-3/+41
* | Reorganize devicediscovery headerLaszlo Agocs2014-11-2611-71/+235
* | iOS: only skip activating the most simple popup typesRichard Moe Gustavsen2014-11-261-3/+4
* | Widgets, iOS: don't tell the input panel to hide on focus outRichard Moe Gustavsen2014-11-261-1/+3
* | XCB: send leave event on grabJørgen Lind2014-11-261-16/+17
* | Android: replace qFind with std::findShawn Rutledge2014-11-262-13/+13
* | sqlite: don't use deprecated QSqlError constructorShawn Rutledge2014-11-261-1/+1
* | don't use QCursor if QT_NO_CURSORShawn Rutledge2014-11-263-0/+8
* | Windows: Respect hinting preferences with FreeType engine.Sérgio Martins2014-11-251-15/+21
* | QDistanceField: a zero glyph index means the glyph was not foundShawn Rutledge2014-11-251-1/+1
* | [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
* | [QAndroidPlatformTheme] Get rid of static QFontKonstantin Ritt2014-11-252-3/+6
* | Fix potential access to uninitialized memberKonstantin Ritt2014-11-251-2/+3
* | Don't assemble QRawFont from QFont manuallyKonstantin Ritt2014-11-251-8/+1
* | [QStaticText] Fix potential font engine leakingKonstantin Ritt2014-11-251-3/+8
* | Add missing host_build CONFIG for qlalrTor Arne Vestbø2014-11-251-0/+1
* | iOS: Clean up QPlatformInputContext subclass headerTor Arne Vestbø2014-11-251-10/+12
* | Get rid of some duplicate code in QFontEngineFTEskil Abrahamsen Blomfeldt2014-11-251-101/+25
* | Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-252-2/+2
* | QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-243-7/+7
* | QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-248-17/+47
* | QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-243-22/+34
* | OSX: implement QFontMetrics::maxWidth().David Faure2014-11-241-1/+4
* | Implement Download folder path retrieval on OS XSamuel Gaist2014-11-244-9/+17
* | Fix warning about QDeviceDiscovery violating ODR ruleThiago Macieira2014-11-233-0/+4