Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Test Coverage: add tests to cover QDir API | Shane Kearns | 2010-11-17 | 2 | -4/+207 | |
| | | * | | | Windows: fix QFile::symLinkTarget | Shane Kearns | 2010-11-17 | 1 | -1/+1 | |
| | | * | | | Test coverage: test more of QFile API | Shane Kearns | 2010-11-17 | 1 | -0/+18 | |
| | | * | | | Fix QFile::resize on windows for files opened from a FILE* | Shane Kearns | 2010-11-16 | 1 | -3/+7 | |
| | | * | | | Test coverage: test QFile::resize | Shane Kearns | 2010-11-16 | 1 | -0/+26 | |
| | | * | | | test coverage: add test for QDir::match static functions | Shane Kearns | 2010-11-16 | 1 | -0/+30 | |
| | | * | | | test coverage: test QDir::addSearchPath | Shane Kearns | 2010-11-16 | 1 | -0/+23 | |
| | | * | | | test coverage: test QFileInfo::group() | Shane Kearns | 2010-11-16 | 1 | -0/+25 | |
| | | * | | | Test coverage - ensure tst_qfileinfo tests dir & absoluteDir functions | Shane Kearns | 2010-11-16 | 2 | -2/+12 | |
| | | * | | | Fix tst_qfileinfo crash on windows with UAC enabled | Shane Kearns | 2010-11-16 | 1 | -2/+18 | |
| | | * | | | QFile: Fix compilation | João Abecasis | 2010-11-16 | 1 | -1/+1 | |
| | | * | | | QFileSystemEngine::resolveUserName and not group | João Abecasis | 2010-11-16 | 1 | -1/+1 | |
| | | * | | | Re-enable emulated QFile::map on symbian | Shane Kearns | 2010-10-29 | 5 | -38/+37 | |
| | | * | | | Add tests for QFileInfo::owner() | Prasanth Ullattil | 2010-10-27 | 2 | -0/+68 | |
| | | * | | | Add support for QFileInfo owner() & group() on Windows | Prasanth Ullattil | 2010-10-27 | 1 | -0/+18 | |
| | | * | | | Fix qmake compilation on *nix platforms | João Abecasis | 2010-10-22 | 1 | -1/+1 | |
| | | * | | | Fix errors in the QFileDialog autotest | Shane Kearns | 2010-10-20 | 1 | -1/+5 | |
| | | * | | | Fix QFileDialog regression in symbian | Shane Kearns | 2010-10-20 | 1 | -1/+1 | |
| | | * | | | Fix compile error in tst_qxmlstream | Shane Kearns | 2010-10-20 | 2 | -1/+5 | |
| | | * | | | Move QDir::fromNativeSeparators call to the QFileSystemEntry constructor | Shane Kearns | 2010-10-20 | 7 | -9/+33 | |
| | | * | | | Implement seek beyond end of file for symbian | Shane Kearns | 2010-10-19 | 1 | -25/+26 | |
| | | * | | | Document behaviour of QFile::seek when seeking beyond EOF | Shane Kearns | 2010-10-19 | 1 | -1/+11 | |
| | | * | | | Fix crashes and hangs in qprocess autotest | Shane Kearns | 2010-10-19 | 1 | -1/+7 | |
| | | * | | | Autotest for seeking beyond end of file and then writing | Shane Kearns | 2010-10-19 | 1 | -0/+31 | |
| | | * | | | Fix QFileInfo("").exists() regression for symbian | Shane Kearns | 2010-10-18 | 1 | -1/+3 | |
| | | * | | | Create regression test for QFileInfo("").exists() | Shane Kearns | 2010-10-18 | 1 | -0/+1 | |
| | | * | | | 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 | 2 | -3/+3 | |
| | | * | | | Fix for QFile::copy failing silently with relative paths | Shane Kearns | 2010-10-18 | 1 | -2/+3 | |
| | | * | | | Correct errors in the qimagereader autotest | Shane Kearns | 2010-10-18 | 1 | -1/+9 | |
| | | * | | | Merge branch 'earth/file-engine-refactor' of scm.dev.troll.no:qt/qt-file-engi... | Shane Kearns | 2010-10-12 | 0 | -0/+0 | |
| | | |\ \ \ | ||||||
| | | | * | | | Test QDir::mkdir/mkpath return codes | Thomas Zander | 2010-10-11 | 1 | -0/+13 | |
| | | | * | | | Fix caching of metadata in QDir to not change behavior | Thomas Zander | 2010-10-11 | 1 | -3/+3 | |
| | | | * | | | Add test to test QDir caching behavior. | Thomas Zander | 2010-10-11 | 2 | -2/+15 | |
| | | * | | | | Fix deployment for examples and tests | Shane Kearns | 2010-10-12 | 70 | -73/+73 | |
| | | * | | | | Test QDir::mkdir/mkpath return codes | Thomas Zander | 2010-10-12 | 1 | -0/+13 | |
| | | * | | | | Fix caching of metadata in QDir to not change behavior | Thomas Zander | 2010-10-12 | 1 | -3/+3 | |
| | | * | | | | Add test to test QDir caching behavior. | Thomas Zander | 2010-10-12 | 2 | -2/+15 | |
| | | * | | | | Fix return value for QDir::mkdir on symbian | Shane Kearns | 2010-10-12 | 1 | -1/+4 | |
| | | * | | | | Fix compilation of two autotests | Shane Kearns | 2010-10-12 | 2 | -0/+9 | |
| | | * | | | | 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 | 14 | -139/+120 | |
| | | * | | | | 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 | 166 | -2008/+5343 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | 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 | 9 | -137/+271 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | 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 | |
| | | * | | | | | Fix RVCT compile error in tst_collections | Shane Kearns | 2010-10-07 | 1 | -1/+1 | |