summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-281-1/+6
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-251-7/+6
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-181-6/+4
* fix NTFS mount pointsJoerg Bornemann2012-01-171-4/+6
* Windows: Fix qt_ntfs_permission_lookupMiikka Heikkinen2012-01-161-11/+46
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.8-upstream' into master-waterWater-Team2011-10-181-1/+1
|\
| * Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-141-1/+0
| |\
| * | Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* | | Fix regression introduced by 1bfef526ef3d1deb7cf0f11dc1880f33937a85acJan-Arve Saether2011-10-101-1/+1
* | | fix possible race conditionsKonstantin Ritt2011-10-071-2/+3
* | | use QSystemLibrary::resolve() instead of GetProcAddress() win API callsKonstantin Ritt2011-10-071-19/+20
| |/ |/|
* | Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-10-051-1/+0
|/
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-051-5/+1
* ret is an "internal" path, no need to re-process itJoão Abecasis2011-08-261-1/+1
* We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-08-261-2/+3
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix compile warning on WindowsMartin Petersson2011-04-261-0/+1
* Update copyright year to 2011.Rohan McGovern2011-03-111-1/+1
* Fix warnings, whitespace cleanupJoão Abecasis2010-12-141-0/+4
* Don't rely on uninitialized dataJoão Abecasis2010-12-131-0/+3
* Fix spelling in commentsJoão Abecasis2010-12-051-1/+1
* Adding #ifdefs/#defines lost in the merge to masterJoão Abecasis2010-11-231-0/+8
* QFileSystemEngine: clean up unused codeJoão Abecasis2010-11-221-19/+0
* Move QDir::fromNativeSeparators call to the QFileSystemEntry constructorShane Kearns2010-10-201-1/+1
* Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-11/+11
* Implement error reporting for file APIsShane Kearns2010-10-071-6/+16
* Compile fixes for mingwPrasanth Ullattil2010-10-071-53/+0
* Compile fixes for windowsPrasanth Ullattil2010-09-291-1/+1
* Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-281-3/+3
* Force uppercase for drive letters in QDir::currentPath() on Windows.Prasanth Ullattil2010-09-231-0/+2
* Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-0/+67
* Fix QDir autotest failures on windowsPrasanth Ullattil2010-09-171-2/+7
* Differntiate different types of absolute paths on windows.Prasanth Ullattil2010-09-171-10/+10
* Wrong size for directories on windows.Prasanth Ullattil2010-09-151-7/+15
* Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-151-1/+1
* Make QFSFileEngine & QFileInfo use the new filesystemengine on WindowsPrasanth Ullattil2010-09-141-13/+1061
* Move resolving of user/group name to the engine.Thomas Zander2010-09-101-0/+12
* Move resolving a symlink to the qfilesystemengine_unixThomas Zander2010-09-061-1/+1
* Implement bundleName() in QFileSystemEngineThomas Zander2010-09-031-1/+1
* Expanding the stub QFileSystemMetaDataJoão Abecasis2010-09-011-1/+1
* Finish canonicalized for all platformsThomas Zander2010-09-011-1/+1
* QFileSystemEngine::isCaseSensitive for Symbian and WindowsJoão Abecasis2010-08-301-1/+1
* Added missing QT_BEGIN/END_NAMESPACEJoão Abecasis2010-08-301-0/+4
* Add empty implementations of each of the filesystemenginesThomas Zander2010-08-261-0/+119