summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileinfo/tst_qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 3 autotest build faulures for WinCEjaanttil2012-02-061-0/+2
* remove NTFS junction and mount point detectionJoerg Bornemann2012-01-181-5/+7
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-181-1/+1
* fix NTFS mount pointsJoerg Bornemann2012-01-171-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-051-1/+9
* Fix compile error on MSVC2008Shane Kearns2011-09-051-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Don't rely on uninitialized dataJoão Abecasis2010-12-131-0/+45
* | Use effective user id instead of getloginJoão Abecasis2010-12-081-12/+16
* | Fix compile error in tst_qfileinfo on Mac/LinuxPrasanth Ullattil2010-12-071-0/+2
* | Fix tst_QFileInfo owner() & group() failure on Windows.Prasanth Ullattil2010-12-061-20/+43
* | Fix tst_QFileInfo::canonicalFilePath failure on WindowsPrasanth Ullattil2010-12-061-10/+19
* | Fix spelling in commentsJoão Abecasis2010-12-051-3/+3
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-0/+8
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-051-0/+8
| |\ \ | | |/
| | * fix tests when using Qt in a namespaceHarald Fernengel2010-11-041-0/+2
| | * Fix tst_symbols auto testHarald Fernengel2010-11-041-2/+2
| | * fix isLikelyToBeNfs usageHarald Fernengel2010-11-021-2/+4
| | * Fixed QFileInfo autotest to skip on NFS.Dominik Holland2010-11-021-0/+4
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-8/+57
| |\ \ | | |/
| | * QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-09-071-0/+48
| | * Refactor QFileInfoPrivate::Data (Round 2)Prasanth Ullattil2010-09-071-8/+9
* | | test coverage: test QFileInfo::group()Shane Kearns2010-11-161-0/+25
* | | Test coverage - ensure tst_qfileinfo tests dir & absoluteDir functionsShane Kearns2010-11-161-2/+11
* | | Fix tst_qfileinfo crash on windows with UAC enabledShane Kearns2010-11-161-2/+18
* | | Add tests for QFileInfo::owner()Prasanth Ullattil2010-10-271-0/+66
* | | Create regression test for QFileInfo("").exists()Shane Kearns2010-10-181-0/+1
* | | Fix for qfileinfo isExecutable test case.Shane Kearns2010-10-181-3/+0
* | | Fix the tst_QFileInfo::canonicalFilePath() on windows.Prasanth Ullattil2010-09-141-2/+2
* | | Make QFileInfo use the new filesystemengineThomas Zander2010-09-091-3/+4
* | | Fixes for tst_qfileinfoShane Kearns2010-09-091-5/+5
* | | Disable tst_qfileinfo symlink tests on symbianShane Kearns2010-09-081-0/+7
* | | QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-08-311-0/+48
* | | Refactor QFileInfoPrivate::Data (Round 2)Prasanth Ullattil2010-08-251-8/+9
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-1/+1
|\ \ | |/
| * Attempt to fix build failure with msvc200{5,8} on Windows XP.Aaron McCarthy2010-07-141-1/+1
* | Fix Mac-specific tests about the hiddenFabien Freling2010-05-121-2/+24
* | Fix the hidden status check for a file onFabien Freling2010-05-111-0/+5
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-05-041-2/+0
|\ \
| * | Revert "Temporarily disable tests that use createNtfsJunction()"Zeno Albisser2010-05-041-2/+0
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-05-041-3/+3
|\ \ \ | |/ / |/| / | |/
| * Fix compilation errors in tst_qfileinfoShane Kearns2010-04-291-3/+3
* | avoid infinite recursion in canonicalized() if cwd is a symlinkRitt Konstantin2010-04-301-0/+20
* | Temporarily disable tests that use createNtfsJunction()Zeno Albisser2010-04-291-0/+2
* | Repositioned _WIN32_WINNT define in tst_qfileinfo and tst_qdirZeno Albisser2010-04-271-3/+1
* | Fix for missing wchar_t pointer casts in filesystem.hZeno Albisser2010-04-261-15/+27
* | Added support for symlinks and junction points on WindowsZeno Albisser2010-04-231-1/+112
|/