summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-161-24/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-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
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-25/+71
|\|
| * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-1/+3
| * QTemporaryFile: really close files before renamingJoão Abecasis2009-05-221-0/+7
| * QTemporaryFileEngine now tracks if a fileName has been generatedJoão Abecasis2009-05-221-3/+18
| * QTemporaryFile: there's no need to keep another pointer to the engine hereJoão Abecasis2009-05-221-4/+1
| * QTemporaryFile: really (re)open file if it has been really closed...João Abecasis2009-05-221-2/+21
| * Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+1
| * QTemporaryFile: handle failures from QFSFileEngine::open(mode, fd)João Abecasis2009-05-221-9/+11
| * Documentation fixJoão Abecasis2009-05-221-2/+2
| * QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-1/+2
| * QTemporaryFile: don't clear filePath if remove failsJoão Abecasis2009-05-221-3/+5
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-111-0/+9
|\|
| * Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-081-0/+9
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-271-127/+139
|\|
| * Make temporary files close-on-execOswald Buddenhagen2009-04-181-0/+11