summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add security scoped file engine for Apple operating systemsTor Arne Vestbø11 days1-0/+13
* Add QFilePrivate::writeToDebugStreamTor Arne Vestbø2025-09-031-0/+9
* Mark QFile security significantMatthias Rauter2025-07-101-0/+1
* QFile::rename: merge the block copy code with copy()Thiago Macieira2025-02-041-36/+20
* QFile::copy: refactor to use QSaveFileThiago Macieira2025-02-041-88/+73
* QFile::copy: remove the fallback to copying through QDir::tempPath()Thiago Macieira2025-02-041-5/+2
* Bootstrap: disable QFile::copy() due to lack of QTemporaryFileThiago Macieira2025-01-271-0/+2
* QFileSystemEngine: let cloneFile() inform QFile of permanent errorsThiago Macieira2025-01-271-1/+6
* QFile/Unix: ensure the destination of copy() is empty before cloneFile()Thiago Macieira2025-01-241-1/+1
* QFile: use unbuffered mode for the file-copy data pumpsThiago Macieira2025-01-241-3/+4
* QFile::rename: error out if overwrite fails when changing case on case-insens...Mårten Nordheim2025-01-201-0/+7
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-131-1/+1
* Doc: Improve QFile::open descriptionKai Köhne2024-12-131-9/+7
* QFile: add supportsMoveToTrash()Thiago Macieira2024-08-081-3/+22
* Doc: Minor addition to QFile::fileName documentationPaul Wicking2024-07-011-3/+3
* QFile::moveToTrash/Unix: ensure we try to remove the proper sourceThiago Macieira2024-06-251-1/+3
* Doc: Document function argumentAndreas Eliasson2024-05-231-1/+1
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-3/+5
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-1/+1
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-131-3/+3
* QFile::moveToTrash: add documentation about run time and fail conditionsThiago Macieira2024-01-251-0/+21
* Create class documentation for QNtfsPermissionCheckGuardMate Barany2023-12-061-0/+101
* QEXTRACTTESTDATA: include the errorString() in case of failureThiago Macieira2023-08-051-1/+1
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-01-241-0/+5
* Doc: Reorder QFile overviewKai Köhne2022-12-221-9/+9
* Improve QFile::encodeName(), QFile::decodeName() documentationKai Köhne2022-12-221-11/+9
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-291-0/+11
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-2/+4
* Fix arguments of error message in QFile::copy()Friedemann Kleint2022-02-181-1/+1
* QFile::copy: add the underlying error messages to oursThiago Macieira2022-02-161-2/+4
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-1/+48
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-1/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+40
* Extend documentation for QFile:copy()Paul Wicking2021-06-231-10/+4
* QFile: code tidiesGiuseppe D'Angelo2021-05-171-6/+6
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-4/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-7/+7
* QFile::copy: call syncToDisk on destinationThiago Macieira2020-09-221-1/+1
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-45/+0
* QFile: purge deprecated APIEdward Welbourne2020-08-071-27/+1
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-3/+2
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-0/+50
* Docs: tag newly added QFile and QFileInfo APIs as \since 5.15Volker Hilsheimer2020-02-061-0/+3
* Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+57
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* QFile: hold engine by unique_ptrMarc Mutz2019-07-191-14/+11
* QtCore: use new QLatin1String::arg()Marc Mutz2019-06-031-1/+1