summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Get rid of the getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-12-171-1/+0
* | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-12/+11
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1610-89/+200
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1610-89/+200
| |\|
| | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
| | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-5/+35
| | |\
| | | * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
| | | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| | * | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| | * | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-126-76/+150
* | | | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-162-22/+72
|/ / /
* | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-156-14/+14
* | | Avoid using a QRegExp for trivial replacementsLars Knoll2019-12-131-2/+11
* | | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-122-2/+2
* | | QRegExp: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-4/+4
* | | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-122-0/+58
* | | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-126-159/+216
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-124-58/+94
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-124-58/+94
| |\| |
| | * | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-112-19/+21
| | * | Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
| | * | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | | | Split cborstream feature in twoUlf Hermann2019-12-1213-1366/+1696
* | | | QWaitCondition: un-deprecate wait() functions with ulong argChristian Ehrlicher2019-12-123-15/+4
|/ / /
* | | Deprecate qrand/qsrandAlbert Astals Cid2019-12-111-2/+4
* | | MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-107-11/+364
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1031-140/+156
|\| |
| * | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-1026-87/+84
| * | Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
| * | Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
| * | Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-4/+6
| * | Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-1/+6
| * | QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
| * | Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-062-11/+23
| * | QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-2/+1
| * | Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* | | QMetaType: add more static-less APIOlivier Goffart2019-12-072-2/+55
* | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0679-502/+502
* | | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-053-50/+323
* | | Fix compile with we use QT_DISABLE_DEPRECATED_BEFORE=0x060000 in appsLaurent Montel2019-12-051-1/+1
* | | Add QHash::insert(const QHash &other)Lars Knoll2019-12-052-0/+38
* | | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-052-4/+20
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-043-26/+26
|\| |
| * | QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
| * | Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
| * | Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
| * | Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
* | | CMake: Use lower-case macro/function namesKai Koehne2019-12-031-13/+13
* | | CMake: Remove conditions for CMake < 3.1Kai Koehne2019-12-031-45/+40