summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporarydir.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTemporaryDir: Set directory permissions at the time of creationIevgenii Meshcheriakov2021-11-261-11/+3
* Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-121-3/+3
* Long live QTemporaryFileName!Thiago Macieira2017-08-041-70/+13
* Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
* doc: Fix the release in which QTemporaryDir::filePath() was addedAlexander Volkov2016-09-061-1/+1
* Add a convenience function QTemporaryDir::filePath()Alexander Volkov2016-09-051-0/+27
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-22/+30
|\
| * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-22/+30
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Use portable temporary directory implementation for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-2/+2
|/
* Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0Simon Hausmann2015-10-021-0/+4
* QTemporaryDir: fail early if the error isn't EEXISTThiago Macieira2015-08-011-0/+9
* Add QTemporaryDir::errorString()Thiago Macieira2015-07-171-13/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
* Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: change the name of the QTemporaryDir parameter nameThiago Macieira2014-05-111-7/+7
* Make QTemporaryDir file name more randomKai Koehne2013-12-121-14/+25
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* QTemporaryDir: Output warnings on removal failure.Friedemann Kleint2013-10-031-1/+7
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-7/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* android: we have mkdtemp.Arvid Picciani2012-09-101-2/+4
* 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-0/+2
* mkdtemp() is not included in Android's libcRobin Burchell2012-05-021-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-2/+2
* Fixes QTemporaryDir compilation error under QNX.Rafael Roquetto2012-02-151-1/+1
* Use the QNX implementation of mkdtemp for win and wince.Andreas Holzammer2012-02-071-23/+14
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-1/+1
* mkdtemp() support for QNX platformRafael Roquetto2012-01-311-0/+36
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add missing documentation to QTemporaryDir constructorsDavid Faure2012-01-241-0/+20
* 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
* Remove unused includeDavid Faure2011-12-071-1/+0
* New class QTemporaryDir.David Faure2011-12-021-0/+258