summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-02-141-4/+7
* Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-1/+1
* QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-3/+19
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1
* QRandomGenerator: update API to better nameThiago Macieira2017-09-221-1/+1
* QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-231-12/+175
* QTemporaryFileName: use the random data more wiselyThiago Macieira2017-08-041-46/+32
* Long live QTemporaryFileName!Thiago Macieira2017-08-041-77/+67
* QTemporaryFile: split the template parsing and generationThiago Macieira2017-08-041-62/+59
* QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-041-11/+2
* QTemporaryFile: add a simpler rename() (non-virtual) overrideThiago Macieira2017-08-041-0/+32
* QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-2/+5
* QtCore: include mocsThiago Macieira2017-05-051-1/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+1
| |\
| | * QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
* | | Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-021-17/+10
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-4/+21
|\
| * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-4/+21
* | Mark two member functions constSérgio Martins2015-05-291-2/+2
|/
* QSaveFile: Fix permissions on creationKai Koehne2015-04-081-5/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-4/+6
|\
| * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-271-4/+6
* | Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-031-0/+3
|/
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-10-141-1/+1
|\
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* | Added initial file system support for winrtOliver Wolff2013-10-111-3/+12
|/
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-1/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Move QTemporaryFileEngine to private headerDavid Faure2013-01-141-50/+5
* | Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-141-0/+7
|/
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-021-6/+32
* 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 QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-1/+9
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Drop QFile::fileEngineJoão Abecasis2012-02-161-19/+16
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-34/+2
* 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
* QTemporaryDir/File: cleanups (static internal function, QScopedPointer)David Faure2011-12-081-6/+4
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0