summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix event names on comment about QChildEventSérgio Martins2016-09-251-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-225-3/+125
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-215-3/+125
| |\
| | * Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-204-2/+124
| | * QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-214-25/+34
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-09-173-24/+32
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-163-24/+32
| | |\|
| | | * Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
| | | * Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
| | | * Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
| | | * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
| * | | Disable forcing of -fomit-frame-pointer with ICCThiago Macieira2016-09-161-1/+2
| |/ /
* | | Doc: corrected mistaken refernce to macro \macosNico Vertriest2016-09-201-1/+1
* | | Add AVX2 versions of the fast blending functionsAllan Sandfeld Jensen2016-09-181-0/+3
* | | Add QStringList::join(QLatin1String) overloadMarc Mutz2016-09-182-7/+40
* | | Change some #elif to #endif / #if in qcompilerdetection.hThiago Macieira2016-09-161-2/+4
* | | Correct the C++ standard references in QMutex functionsThiago Macieira2016-09-161-3/+3
* | | Add a QT_REQUIRE_CONFIG(feature) macroLars Knoll2016-09-161-0/+1
* | | Say hello to Android 6+ permissions modelBogDan Vatra2016-09-162-1/+132
* | | Bring back QSysInfo enumeration values for Windows CEFriedemann Kleint2016-09-162-1/+13
* | | Nitpick: fix style in QtCore code added since 5.7Thiago Macieira2016-09-151-1/+2
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-5/+4
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-4/+4
* | | Convert the old feature systemLars Knoll2016-09-153-3/+179
* | | rename description => label in configure.jsonOswald Buddenhagen2016-09-151-59/+59
* | | Modularize configure.json/.priLars Knoll2016-09-153-1/+436
* | | winrt: Report system languages for QLocale::uiLanguagesMaurice Kalinowski2016-09-111-36/+8
* | | Optimize Q_FOREACH for rvaluesMarc Mutz2016-09-091-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-4/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-052-4/+7
| |\|
| | * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
| | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | | QTextStream: log the defect that op<< uses Latin 1Thiago Macieira2016-09-041-0/+1
* | | QLockFile::tryLock: prevent over-sleeping in certain casesThiago Macieira2016-08-301-1/+6
* | | QLockFile: Use QDeadlineTimer in tryLockThiago Macieira2016-08-301-5/+3
* | | QDeadlineTimer: inline the isForever functionThiago Macieira2016-08-302-5/+4
* | | QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-303-72/+49
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2920-150/+113
|\| |
| * | Revert "Doc: removed reference to non-existing method"Nico Vertriest2016-08-261-2/+4
| * | QtJson: simplify/add missing relational operators involving Latin1StringMarc Mutz2016-08-261-18/+32
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-254-37/+12
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-254-37/+12
| | |\|
| | | * QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
| | | * QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
| | | * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
| | | * Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
| * | | QLocale: Fix wrong assertUlf Hermann2016-08-251-1/+1
| |/ /
| * | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-239-77/+40
| * | Bypass a bug in gcc 4.7 for QAtomicTraits::isLockFree()Alexander Volkov2016-08-231-13/+13