summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-5/+37
* QItemSelectionModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-8/+7
* QResource: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-7/+5
* QItemSelectionModel: replace a QPair with a dedicated structMarc Mutz2020-05-051-8/+23
* QHashFunctions: port to if constexprGiuseppe D'Angelo2020-05-051-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-044-60/+54
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-60/+54
| |\
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-10/+19
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-302-13/+30
| | |\
| | | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
| | | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
| | | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19
| | | * Don't output a warning that can trigger before Qt has fully initializedAndy Shaw2020-04-301-2/+0
| | * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-283-39/+5
| | |\|
| | | * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-32/+0
| | | * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
| | | * Merge 5.15 into 5.15.0Alexandru Croitor2020-04-235-53/+85
| | | |\
| | | * | QCborValue: don't update internal states if decoding a string failedThiago Macieira2020-04-221-1/+1
| | | * | QCborValue: fix double-accounting of the usedData when decoding stringsThiago Macieira2020-04-221-2/+0
* | | | | QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-041-5/+13
|/ / / /
* | | | QFileSystemEngine: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-041-4/+4
* | | | Fix 64bit size issues in QCacheLars Knoll2020-05-041-3/+3
* | | | Doc: Small fixes in qt5_wrap_cpp documentationKai Koehne2020-05-031-2/+2
* | | | QDirIterator: port visitedLinks from QSet to QDuplicateTrackerMarc Mutz2020-05-031-7/+7
* | | | QDirIterator: move a guard condition from caller to calleeMarc Mutz2020-05-031-4/+4
* | | | QDirIterator: make a confusing condition less soMarc Mutz2020-05-031-2/+1
* | | | Don't use a QTextStream to read lines from a fileLars Knoll2020-05-021-5/+6
* | | | Fix compile error on iOSLars Knoll2020-05-021-0/+3
* | | | QUrlIdna: avoid QString creationMarc Mutz2020-05-021-3/+2
* | | | QUrl: optimize fromAce()Marc Mutz2020-05-021-1/+8
* | | | QUrl: avoid QString creation in setHost()Marc Mutz2020-05-021-1/+1
* | | | QUrlIdna: port qt_ACE_do() to QStringViewMarc Mutz2020-05-022-4/+4
* | | | QUrlIdna: port nextDotDelimiter() to QStringViewMarc Mutz2020-05-021-7/+6
* | | | QString: replace a few autos with char32_tMarc Mutz2020-05-021-4/+4
* | | | Correctly flag remaining chars for the ICU codecLars Knoll2020-05-011-0/+7
* | | | Read XML as utf-8 not latin1 if we don't have codecsLars Knoll2020-05-011-6/+6
* | | | Don't use a QTextStream to write the trash info fileLars Knoll2020-05-011-9/+6
* | | | Set QT_PLUGIN_CLASS_NAME also on public pluginsMÃ¥rten Nordheim2020-04-301-0/+10
* | | | Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-3/+4
* | | | Minor cleanup for QProperty constructorSimon Hausmann2020-04-301-10/+3
* | | | Attempt to squeeze unionized fake qproperty members even furtherSimon Hausmann2020-04-301-2/+9
* | | | Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+32
* | | | Initialize data members of QJsonParseErrorVolker Hilsheimer2020-04-301-2/+2
* | | | Extend qbswap to charNN_tMarc Mutz2020-04-301-0/+11
* | | | QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-304-10/+13
* | | | QTextCodecs: fix a few more ushort/uint -> QChar conversionsMarc Mutz2020-04-302-2/+2
* | | | CMake: Namespace all our IMPORTED targetsJoerg Bornemann2020-04-292-6/+6
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-274-5/+27
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-274-5/+27
| |\| | |
| | * | | Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-232-4/+10