summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add documentation for qt5_import_plugins()Alexandru Croitor2019-08-122-0/+80
* CMake: Add support for auto-importing plugins in CMakeKyle Edwards2019-08-121-0/+32
* Deprecate QStringViewLiteralMarc Mutz2019-08-103-5/+17
* Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-103-82/+171
* Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
* Minor QSet doc cleanupAlex Blasche2019-08-081-3/+0
* QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-072-14/+6
* QPoint/F: add transposed()Marc Mutz2019-08-072-0/+27
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-075-0/+35
* Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-033-27/+4
* Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
* QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
| |\
| | * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
* | | QSortFilterProxyModel: avoid some unnecessary copiesChristian Ehrlicher2019-07-311-34/+30
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-303-21/+40
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-303-21/+40
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
| | |\|
| | | * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
| | |\|
| | | * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* | | | QEasingCurve: reduce code duplication in setCurveShape()Marc Mutz2019-07-301-19/+15
* | | | QEasingCurve: remove a default case labelMarc Mutz2019-07-301-1/+0
* | | | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-1/+4
|/ / /
* | | QStringView: clean up storage_typeMarc Mutz2019-07-292-11/+3
* | | qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-293-7/+8
* | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
* | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
* | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-9/+9
* | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
* | | Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
* | | Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
* | | Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
* | | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
* | | Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-242-2/+38
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-224-9/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-204-9/+30
| |\|
| | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| | * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-203-44/+179
* | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-208-37/+180
* | | QJsonObject: minor refactoringMat Sutcliffe2019-07-202-16/+26
* | | Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-202-6/+14
* | | QFile: hold engine by unique_ptrMarc Mutz2019-07-195-53/+42
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-193-23/+15
|\| |
| * | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1