Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | Document behaviour of QFile::seek when seeking beyond EOF | Shane Kearns | 2010-10-19 | 1 | -1/+11 | |
| | | | * | | | Fix QFileInfo("").exists() regression for symbian | Shane Kearns | 2010-10-18 | 1 | -1/+3 | |
| | | | * | | | Fix crash in QApplication auto test | Shane Kearns | 2010-10-18 | 1 | -0/+3 | |
| | | | * | | | Fix for qfileinfo isExecutable test case. | Shane Kearns | 2010-10-18 | 1 | -0/+3 | |
| | | | * | | | Fix for QFile::copy failing silently with relative paths | Shane Kearns | 2010-10-18 | 1 | -2/+3 | |
| | | | * | | | Fix caching of metadata in QDir to not change behavior | Thomas Zander | 2010-10-12 | 1 | -3/+3 | |
| | | | * | | | Fix return value for QDir::mkdir on symbian | Shane Kearns | 2010-10-12 | 1 | -1/+4 | |
| | | | * | | | Update documentation of QDir to reflect Qt 4 behaviour | Shane Kearns | 2010-10-12 | 1 | -0/+6 | |
| | | | * | | | Use QSystemError to return errors from QFileSystemEngine | Shane Kearns | 2010-10-12 | 9 | -138/+104 | |
| | | | * | | | Update DEF files | Shane Kearns | 2010-10-08 | 7 | -22/+353 | |
| | | | * | | | Merge remote branch 'qt/master' into earth/file-engine-refactor | Shane Kearns | 2010-10-08 | 88 | -559/+1824 | |
| | | | |\ \ \ | ||||||
| | | | * | | | | Create QSystemError class | Shane Kearns | 2010-10-08 | 3 | -58/+357 | |
| | | | * | | | | Fix compile | Thomas Zander | 2010-10-07 | 1 | -1/+1 | |
| | | | * | | | | Merge commit 'origin/master' into fileEngines | Thomas Zander | 2010-10-07 | 8 | -137/+265 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | Remove setSymbianError function | Shane Kearns | 2010-10-07 | 1 | -37/+4 | |
| | | | * | | | | | Fix tst_qtemporaryfile failures on symbian | Shane Kearns | 2010-10-07 | 1 | -1/+4 | |
| | | | * | | | | | Implement error reporting for QFile position and size functions | Shane Kearns | 2010-10-07 | 1 | -3/+4 | |
| | | | * | | | | | Fix for tst_qdir cd(non existant) test case | Shane Kearns | 2010-10-07 | 1 | -0/+1 | |
| | | | * | | | | | Implement error reporting for file APIs | Shane Kearns | 2010-10-07 | 12 | -356/+214 | |
| | | | * | | | | | Compile fixes for mingw | Prasanth Ullattil | 2010-10-07 | 3 | -55/+55 | |
| | | | * | | | | | Merge commit 'origin/master' into fileEngines | Thomas Zander | 2010-10-06 | 246 | -6208/+10324 | |
| | | | |\ \ \ \ \ | ||||||
| | | | * | | | | | | Compile fixes for windows | Prasanth Ullattil | 2010-09-29 | 1 | -1/+1 | |
| | | | * | | | | | | Merge commit 'origin/master' into fileEnginesOn47 | Thomas Zander | 2010-09-28 | 572 | -14245/+22444 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Move resolving names to qfilesystemengine | Thomas Zander | 2010-09-23 | 2 | -46/+54 | |
| | | | * | | | | | | | Mark the QFileSystemEngine::copyFile/unix done. | Thomas Zander | 2010-09-23 | 1 | -1/+4 | |
| | | | * | | | | | | | Make setPermissions update meta | Thomas Zander | 2010-09-23 | 1 | -1/+7 | |
| | | | * | | | | | | | Force uppercase for drive letters in QDir::currentPath() on Windows. | Prasanth Ullattil | 2010-09-23 | 1 | -0/+2 | |
| | | | * | | | | | | | Remove an extra initialization | Prasanth Ullattil | 2010-09-22 | 1 | -1/+0 | |
| | | | * | | | | | | | Fix QDir autotests on Windows | Prasanth Ullattil | 2010-09-22 | 1 | -0/+1 | |
| | | | * | | | | | | | Fix QDir autotests on Windows | Prasanth Ullattil | 2010-09-22 | 1 | -0/+1 | |
| | | | * | | | | | | | Implement unix permissions setting | Thomas Zander | 2010-09-22 | 2 | -42/+36 | |
| | | | * | | | | | | | Remove warnings | Thomas Zander | 2010-09-22 | 1 | -0/+3 | |
| | | | * | | | | | | | Fix QDirIterator on Windows XP. | Prasanth Ullattil | 2010-09-22 | 1 | -6/+4 | |
| | | | * | | | | | | | Fix regression in QDir::cd() | Thomas Zander | 2010-09-22 | 1 | -0/+1 | |
| | | | * | | | | | | | Make QDirIterator cheaper when constructed with a QDir | Thomas Zander | 2010-09-22 | 4 | -149/+215 | |
| | | | * | | | | | | | Remove UNC paths on symbian, it doesn't support UNC | Shane Kearns | 2010-09-20 | 1 | -1/+4 | |
| | | | * | | | | | | | Make use of new isRelative / isAbsolute functions | Shane Kearns | 2010-09-20 | 1 | -6/+7 | |
| | | | * | | | | | | | Move rootPath, homePath, tempPath, currentPath and setCurrentPath | Shane Kearns | 2010-09-20 | 9 | -151/+225 | |
| | | | * | | | | | | | Fix QDir autotest failures on windows | Prasanth Ullattil | 2010-09-17 | 1 | -2/+7 | |
| | | | * | | | | | | | Differntiate different types of absolute paths on windows. | Prasanth Ullattil | 2010-09-17 | 4 | -21/+35 | |
| | | | * | | | | | | | Fix for QDir constructed with a path containing native separators. | Shane Kearns | 2010-09-16 | 1 | -4/+6 | |
| | | | * | | | | | | | Make QDir use QFileSystemEngine | Thomas Zander | 2010-09-16 | 1 | -69/+114 | |
| | | | * | | | | | | | Remove stale comment | Thomas Zander | 2010-09-16 | 1 | -1/+0 | |
| | | | * | | | | | | | Fix typo | João Abecasis | 2010-09-15 | 1 | -1/+1 | |
| | | | * | | | | | | | On symbian, set the "execute" permission for directories | Shane Kearns | 2010-09-15 | 1 | -4/+4 | |
| | | | * | | | | | | | Implement QFileSystemIterator for windows. | Prasanth Ullattil | 2010-09-15 | 7 | -198/+86 | |
| | | | * | | | | | | | Wrong size for directories on windows. | Prasanth Ullattil | 2010-09-15 | 2 | -9/+16 | |
| | | | * | | | | | | | Don't compute canonical paths when not needed | Shane Kearns | 2010-09-15 | 1 | -1/+2 | |
| | | | * | | | | | | | Fixed QFile::setSize on symbian | Shane Kearns | 2010-09-15 | 1 | -3/+3 | |
| | | | * | | | | | | | Fix for QFile::remove autotest | Shane Kearns | 2010-09-15 | 1 | -0/+1 | |