summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2526-307/+1160
|\
| * Use the old codec if there is one available when reading data in qtextstream.Denis Dzyubenko2009-06-111-1/+1
| * Compile the qsettins autotestOlivier Goffart2009-06-111-1/+1
| * Use the original order if two files are equivalent for the sort of QDirBenjamin Poulain2009-06-111-1/+2
| * Sort QDir with qSort instead of qStableSortBenjamin Poulain2009-06-111-2/+1
| * remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-4/+2
| * Improve QDirPrivate::sortFileList by leaving right avway isRitt Konstantin2009-06-101-19/+23
| * Optimize QDirPrivate::sortFileList by using a QFileInfoListRitt Konstantin2009-06-101-13/+28
| * Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-103-64/+128
| * Small simplification on codeThierry Bastian2009-06-081-5/+0
| * Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-2/+1
| * Merge branch 'review/master'Marius Bugge Monsen2009-05-292-19/+19
| |\
| | * Fix compilation with -pedanticDavid Faure2009-05-292-19/+19
| * | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
| |/
| * improved string operations all over the placeThierry Bastian2009-05-283-8/+8
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-273-18/+89
| |\
| * | Fix WinCE compile error not fixed by c666b88Jason McDonald2009-05-271-1/+1
| * | Windows CE compile fixJoerg Bornemann2009-05-261-1/+1
| * | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-263-3/+3
| * | Warnings fixed on MSVCThierry Bastian2009-05-251-1/+3
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-2512-49/+47
| * | Merge branch '4.5'Thiago Macieira2009-05-225-124/+215
| |\ \
| * | | Reorganise the pipe creation code.Thiago Macieira2009-05-221-10/+8
| * | | Remove IRIX code.Thiago Macieira2009-05-221-7/+0
| * | | Merge branch '4.5'Thiago Macieira2009-05-221-16/+7
| |\ \ \
| * \ \ \ Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-3/+4
| |\ \ \ \
| * \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-194-4/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-145-147/+734
| |\ \ \ \ \ \
| | * | | | | | QNonContiguousByteDevice: An wrapper around QByteArray, QIODevice, ...Markus Goetz2009-05-133-0/+733
| | * | | | | | Remove unused file qfileinfo_p.hMarius Storm-Olsen2009-05-132-146/+0
| | * | | | | | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-1/+1
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'master' into contiguouscacheIan Walters2009-05-1212-204/+268
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Remove a warning on gcc.Alexis Menard2009-05-111-1/+0
| | * | | | | | | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
| | * | | | | | | Merge branch '4.5'Thiago Macieira2009-05-114-33/+32
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fixed resetting error mode on Windows on error when stat'ing a file.Denis Dzyubenko2009-05-111-2/+0
| | * | | | | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+2
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Use the new QTextCodec::codecForUtfText in qtextstream to detect theDenis Dzyubenko2009-05-041-7/+2
| | * | | | | | | | | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-301-0/+3
| | * | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+9
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-201-127/+137
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-172-5/+5
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixes: Faster string-splitting in QResource::findNode()Gunnar Sletta2009-04-161-7/+37
| | * | | | | | | | | | | | Fixes: Make QDir::cleanPath() slightly faster, by avoiding some detach calls..Gunnar Sletta2009-04-161-4/+8
| | * | | | | | | | | | | | Fixes: Speed up QFileInfo::setFile() a bit...Gunnar Sletta2009-04-161-6/+4
| | * | | | | | | | | | | | Experimental fix for speeding up QResource::name()...Gunnar Sletta2009-04-161-2/+8
| | * | | | | | | | | | | | Reduce the number of calls to cleanPath() in QResourceRoot::findNodeSamuel Rødal2009-04-161-8/+16
| | * | | | | | | | | | | | Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
| | * | | | | | | | | | | | Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
| * | | | | | | | | | | | | Various fixes resulting from QA code review.Ian Walters2009-05-121-1/+1