Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | Fix typo in QFile test | João Abecasis | 2010-11-30 | 1 | -1/+1 | |
| | | | * | | Add test generated files to .gitignore | Shane Kearns | 2010-11-30 | 2 | -7/+13 | |
| | | | * | | Fix compile error for qdir autotest on symbian3 | Shane Kearns | 2010-11-30 | 1 | -0/+1 | |
| | | | * | | QtDeclarative: make autotests compile on symbian | Shane Kearns | 2010-11-30 | 7 | -22/+42 | |
| | | | * | | Add symbian platform security and case sensitivity test cases | Shane Kearns | 2010-11-30 | 1 | -0/+92 | |
| | | | * | | Fix buffered/unbuffered mode issues on symbian | Shane Kearns | 2010-11-30 | 2 | -3/+9 | |
| | | | * | | Update with def files merged from master | Shane Kearns | 2010-11-30 | 5 | -7/+468 | |
| | | | * | | Fix compile error on symbian | Shane Kearns | 2010-11-30 | 1 | -0/+4 | |
| | | | * | | Fix link() autotest on Windows | Prasanth Ullattil | 2010-11-26 | 1 | -1/+1 | |
| | | | * | | Flagging some more tests as parallelizable | João Abecasis | 2010-11-25 | 8 | -0/+13 | |
| | | | * | | Fix QFile::link unit test | João Abecasis | 2010-11-25 | 1 | -4/+10 | |
| | | | * | | Fix QFileDialog autotest | João Abecasis | 2010-11-25 | 1 | -0/+1 | |
| | | | * | | Let's use engine's understanding of relative path | João Abecasis | 2010-11-25 | 2 | -2/+6 | |
| | | | * | | QAbstractFileEngine test case | João Abecasis | 2010-11-24 | 1 | -1/+1 | |
| | | | * | | Smoke test for QAbstractFileEngine | João Abecasis | 2010-11-24 | 5 | -0/+737 | |
| | | | * | | Fix compile error on Windows | Prasanth Ullattil | 2010-11-24 | 1 | -0/+4 | |
| | | | * | | Adding #ifdefs/#defines lost in the merge to master | João Abecasis | 2010-11-23 | 5 | -12/+22 | |
| | | | * | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 3245 | -94301/+159533 | |
| | | | |\ \ | ||||||
| | | | * | | | Fix QFile autotest for out-of-source builds | João Abecasis | 2010-11-22 | 1 | -2/+2 | |
| | | | * | | | QFileSystemEngine: remove symbian code from Unix-specific implementation | João Abecasis | 2010-11-22 | 1 | -51/+0 | |
| | | | * | | | QFileSystemEngine: clean up unused code | João Abecasis | 2010-11-22 | 4 | -45/+10 | |
| | | | * | | | Update QDirModel autotest (symbian) | Shane Kearns | 2010-11-18 | 1 | -13/+9 | |
| | | | * | | | Fix test compile issues on symbian | Shane Kearns | 2010-11-18 | 1 | -3/+4 | |
| | | | * | | | Fix test compile error on linux | Shane Kearns | 2010-11-17 | 1 | -3/+1 | |
| | | | * | | | 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 | |