summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QFile autotest for out-of-source buildsJoão Abecasis2010-11-221-2/+2
* QFileSystemEngine: remove symbian code from Unix-specific implementationJoão Abecasis2010-11-221-51/+0
* QFileSystemEngine: clean up unused codeJoão Abecasis2010-11-224-45/+10
* Update QDirModel autotest (symbian)Shane Kearns2010-11-181-13/+9
* Fix test compile issues on symbianShane Kearns2010-11-181-3/+4
* Fix test compile error on linuxShane Kearns2010-11-171-3/+1
* Test Coverage: add tests to cover QDir APIShane Kearns2010-11-172-4/+207
* Windows: fix QFile::symLinkTargetShane Kearns2010-11-171-1/+1
* Test coverage: test more of QFile APIShane Kearns2010-11-171-0/+18
* Fix QFile::resize on windows for files opened from a FILE*Shane Kearns2010-11-161-3/+7
* Test coverage: test QFile::resizeShane Kearns2010-11-161-0/+26
* test coverage: add test for QDir::match static functionsShane Kearns2010-11-161-0/+30
* test coverage: test QDir::addSearchPathShane Kearns2010-11-161-0/+23
* test coverage: test QFileInfo::group()Shane Kearns2010-11-161-0/+25
* Test coverage - ensure tst_qfileinfo tests dir & absoluteDir functionsShane Kearns2010-11-162-2/+12
* Fix tst_qfileinfo crash on windows with UAC enabledShane Kearns2010-11-161-2/+18
* QFile: Fix compilationJoão Abecasis2010-11-161-1/+1
* QFileSystemEngine::resolveUserName and not groupJoão Abecasis2010-11-161-1/+1
* Re-enable emulated QFile::map on symbianShane Kearns2010-10-295-38/+37
* Add tests for QFileInfo::owner()Prasanth Ullattil2010-10-272-0/+68
* Add support for QFileInfo owner() & group() on WindowsPrasanth Ullattil2010-10-271-0/+18
* Fix qmake compilation on *nix platformsJoão Abecasis2010-10-221-1/+1
* Fix errors in the QFileDialog autotestShane Kearns2010-10-201-1/+5
* Fix QFileDialog regression in symbianShane Kearns2010-10-201-1/+1
* Fix compile error in tst_qxmlstreamShane Kearns2010-10-202-1/+5
* 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 crashes and hangs in qprocess autotestShane Kearns2010-10-191-1/+7
* Autotest for seeking beyond end of file and then writingShane Kearns2010-10-191-0/+31
* Fix QFileInfo("").exists() regression for symbianShane Kearns2010-10-181-1/+3
* Create regression test for QFileInfo("").exists()Shane Kearns2010-10-181-0/+1
* Fix crash in QApplication auto testShane Kearns2010-10-181-0/+3
* Fix for qfileinfo isExecutable test case.Shane Kearns2010-10-182-3/+3
* Fix for QFile::copy failing silently with relative pathsShane Kearns2010-10-181-2/+3
* Correct errors in the qimagereader autotestShane Kearns2010-10-181-1/+9
* Merge branch 'earth/file-engine-refactor' of scm.dev.troll.no:qt/qt-file-engi...Shane Kearns2010-10-120-0/+0
|\
| * Test QDir::mkdir/mkpath return codesThomas Zander2010-10-111-0/+13
| * Fix caching of metadata in QDir to not change behaviorThomas Zander2010-10-111-3/+3
| * Add test to test QDir caching behavior.Thomas Zander2010-10-112-2/+15
* | Fix deployment for examples and testsShane Kearns2010-10-1270-73/+73
* | Test QDir::mkdir/mkpath return codesThomas Zander2010-10-121-0/+13
* | Fix caching of metadata in QDir to not change behaviorThomas Zander2010-10-121-3/+3
* | Add test to test QDir caching behavior.Thomas Zander2010-10-122-2/+15
* | Fix return value for QDir::mkdir on symbianShane Kearns2010-10-121-1/+4
* | Fix compilation of two autotestsShane Kearns2010-10-122-0/+9
* | Update documentation of QDir to reflect Qt 4 behaviourShane Kearns2010-10-121-0/+6
* | Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-1214-139/+120
* | Update DEF filesShane Kearns2010-10-087-22/+353
* | Merge remote branch 'qt/master' into earth/file-engine-refactorShane Kearns2010-10-08166-2008/+5343
|\ \