summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-10/+75
|\
| * QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
* | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-301-66/+27
* | Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-161-15/+108
* | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-281-3/+3
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-8/+8
|/
* QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-0/+7
* Empty filenames does not existSune Vuorela2018-12-191-0/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-9/+13
|\
| * QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
| * Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
* | QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-081-123/+70
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-11/+21
* | Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-051-10/+40
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-1/+1
* | Stop using QVector in QFileInfoPrivateThiago Macieira2017-07-071-7/+12
* | Rewrite QFileInfo::{created,lastModified,lastRead} using fileTime()Thiago Macieira2017-07-061-39/+27
* | QFileInfo: use QFile::FileTime instead of our own enumThiago Macieira2017-07-061-18/+4
* | Add QDebug operator for QFileInfoShawn Rutledge2017-05-091-0/+12
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-271-4/+43
|/
* Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-111-9/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-2/+1
|\
| * QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
* | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-3/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+4
|\|