summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.h
Commit message (Expand)AuthorAgeFilesLines
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo8 days1-4/+4
* Create class documentation for QNtfsPermissionCheckGuardMate Barany2023-12-061-1/+1
* Remove all class-level [[nodiscard]] from the code-baseMarc Mutz2023-06-281-1/+1
* Mark all ctors of [[nodiscard]] classes as Q_NODISCARD_CTORMarc Mutz2023-06-201-0/+1
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-141-0/+6
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-0/+21
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-291-3/+10
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-13/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-3/+68
* Fix some qdoc warnings: std::filesystem::path gettersVolker Hilsheimer2020-09-221-1/+1
* Silence qdoc warnings from std::filesystemVolker Hilsheimer2020-09-211-0/+7
* QFile: for filesystem::path, use iteratorsMårten Nordheim2020-09-161-5/+2
* QFile: purge deprecated APIEdward Welbourne2020-08-071-14/+1
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-1/+106
* Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+3
* QFile::decodeName(const char *): don't construct QByteArray but use the argum...Adam Sowa2019-11-011-2/+8
* QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-2/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-6/+6
* Long live qEnvironmentVariable()Thiago Macieira2017-08-041-0/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Deprecate the ability to change the FS encoding separate from the localeThiago Macieira2012-05-151-6/+27
* Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-061-60/+2
* Merge overloadsRichard Moore2012-02-221-4/+2
* Drop QFile::fileEngineJoão Abecasis2012-02-161-4/+2
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-6/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-11/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+218