summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2014-01-101-1/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-28/+28
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-1/+1
* Add a note on symlink behavior of QFile::existshjk2013-09-131-0/+3
* Add workaround for case-changing renaming of files on Linux/FAT32.Friedemann Kleint2013-05-071-7/+36
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-1/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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-1/+1
* Document QFile::open() argument "handleFlags"Jeremy Katz2012-08-141-0/+2
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* Deprecate the ability to change the FS encoding separate from the localeThiago Macieira2012-05-151-62/+16
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-11/+11
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+5
|\
| * Document QFile::rename and QDir::rename's copy operationVincent A2012-04-031-0/+5
* | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-061-617/+18
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-3/+3
* Merge overloadsRichard Moore2012-02-221-79/+0
* Drop QFile::fileEngineJoão Abecasis2012-02-161-26/+25
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-88/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix QFile::copy() returning false but error() being NoErrorxiechyong2011-11-181-1/+4
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-22/+0
* Doc: Fixed qdoc warnings.David Boddie2011-07-011-3/+5
* remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-8/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-0/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1884