summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-073-8/+42
* Fix memory leaks in tst_mocJędrzej Nowacki2014-12-071-8/+8
* Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-072-9/+95
* Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-072-2/+55
* 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-043-34/+109
* Add support for char16_t, char32_t and std::nullptr_t in QDebugThiago Macieira2014-12-042-1/+32
* Hide the output of make in qmake's dir inside configureThiago Macieira2014-12-031-1/+16
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-0312-65/+42
* 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-033-9/+426
* QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-033-2/+35
* 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
* tst_QItemDelegate: simplify code, no behavior changeDavid Faure2014-12-021-68/+16
* 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-292-13/+156
* 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-2766-318/+643
|\
| * 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
| * Diaglib: Fix typo in .pri file.Friedemann Kleint2014-11-271-1/+1
| * 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-272-1/+14
| * 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-262-62/+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
| * Improve diaglib.Friedemann Kleint2014-11-253-6/+57
| * Windows: Respect hinting preferences with FreeType engine.Sérgio Martins2014-11-251-15/+21