| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 65 | -131/+131 |
|\ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 65 | -130/+130 |
|
|
| * | QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess() | Markus Goetz | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Fix build on windows. | Prasanth Ullattil | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Fix build on Windows | Alexis Menard | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Improve the speed of QDir, QFileInfo and QDirIterator. | Alexis Menard | 2009-06-15 | 5 | -69/+61 |
|
|
* | | Use the old codec if there is one available when reading data in qtextstream. | Denis Dzyubenko | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Compile the qsettins autotest | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Use the original order if two files are equivalent for the sort of QDir | Benjamin Poulain | 2009-06-11 | 1 | -1/+2 |
|
|
* | | Sort QDir with qSort instead of qStableSort | Benjamin Poulain | 2009-06-11 | 1 | -2/+1 |
|
|
* | | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 1 | -4/+2 |
|
|
* | | Improve QDirPrivate::sortFileList by leaving right avway is | Ritt Konstantin | 2009-06-10 | 1 | -19/+23 |
|
|
* | | Optimize QDirPrivate::sortFileList by using a QFileInfoList | Ritt Konstantin | 2009-06-10 | 1 | -13/+28 |
|
|
* | | Move declaration of QFileInfoPrivate in a separate file _p and | Alexis Menard | 2009-06-10 | 3 | -64/+128 |
|
|
* | | Small simplification on code | Thierry Bastian | 2009-06-08 | 1 | -5/+0 |
|
|
* | | Fix QT_NO_DATASTREAM macro checks and improve readability | Ritt Konstantin | 2009-06-08 | 1 | -2/+1 |
|
|
* | | Merge branch 'review/master' | Marius Bugge Monsen | 2009-05-29 | 2 | -19/+19 |
|\ \ |
|
| * | | Fix compilation with -pedantic | David Faure | 2009-05-29 | 2 | -19/+19 |
|
|
* | | | Fixed compile with MinGW. | Rohan McGovern | 2009-05-29 | 1 | -3/+3 |
|/ / |
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 3 | -8/+8 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 3 | -18/+89 |
|\ \
| |/ |
|
| * | Fixed aliasing pointer corruption in QDataStream. | Trond Kjernaasen | 2009-05-27 | 1 | -15/+77 |
|
|
| * | Adding details to QSettings functions | Morten Engvoldsen | 2009-05-25 | 1 | -2/+11 |
|
|
| * | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 1 | -1/+1 |
|
|
* | | Fix WinCE compile error not fixed by c666b88 | Jason McDonald | 2009-05-27 | 1 | -1/+1 |
|
|
* | | Windows CE compile fix | Joerg Bornemann | 2009-05-26 | 1 | -1/+1 |
|
|
* | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 3 | -3/+3 |
|
|
* | | Warnings fixed on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+3 |
|
|
* | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 12 | -49/+47 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 5 | -124/+215 |
|\ \
| |/ |
|
| * | Fix syntax of the fcntl system call: this is not setsockopt | Thiago Macieira | 2009-05-22 | 1 | -6/+3 |
|
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-22 | 4 | -51/+107 |
| |\ |
|
| | * | Fixed compilation with -qtnamespace | Markus Goetz | 2009-05-22 | 1 | -1/+3 |
|
|
| | * | Reset openMode to NotOpen when returning false from QFile::open() | João Abecasis | 2009-05-22 | 1 | -0/+9 |
|
|
| | * | 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 |
|
|
| | * | QFile::rename fallback: reset permissions and error state on success | João Abecasis | 2009-05-22 | 1 | -1/+4 |
|
|
| | * | QFile::copy: close source file when using fallback mechanism | João Abecasis | 2009-05-22 | 1 | -0/+1 |
|
|
| | * | Allow renaming QTemporaryFiles on windows | João Abecasis | 2009-05-22 | 1 | -9/+10 |
|
|
| | * | Don't block copy sequential files in QFile::rename | João Abecasis | 2009-05-22 | 1 | -0/+5 |
|
|
| * | | qdoc: Moved some qdoc comments into the .cpp file common to all packages. | Martin Smith | 2009-05-22 | 2 | -83/+113 |
|
|
* | | | Reorganise the pipe creation code. | Thiago Macieira | 2009-05-22 | 1 | -10/+8 |
|
|
* | | | Remove IRIX code. | Thiago Macieira | 2009-05-22 | 1 | -7/+0 |
|
|