summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-295-6/+6
* Short live Q_CONSTINIT!Marc Mutz2022-03-263-3/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2615-28/+24
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-2545-577/+641
* QSettings: port API from QString to QAnyStringView keysMarc Mutz2022-03-232-10/+47
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-192-29/+59
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-182-3/+60
* QVariant: reduce transitive includesFabian Kosmale2022-03-171-6/+8
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-151-4/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* QFSFileEngine: don't call QFileSystemEntry::filePath() twiceMarc Mutz2022-03-151-1/+2
* QFile::moveToTrash: Remove support for old MinGW SDKsVolker Hilsheimer2022-03-121-5/+0
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-4/+6
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-2/+26
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-041-5/+7
* QDebug: streamline (private) formatQFlagsGiuseppe D'Angelo2022-03-041-3/+2
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-031-4/+2
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-14/+18
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+2
* Un-export QConfFileMarc Mutz2022-02-231-1/+2
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-203-2/+22
* Fix arguments of error message in QFile::copy()Friedemann Kleint2022-02-181-1/+1
* Fix warnings in bootstrap lib on WindowsJoerg Bornemann2022-02-181-0/+3
* QDebug: unexport most of the class for Qt 7Thiago Macieira2022-02-171-6/+5
* QIODevice::readAll: allow reading from a huge non-sequential devicesThiago Macieira2022-02-171-3/+4
* QFile::copy: add the underlying error messages to oursThiago Macieira2022-02-161-2/+4
* QIODevice::read: don't truncate to int(readBytes)Thiago Macieira2022-02-161-8/+8
* QFileSystemEngine::canonicalName (Unix): clean up control-flowFabian Kosmale2022-02-151-20/+23
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-4/+5
* doc: Update GenericDataLocation location on iOSTor Arne Vestbø2022-02-091-1/+1
* QProcess(Win): change int to qsizetype where appropriateMårten Nordheim2022-02-051-4/+4
* QBuffer: exterminate three thread-safe static guard variablesMarc Mutz2022-02-031-6/+11
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-032-28/+3
* QUrl: use qsizetype & size_t in place of int & uintThiago Macieira2022-01-282-73/+74
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-214-2/+6
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-207-7/+7