summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2759-265/+572
|\
| * 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
* | QCommandLineParser: Show usage and errors in message boxes on Windows.Friedemann Kleint2014-11-271-20/+48
* | OS X: remove use of Carbon API for scroll events; fix ScrollBeginShawn Rutledge2014-11-272-12/+14
* | Micro-optimize QVariant enum to number conversionsJędrzej Nowacki2014-11-271-4/+6
* | QFontconfigDatabase weight-matching refactoringPierre Rossi2014-11-271-19/+22
* | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-2615-1/+812
* | Make sure accProbe can retrieve our relations.Jan Arve Saether2014-11-261-1/+1
* | QList::swap: implement the swap with std::swapGiuseppe D'Angelo2014-11-261-3/+1
* | Avoid crashing on embeddedLaszlo Agocs2014-11-261-1/+1
* | Add generic OpenGL compositor and backingstore bitsLaszlo Agocs2014-11-2615-240/+262
* | Add Q_DECL_RELAXED_CONSTEXPR to QRect and QRectFOlivier Goffart2014-11-261-132/+132
* | Add Q_DECL_RELAXED_CONSTEXPR to QPairOlivier Goffart2014-11-261-2/+2
* | Add Q_DECL_RELAXED_CONSTEXPR to QMargins and QMarginsFOlivier Goffart2014-11-261-45/+45
* | Add Q_DECL_RELAXED_CONSTEXPR to QSize and QSizeFOlivier Goffart2014-11-261-28/+28
* | Add Q_DECL_RELAXED_CONSTEXPR to QPoint and QPointFOlivier Goffart2014-11-261-36/+36
* | Prevent duplication of display name in window titles.Friedemann Kleint2014-11-261-1/+1
* | QRingBuffer: optimize memory usageAlex Trotsenko2014-11-261-1/+1
* | Fix MSVC warning about unused value in qstringalgorithms_p.h.Friedemann Kleint2014-11-261-1/+1
* | provide Android timezones in QTimeZoneDrew Parsons2014-11-264-2/+292
* | Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-262-0/+5