| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -8/+30 |
|\ |
|
| * | Reset QTemporaryFile's state after failed open() on Windows | João Abecasis | 2009-08-31 | 1 | -8/+30 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengine | Ritt Konstantin | 2009-08-27 | 1 | -4/+0 |
|
|
* | | Review inspired fixes to Symbian file engine | Miikka Heikkinen | 2009-08-21 | 1 | -2/+2 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 1 | -1/+1 |
|
|
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Trailing whitespace and tab/space fixes for src/corelib | Janne Anttila | 2009-08-04 | 1 | -1/+1 |
|
|
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -1/+1 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -2/+7 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 1 | -2/+7 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -11/+6 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Fix build with MSVC2003: apparently the code path I thought was Unix was also... | Thiago Macieira | 2009-07-02 | 1 | -3/+3 |
|
|
| * | | Port most uses of ::open and QT_OPEN to the safe version. | Thiago Macieira | 2009-07-02 | 1 | -11/+6 |
|
|
| * | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 1 | -1/+2 |
| |\ \
| | |/ |
|
* | | | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 1 | -1/+2 |
|\ \ \ |
|
| * \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-07-07 | 1 | -1/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | QTemporaryFile: Report the user-provided openMode | João Abecasis | 2009-06-29 | 1 | -1/+2 |
|
|
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
* | | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-25 | 1 | -25/+71 |
|\ \
| |/ |
|
| * | Fixed compilation with -qtnamespace | Markus Goetz | 2009-05-22 | 1 | -1/+3 |
|
|
| * | QTemporaryFile: really close files before renaming | João Abecasis | 2009-05-22 | 1 | -0/+7 |
|
|
| * | QTemporaryFileEngine now tracks if a fileName has been generated | João Abecasis | 2009-05-22 | 1 | -3/+18 |
|
|
| * | QTemporaryFile: there's no need to keep another pointer to the engine here | João Abecasis | 2009-05-22 | 1 | -4/+1 |
|
|
| * | QTemporaryFile: really (re)open file if it has been really closed... | João Abecasis | 2009-05-22 | 1 | -2/+21 |
|
|
| * | Unconditionally open temporary files in ReadWrite mode | João Abecasis | 2009-05-22 | 1 | -0/+1 |
|
|
| * | QTemporaryFile: handle failures from QFSFileEngine::open(mode, fd) | João Abecasis | 2009-05-22 | 1 | -9/+11 |
|
|
| * | Documentation fix | João Abecasis | 2009-05-22 | 1 | -2/+2 |
|
|
| * | QTemporaryFile would forget fileName while file was "closed" | João Abecasis | 2009-05-22 | 1 | -1/+2 |
|
|
| * | QTemporaryFile: don't clear filePath if remove fails | João Abecasis | 2009-05-22 | 1 | -3/+5 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-11 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Fix leak of file descriptors in QTemporaryFile | João Abecasis | 2009-05-08 | 1 | -0/+9 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-04-27 | 1 | -127/+139 |
|\ \
| |/ |
|
| * | Make temporary files close-on-exec | Oswald Buddenhagen | 2009-04-18 | 1 | -0/+11 |
|
|
| * | sanitize whitespace & parentheses | Oswald Buddenhagen | 2009-04-18 | 1 | -128/+127 |
|
|
| * | Silence warning about unused static function on Windows | João Abecasis | 2009-04-15 | 1 | -0/+2 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+706 |
|
|