summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSslEllipticCurve: remove a copy when setting the curvesGiuseppe D'Angelo2014-12-032-6/+6
* QRingBuffer: cache the last released blockAlex Trotsenko2014-12-021-8/+26
* Add DeepBind option to QLibraryAllan Sandfeld Jensen2014-12-023-1/+11
* QTreeWidget: optimize childrenCheckStatejkobus2014-12-021-2/+3
* Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-016-32/+7
* SSL: let a server choose the most appropriate curve for a clientGiuseppe D'Angelo2014-11-291-5/+12
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-11-291-2/+4
* Fix assertion introduced in 8e3fdf13543f43d7a4cb4fa41f7279f9a5d274d3Konstantin Ritt2014-11-291-4/+4
* Use special value SMOOTH_SCALABLE where appropriateKonstantin Ritt2014-11-291-3/+2
* QTextDocument: Don't use QRegExp for string search overloadsSamuel Gaist2014-11-271-8/+68
* 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