summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+2
|\|
| * Mention extension in QFileInfo's suffix-related documentationMitch Curtis2016-06-101-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-4/+4
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-4/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
* Doc: Improve docs for file permission checking on NTFSSze Howe Koh2014-04-161-0/+11
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Add missing \since 5.2 tag to static QFileInfo::exists()hjk2013-10-171-0/+2
* Fix memory leak in QFileInfo::exists()Jian Liang2013-10-121-1/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-29/+29
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+22
* Fix typo in note on symlink behavior of QFileInfo::existshjk2013-09-131-2/+2
* Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-231-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-3/+6
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-181-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+8
* Clarified code documentation for QFileInfo::operator==.Mitch Curtis2012-05-231-1/+2
* Removed size comparison in QFileInfo::operator==.Mitch Curtis2012-05-231-3/+0
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-17/+17
* Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-101-1/+1