summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-294-56/+44
|\
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-291-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+1
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+1
| | | |\
| | | | * Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
| * | | | Reduce memory allocations when reading the QMimeType listAleix Pol2016-09-291-5/+5
| |/ / /
| * | | Avoid re-use of QFileSystemMetaData instance in dir entry listingSimon Hausmann2016-09-271-0/+1
| * | | Doc: several minor doc issuesNico Vertriest2016-09-271-51/+37
* | | | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-22/+72
* | | | qsettings: Simplify confFiles logicPalo Kisa2016-09-273-116/+83
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2610-29/+160
|\| | |
| * | | 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
| | |/ /
* | | | QDataStream: refactor (de)serialization of containersAlex Trotsenko2016-09-261-159/+117
* | | | Suppress deprecated warnings for some QSysInfo membersJake Petroules2016-09-221-0/+12
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2112-21/+203
|\| | |
| * | | 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
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-203-4/+6
* | | | Deprecate QSysInfo::MacVersion, QSysInfo::WindowsVersion, etcJake Petroules2016-09-202-12/+23
* | | | Remove special case for Android in QSysInfo::productVersionJake Petroules2016-09-181-4/+1
* | | | Change QSysInfo::prettyProductName() to print the codename on AndroidJake Petroules2016-09-181-5/+66
* | | | Long live QOperatingSystemVersion!Jake Petroules2016-09-189-236/+917
* | | | Q(Date|Time)+::(to|from)String(): use C locale from Qt 6Edward Welbourne2016-09-161-3/+6
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJake Petroules2016-09-1510-51/+639
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-1510-51/+639
| |\| | |
| | * | | 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