summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | | | | QLocale: Add option to pad numbers with trailing zeroesUlf Hermann2016-09-156-38/+76
|/ / / /
* | | | QByteArray: Clean up qUncompressThiago Macieira2016-09-071-36/+37
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-074-36/+55
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-15/+0
* | | | doc: Fix the release in which QTemporaryDir::filePath() was addedAlexander Volkov2016-09-061-1/+1
* | | | Add a convenience function QTemporaryDir::filePath()Alexander Volkov2016-09-052-0/+28
* | | | QStorageInfo: Add support for obtaining subvolume namesThiago Macieira2016-09-034-2/+75
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-3129-242/+195
|\| | |
| * | | 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
| | * | Doc: Remove references to Windows CE in Qt SQL and Qt NamespaceVenugopal Shivashankar2016-08-231-8/+3
| | * | Doc: removed reference to non-existing methodNico Vertriest2016-08-221-4/+2
| | * | QtJson: mark String/Latin1String ctors explicitMarc Mutz2016-08-221-2/+2
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-13/+17
| | |\|
| | | * QJsonValue: use Q_NULLPTR instead of 0 in ctorDyami Caliri2016-08-171-1/+1
| | | * Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
| | | * QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
| * | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-264-10/+21
* | | | Bump versionOswald Buddenhagen2016-08-291-2/+3
|/ / /