summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsavefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-5/+9
|\
| * Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
* | QFile: hold engine by unique_ptrMarc Mutz2019-07-191-22/+14
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-0/+1
|\|
| * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-6/+6
* | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-291-2/+2
|/
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-02-141-1/+1
* Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-2/+4
* Support Alternate Data Streams in QSaveFileThiago Macieira2017-08-041-5/+32
* QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-041-1/+1
* Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
* QtCore: include mocsThiago Macieira2017-05-051-0/+4
* Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-021-5/+15
* Updated license headersJani Heikkinen2016-01-151-13/+19
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-1/+2
* QSaveFile: Fix permissions on creationKai Koehne2015-04-081-1/+1
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QSaveFile: error out in open when the file is a directoryOlivier Goffart2014-06-041-0/+6
* QSaveFile: follow symbolic linksOlivier Goffart2014-05-301-3/+15
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-041-1/+6
* QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-051-17/+84
* Add class QSaveFile.David Faure2013-01-171-0/+316