summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfileinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-1/+1
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-0/+5
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-5/+14
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-011-2/+2
* Fix qdoc warning: yet another std::filesystemVolker Hilsheimer2020-09-231-1/+1
* Fix some qdoc warnings: std::filesystem::path gettersVolker Hilsheimer2020-09-221-2/+2
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-101-2/+1
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-071-6/+5
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-8/+0
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-1/+3
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-0/+38
* Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-0/+1
* Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-301-17/+2
* Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-161-0/+17
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-1/+4
* Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-051-0/+5
* Rewrite QFileInfo::{created,lastModified,lastRead} using fileTime()Thiago Macieira2017-07-061-0/+1
* QFileInfo: use QFile::FileTime instead of our own enumThiago Macieira2017-07-061-7/+1
* Add QDebug operator for QFileInfoShawn Rutledge2017-05-091-0/+4
* QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-271-0/+7
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-3/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* 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
* QFileInfo: remove synchronisation macroMarc Mutz2012-07-261-1/+0
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-0/+4
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+1
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+4
* Add QFileInfo::isNativePathJoão Abecasis2012-02-141-0/+1
* 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
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-081-8/+2
* Remove all non-const operator==Harald Fernengel2011-08-091-2/+0
* remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-41/+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/+206