summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-072-8/+10
* 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
* 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-034-29/+19
* 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
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0368-416/+416
* QRingBuffer: cache the last released blockAlex Trotsenko2014-12-021-8/+26
* Add DeepBind option to QLibraryAllan Sandfeld Jensen2014-12-023-1/+11
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-274-5/+18
|\
| * Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
| * Clarify QString::clear()Allan Sandfeld Jensen2014-11-271-2/+2
| * QJsonArray::(const_)iterator: mark the pointer typedefs as internalGiuseppe D'Angelo2014-11-271-0/+10
| * Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+2
* | QCommandLineParser: Show usage and errors in message boxes on Windows.Friedemann Kleint2014-11-271-20/+48
* | Micro-optimize QVariant enum to number conversionsJędrzej Nowacki2014-11-271-4/+6
* | QList::swap: implement the swap with std::swapGiuseppe D'Angelo2014-11-261-3/+1
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2472-475/+693
|\|
| * QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-241-4/+13
| * QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-243-22/+34
| * Implement Download folder path retrieval on OS XSamuel Gaist2014-11-243-6/+13
| * Put parentheses around "min" to prevent expansion as macroThiago Macieira2014-11-211-1/+2
| * Fix coding style in QtCoreThiago Macieira2014-11-211-2/+2
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2123-97/+120
| |\
| | * Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-202-2/+11
| | * Doc: Corrected autolink errors corelibNico Vertriest2014-11-205-23/+21
| | * Doc: corrected autolink issues itemmodelsNico Vertriest2014-11-202-5/+5
| | * iOS: Make sure QStandardPaths::displayName() is definedTor Arne Vestbø2014-11-191-1/+1
| | * Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-193-8/+9
| | * Doc: Added brief statement to group definitionNico Vertriest2014-11-192-0/+2
| | * Fix wrong qversionnumber header name in tools.priLaszlo Agocs2014-11-171-1/+1
| | * Doc: Solved link and autolink errs qnamespace.qdocNico Vertriest2014-11-151-11/+12
| | * Doc: Corrected brief statement for overview pageNico Vertriest2014-11-141-1/+2
| | * Make QVersionNumber privateThiago Macieira2014-11-132-1/+2
| | * Doc: corrected autolink issue jsonNico Vertriest2014-11-131-1/+1
| | * QJsonArray::(const_)iterator: add the typedef for the pointer typeGiuseppe D'Angelo2014-11-131-0/+2
| | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-1013-195/+221
| | |\
| | * \ Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-102-23/+12
| | |\ \