summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileInfo: checkAttribute should take lambdas by valueAhmad Samir2024-03-211-1/+2
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-13/+7
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-3/+1
* QFileInfo and QDir: use new \compares commandRym Bouabid2024-02-211-0/+2
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-141-16/+15
* QFileSystemMetaData: add is{Readable,Writable,Executable} gettersAhmad Samir2024-02-081-3/+3
* QFileInfo: clarify the docs with respect to "file" == file system entryAhmad Samir2024-02-021-156/+188
* QFileInfo: de-duplicate docs wrt. fetching info of a symlink's targetAhmad Samir2024-01-261-52/+34
* QFileInfo: de-duplicate docs wrt. QResource pathsAhmad Samir2024-01-251-4/+4
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-7/+16
* Doc: Remove see also self-reference in QFileInfoKai Köhne2023-09-101-1/+2
* Doc: add missing docs for QFileInfo::filesystemReadSymLink()Thiago Macieira2023-08-231-0/+7
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-3/+8
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-0/+13
* Document the shortcut isFile() for "exists and is a file"Andreas Hartmetz2023-01-311-2/+5
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-01-241-0/+4
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-121-0/+5
* QFileInfo: Restructure overviewKai Köhne2022-12-231-22/+23
* QFileInfo: overload file time related methods to take a QTimeZone argAhmad Samir2022-12-231-25/+141
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-231-0/+22
* Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2022-12-191-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-20/+21
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-061-2/+25
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-041-5/+7
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-0/+2
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-2/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* QFileInfo: remove a couple of QFlags->int implicit conversionsGiuseppe D'Angelo2021-06-171-2/+2
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-0/+32
* QFileInfo: code tidiesGiuseppe D'Angelo2021-05-131-3/+3
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-081-4/+13
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-0/+57
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+0
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-011-2/+2
* Document that this method got added in 6.0Lars Knoll2020-09-111-0/+1
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-101-2/+2
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-071-16/+6
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-40/+0
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-1/+18
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Remove winrtOliver Wolff2020-06-061-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-1/+1
| |\
| | * Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* | | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-1/+80
|/ /
* | Docs: tag newly added QFile and QFileInfo APIs as \since 5.15Volker Hilsheimer2020-02-061-0/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-0/+19
|/