summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-2013-173/+2
* Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-202-7/+16
* Add the detection of MSVC 2015 for QLibraryInfoThiago Macieira2014-12-201-0/+2
* QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-202-1/+24
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-186-14/+19
|\
| * 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
* | QTextStreamPrivate::scan(): remove unnecessary checksAlex Trotsenko2014-12-131-8/+2
* | Add the C++11 features supported by Visual Studio 2015Thiago Macieira2014-12-131-1/+18
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-133-18/+17
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-135-27/+25
* | QTextStream: stream QStrings without modifying the user contentThiago Macieira2014-12-132-27/+26
* | fix daylight time in QTimeZone on AndroidDrew Parsons2014-12-112-0/+54
* | Add Q_DECL_RELAXED_CONSTEXPR to QUuidOlivier Goffart2014-12-111-8/+7
* | Clean up QDebug operators for QDirKai Koehne2014-12-101-13/+16
* | QFileSystemEngineUnix: Don't stat before retrieving working path.Robin Burchell2014-12-101-22/+15
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1016-151/+197
|\|
| * 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
* | | QChar: mark even more functions constexprMarc Mutz2014-12-101-24/+24
* | | QChar: mark some more functions constexprMarc Mutz2014-12-101-31/+40
* | | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-6/+10
* | | 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