summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix DBus signature generation for complex types.Aaron McCarthy2014-12-042-34/+56
* Add support for char16_t, char32_t and std::nullptr_t in QDebugThiago Macieira2014-12-042-1/+32
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-038-50/+28
* Add macros for enabling/disabling warningsThiago Macieira2014-12-031-1/+45
* QVariant: simple improvement to numeric type checkingThiago Macieira2014-12-031-8/+24
* Hoist the numeric comparisons in QVariant::{cmp,compare} furtherThiago Macieira2014-12-031-16/+47
* Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-032-8/+104
* QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-032-2/+16
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-03454-3862/+3862
* 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