summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \
| | | * | Fix QString::sprintf documentationKai Koehne2014-11-052-23/+12
| | * | | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-072-20/+39
| * | | | Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-202-3/+5
| * | | | Pick up QT_LOGGING_RULES also for bootstrapped toolsKai Koehne2014-11-201-2/+0
| * | | | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-18/+39
| * | | | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-5/+1
| * | | | Doc: added NoGesture to GestureState enumNico Vertriest2014-11-191-1/+1
| * | | | Fix buildThiago Macieira2014-11-181-0/+1
| * | | | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-6/+35
| * | | | Fix missing docs for QByteArrayListLaszlo Agocs2014-11-171-0/+1
| | |_|/ | |/| |
| * | | Place the Qt plugin metadata in a PE-COFF section with MinGW tooThiago Macieira2014-11-081-1/+1
| * | | Improve QElapsedTimer resolution on QNXMatt Fischer2014-11-071-2/+17
| * | | Doc: updated documentation QString::toDoubleNico Vertriest2014-11-061-3/+2
| * | | Android: Fix for build issue on x86Christian Strømme2014-11-062-145/+151
| * | | Fix incorrect documentation from QTranslator::loadAki Koskinen2014-11-051-3/+2
| * | | Define the Intel compiler and Microsoft C++ versions in the Q_CC_ macrosThiago Macieira2014-11-051-3/+3
| * | | Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-054-16/+16
| * | | Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-053-11/+26
| * | | Use __aarch64__ instead of __arm64__ to detect AArch64Tor Arne Vestbø2014-11-041-2/+2
| * | | Don't delete QLibrarySettings configuration in ~QCoreApplicationKai Koehne2014-11-041-9/+1
| |/ /