summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qstorageinfo_unix.cpp: Fix build on BSD and other unicesDmitry Shachnev2014-12-231-3/+4
* Fix typo in Qt5CoreMacros.cmakeAleix Pol2014-12-231-1/+1
* Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
* Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
* Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-203-2/+14
* Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
* MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
* Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
* Bump version number to 5.4.1Thiago Macieira2014-12-131-2/+2
* Doc: corrected documentation addOptions()Nico Vertriest2014-12-121-3/+5
* Fix the Apple build version numbers for ClangThiago Macieira2014-12-121-6/+6
* doc: Clarify NOTIFY emission with MEMBER variablesAlejandro Exojo2014-12-101-1/+4
* Fix warnings by MSVC 64 in qtranslator.cpp.Friedemann Kleint2014-12-051-4/+4
* Doc: corrected autolink issues qalgorithms.qdocNico Vertriest2014-12-051-44/+44
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-2/+1
|\
| * FSEvents file system watcher: Do not watch whole parent hierarchies.Eike Ziller2014-12-011-2/+1
* | Don't make invalid assumptions about memcmp()Albert Astals Cid2014-12-041-8/+12
* | Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
* | Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2711-67/+105
|\|
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-269-35/+36
| * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
| * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-7/+11
* | 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
* | 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