summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make more font databases report fontsAlwaysScalable()Konstantin Ritt2014-12-094-1/+13
* Pluginize the eglfs hooksLaszlo Agocs2014-12-0833-534/+1159
* Remove support for NTLMv1Kai Koehne2014-12-082-661/+0
* Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-087-15/+13
* XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-082-1/+3
* Add VK_LWIN and VK_RWIN keys as meta modifiersJoni Poikelin2014-12-081-0/+2
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-072-8/+10
* Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-9/+25
* Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-2/+4
* Re-factor code that do lazy property registration into a function.Jędrzej Nowacki2014-12-072-19/+21
* Simplify QRingBuffer::isEmpty()Alex Trotsenko2014-12-061-1/+1
* 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