summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add support for QFileInfo owner() & group() on WindowsPrasanth Ullattil2010-10-271-0/+18
* Move QDir::fromNativeSeparators call to the QFileSystemEntry constructorShane Kearns2010-10-207-9/+33
* Implement seek beyond end of file for symbianShane Kearns2010-10-191-25/+26
* Document behaviour of QFile::seek when seeking beyond EOFShane Kearns2010-10-191-1/+11
* Fix QFileInfo("").exists() regression for symbianShane Kearns2010-10-181-1/+3
* Fix for qfileinfo isExecutable test case.Shane Kearns2010-10-181-0/+3
* Fix for QFile::copy failing silently with relative pathsShane Kearns2010-10-181-2/+3
* Fix caching of metadata in QDir to not change behaviorThomas Zander2010-10-121-3/+3
* Fix return value for QDir::mkdir on symbianShane Kearns2010-10-121-1/+4
* Update documentation of QDir to reflect Qt 4 behaviourShane Kearns2010-10-121-0/+6
* Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-128-137/+102
* Merge remote branch 'qt/master' into earth/file-engine-refactorShane Kearns2010-10-089-38/+75
|\
| * Merge faba550d704312a29d9485bcaaa506331f102301 from 4.7 to master.Olivier Goffart2010-10-071-1/+1
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-078-37/+74
| |\
| | * Fix crash when constructing QThreadStorage after global destructors have runBradley T. Hughes2010-10-061-2/+19
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-064-31/+44
| | |\
| | | * Fix performance regression in QUuid::createUuid()Bradley T. Hughes2010-10-051-25/+42
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-043-6/+2
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-10-0111-2/+6452
| | | | |\
| | | | * \ Merge commit 'refs/merge-requests/828' of git://gitorious.org/qt/qt into inte...David Boddie2010-10-013-6/+2
| | | | |\ \
| | | | | * | Fix a link that no longer exists in documentation.Robin Burchell2010-09-271-1/+1
| | | | | * | Remove obsolete reference to qregexp.tex.Robin Burchell2010-09-271-4/+0
| | | | | * | Reference to QStringList::find() is incorrect, should be QStringList::filter().Robin Burchell2010-09-271-1/+1
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-061-1/+1
| | |\ \ \ \ \
| | | * | | | | Fixed arm X11 build.Samuel Rødal2010-10-051-1/+1
| | | |/ / / /
| | * | | | | fix for USER: 163 panic found on 5800XMmread2010-10-041-1/+1
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-043-3/+10
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fixed crash on startup in Symbian debug buildGareth Stockwell2010-10-011-1/+1
| | | * | | | fixed hybrid heap Symbian udeb build issuesmread2010-10-013-2/+9
| | | | |_|/ | | | |/| |
* | | | | | Create QSystemError classShane Kearns2010-10-083-58/+357
* | | | | | Fix compileThomas Zander2010-10-071-1/+1
* | | | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-071-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Compile fix for mingwPrasanth Ullattil2010-10-071-2/+4
* | | | | | Remove setSymbianError functionShane Kearns2010-10-071-37/+4
* | | | | | Fix tst_qtemporaryfile failures on symbianShane Kearns2010-10-071-1/+4
* | | | | | Implement error reporting for QFile position and size functionsShane Kearns2010-10-071-3/+4
* | | | | | Fix for tst_qdir cd(non existant) test caseShane Kearns2010-10-071-0/+1
* | | | | | Implement error reporting for file APIsShane Kearns2010-10-076-77/+154
* | | | | | Compile fixes for mingwPrasanth Ullattil2010-10-073-55/+55
* | | | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-0625-114/+6609
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-052-0/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-013-24/+37
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-303-24/+37
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
| * | | | | Merge commit 'c1f9978c9d61bcbdb2f280185a3abdea13d7f532' into master-from-4.7Rohan McGovern2010-10-051-24/+28
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | QTextCodec: Fix valgrind warning when using QTextCodec in destructions funct...Olivier Goffart2010-09-291-24/+28
| * | | | | Fixed compile for symbian.Rohan McGovern2010-10-041-1/+1
| * | | | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-0413-6/+6457
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-0111-2/+6452
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | hybrid heap improvement in the disabling of BTracemread2010-09-302-9/+1