summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | 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 crash in QApplication auto testShane Kearns2010-10-181-0/+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-129-138/+104
| | | | * | | Update DEF filesShane Kearns2010-10-087-22/+353
| | | | * | | Merge remote branch 'qt/master' into earth/file-engine-refactorShane Kearns2010-10-0888-559/+1824
| | | | |\ \ \
| | | | * | | | Create QSystemError classShane Kearns2010-10-083-58/+357
| | | | * | | | Fix compileThomas Zander2010-10-071-1/+1
| | | | * | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-078-137/+265
| | | | |\ \ \ \
| | | | * | | | | 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-0712-356/+214
| | | | * | | | | Compile fixes for mingwPrasanth Ullattil2010-10-073-55/+55
| | | | * | | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-06246-6208/+10324
| | | | |\ \ \ \ \
| | | | * | | | | | Compile fixes for windowsPrasanth Ullattil2010-09-291-1/+1
| | | | * | | | | | Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-28572-14245/+22444
| | | | |\ \ \ \ \ \
| | | | * | | | | | | 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-209-151/+225
| | | | * | | | | | | 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-157-198/+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