summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Re-enable emulated QFile::map on symbianShane Kearns2010-10-294-26/+37
| * | | | | | 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-127-131/+68
| * | | | | | Fix compileThomas Zander2010-10-071-1/+1
| * | | | | | 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-061-3/+4
| |\ \ \ \ \ \
| * | | | | | | Compile fixes for windowsPrasanth Ullattil2010-09-291-1/+1
| * | | | | | | Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-2810-36/+125
| |\ \ \ \ \ \ \
| * | | | | | | | Move resolving names to qfilesystemengineThomas Zander2010-09-232-46/+54
| * | | | | | | | Mark the QFileSystemEngine::copyFile/unix done.Thomas Zander2010-09-231-1/+4
| * | | | | | | | Make setPermissions update metaThomas Zander2010-09-231-1/+7
| * | | | | | | | Force uppercase for drive letters in QDir::currentPath() on Windows.Prasanth Ullattil2010-09-231-0/+2
| * | | | | | | | Remove an extra initializationPrasanth Ullattil2010-09-221-1/+0
| * | | | | | | | Fix QDir autotests on WindowsPrasanth Ullattil2010-09-221-0/+1
| * | | | | | | | Fix QDir autotests on WindowsPrasanth Ullattil2010-09-221-0/+1
| * | | | | | | | Implement unix permissions settingThomas Zander2010-09-222-42/+36
| * | | | | | | | Remove warningsThomas Zander2010-09-221-0/+3
| * | | | | | | | Fix QDirIterator on Windows XP.Prasanth Ullattil2010-09-221-6/+4
| * | | | | | | | Fix regression in QDir::cd()Thomas Zander2010-09-221-0/+1
| * | | | | | | | Make QDirIterator cheaper when constructed with a QDirThomas Zander2010-09-224-149/+215
| * | | | | | | | Remove UNC paths on symbian, it doesn't support UNCShane Kearns2010-09-201-1/+4
| * | | | | | | | Make use of new isRelative / isAbsolute functionsShane Kearns2010-09-201-6/+7
| * | | | | | | | Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-208-151/+218
| * | | | | | | | Fix QDir autotest failures on windowsPrasanth Ullattil2010-09-171-2/+7
| * | | | | | | | Differntiate different types of absolute paths on windows.Prasanth Ullattil2010-09-174-21/+35
| * | | | | | | | Fix for QDir constructed with a path containing native separators.Shane Kearns2010-09-161-4/+6
| * | | | | | | | Make QDir use QFileSystemEngineThomas Zander2010-09-161-69/+114
| * | | | | | | | Remove stale commentThomas Zander2010-09-161-1/+0
| * | | | | | | | Fix typoJoão Abecasis2010-09-151-1/+1
| * | | | | | | | On symbian, set the "execute" permission for directoriesShane Kearns2010-09-151-4/+4
| * | | | | | | | Implement QFileSystemIterator for windows.Prasanth Ullattil2010-09-156-197/+86
| * | | | | | | | Wrong size for directories on windows.Prasanth Ullattil2010-09-152-9/+16
| * | | | | | | | Don't compute canonical paths when not neededShane Kearns2010-09-151-1/+2
| * | | | | | | | Fixed QFile::setSize on symbianShane Kearns2010-09-151-3/+3
| * | | | | | | | Fix for QFile::remove autotestShane Kearns2010-09-151-0/+1
| * | | | | | | | Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-157-9/+14