summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix compilationOlivier Goffart2011-04-041-2/+2
* QTemporaryFile: Locate placeholder before re-encodingJoão Abecasis2011-04-041-31/+40
* Prefer use of QByteArray to qstrdup and manual memory managementJoão Abecasis2011-04-041-9/+6
* Check for null no longer neededJoão Abecasis2011-04-041-2/+0
* Don't overrun XXXXXX placeholder when generating next filenameJoão Abecasis2011-04-041-3/+1
* Split argument validation of _gettemp as separate functionJoão Abecasis2011-04-041-25/+51
* Remove duplication with QCoreApplication::applicationIdJoão Abecasis2011-04-041-19/+5
* Adding comments; variable scopingJoão Abecasis2011-04-041-22/+30
* Don't pre-check if directory exists as it's unnecessaryJoão Abecasis2011-04-041-35/+0
* QTemporaryFile: More dead code eliminationJoão Abecasis2011-04-041-84/+29
* Removing dead code in QTemporaryFileJoão Abecasis2011-04-041-18/+4
* Remove duplicate #includeJoão Abecasis2011-04-041-1/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Fix tst_qtemporaryfile failures on symbianShane Kearns2010-10-071-1/+4
* | Breaking changes to QFileSystemEntry's constructorsPrasanth Ullattil2010-09-011-1/+1
* | Removed native file path handling from QFSFileEngineJoão Abecasis2010-08-301-11/+8
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-8/+30
|\
| * Reset QTemporaryFile's state after failed open() on WindowsJoão Abecasis2009-08-311-8/+30
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengineRitt Konstantin2009-08-271-4/+0
* | Review inspired fixes to Symbian file engineMiikka Heikkinen2009-08-211-2/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-061-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-2/+2
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-041-1/+1
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-2/+7
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-11/+6
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix build with MSVC2003: apparently the code path I thought was Unix was also...Thiago Macieira2009-07-021-3/+3
| * | Port most uses of ::open and QT_OPEN to the safe version.Thiago Macieira2009-07-021-11/+6
| * | Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+2
| |\ \ | | |/
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-1/+2
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-291-2/+2
| |\ \ \ | | |/ /
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| |/