summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
* Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
* QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
* Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-282-2/+2
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-288-9/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
|\
| * wasm: add platform qsettingsLorn Potter2020-02-184-13/+275
| * QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
* | Android: advice user to request storage permission with QStandardPathsAssam Boudjelthia2020-02-171-1/+4
* | Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-132-11/+41
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-3/+18
|\|
| * QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
* | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-63/+69
* | Docs: tag newly added QFile and QFileInfo APIs as \since 5.15Volker Hilsheimer2020-02-062-0/+5
* | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-052-0/+60
* | QUrl::topLevelDomain() - deprecate in 5.15Timur Pocheptsov2020-02-052-3/+8
* | Fix build of bootstrapped tools with clang 10Volker Hilsheimer2020-02-041-1/+12
* | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-18/+30
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-042-2/+3
|\|
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * QLockFile: Disable flock() on QNXThiago Macieira2020-01-301-1/+2
* | Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-305-2/+469
* | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-262-2/+2
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-17/+17
* | Do not anchor an already-anchored regexpGiuseppe D'Angelo2020-01-171-1/+1
* | QResource: Add API to get the decompressed contentThiago Macieira2020-01-152-63/+158
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+3
|\|
| * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+1
|\|
| * QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+1
* | QProcess: use FFD_USE_FORK when the class is not QProcess itselfThiago Macieira2020-01-091-1/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+2
|\|
| * Doc: Add since Qt 5.8 info for QResource::lastModified()Leena Miettinen2019-12-181-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-2/+2
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-2/+2
* | Avoid using a QRegExp for trivial replacementsLars Knoll2019-12-131-2/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-4/+4
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-104-4/+4
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0612-53/+53
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-7/+7
|\|
| * Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-0/+6
|\|
| * QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-206-9/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-59/+7
|\|
| * Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-1/+1
| |\
| | * Fix typo in QLoggingCategory documentationMitch Curtis2019-11-061-1/+1
* | | wasm: add platform qsettingsLorn Potter2019-11-144-13/+275