summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QLocalePrivate::codeTo*() take QStringViewsMarc Mutz2017-03-263-13/+11
* Port QLocalePrivate::*ToCode() to QLatin1StringMarc Mutz2017-03-263-32/+19
* QDebug: add op<<(QStringView)Marc Mutz2017-03-242-0/+18
* Long live QStringView!Marc Mutz2017-03-244-0/+771
* QSFPM optimization in dataChanged: don't re-sort if the order didn't changeDavid Faure2017-03-231-12/+43
* Remove unused QPodList classMarc Mutz2017-03-224-115/+0
* Implement a counted QT_FATAL_WARNINGSThiago Macieira2017-03-212-6/+29
* Use fromUtf8() instead of fromLatin1() for QT_RESTRICTED_CAST_FROM_ASCIIhjk2017-03-211-1/+1
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-2050-283/+227
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2050-283/+227
| |\
| | * QString: de-deplicate code of leftRef, rightRef, midRefAnton Kudryavtsev2017-03-181-19/+3
| | * Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+14
| | * Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-143-3/+3
| | * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1343-250/+179
| | |\
| | | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1343-250/+179
| | | |\
| | | | * Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
| | | | * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-063-65/+33
| | | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-0622-96/+81
| | | | * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-2/+2
| | | | * QVector: Avoid implicit conversion warningsStig Bjørlykke2017-03-021-4/+4
| | | | * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-32/+9
| | | | * QList: Avoid implicit conversion warningStig Bjørlykke2017-02-281-1/+1
| | | | * QTimer: Avoid implicit conversion warningsStig Bjørlykke2017-02-281-1/+1
| | | | * Doc: added info about return type for function QMutex::try_lock()Nico Vertriest2017-02-281-0/+3
| | | | * Properly use the "process" featureUlf Hermann2017-02-2710-31/+22
| | | | * fix detection of static icu under unixOswald Buddenhagen2017-02-271-0/+3
| | | | * streamline libdl detection and linkingOswald Buddenhagen2017-02-272-14/+5
| | | | * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
| | | | * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
| | * | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+1
| | * | | Suppress -Wfloat-equal when defining float16 equality operatorsUlf Hermann2017-03-131-0/+6
| | * | | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-132-4/+10
| | |/ /
| | * | Deprecate QString::nullMarc Mutz2017-03-122-1/+11
* | | | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
* | | | QStringList: add contains(QLatin1String) overloadAnton Kudryavtsev2017-03-202-6/+35
|/ / /
* | | QFactoryLoader: use QStringLiteral more judiciouslyAnton Kudryavtsev2017-03-191-2/+2
* | | QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-172-0/+25
* | | Make Q_ASSERT() usable in constexpr functionsMarc Mutz2017-03-162-9/+10
* | | Add support for recursive filtering in QSFPMFilipe Azevedo2017-03-142-98/+253
* | | Deprecate QSignalMapperOlivier Goffart2017-03-146-137/+34
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-149-29/+140
|\| |
| * | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
| * | Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
| * | Add feature.pushbuttonStephan Binner2017-03-061-0/+2
| * | QStaticByteArrayMatcher: enforce alignmentThiago Macieira2017-03-061-0/+1
| * | Make new QtCore code conform to the coding styleThiago Macieira2017-03-061-1/+2
| * | Replace outdated BSD license textKai Koehne2017-03-032-2/+22
| * | QRegularExpression: build fixGiuseppe D'Angelo2017-03-021-0/+2
| * | Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-012-16/+2
* | | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-142-0/+6